Changes between Initial Version and Version 3 of Ticket #1724
- Timestamp:
- 09/11/2012 08:41:54 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1724 – Description
initial v3 6 6 7 7 Works: 8 8 {{{ 9 9 ffmpeg.exe -i "E:\remux_frozen_video_sample.mkv" -y -c:v copy -map 0:0 -bsf h264_mp4toannexb -c:a ac3_fixed -b:a 640000 -ar 48000 -ac 6 -map 0:1 -f mpegts -threads 0 -crf 23 "E:\out.mts" 10 10 ffmpeg version N-43161-g31d8261 Copyright (c) 2000-2012 the FFmpeg developers … … 60 60 61 61 video:21970kB audio:7458kB subtitle:0 global headers:0kB muxing overhead 9.001473% 62 63 62 }}} 64 63 Freezes: 65 64 {{{ 66 65 ffmpeg.exe -i "E:\remux_frozen_video_sample.mkv" -y -c:v copy -map 0:0 -bsf h264_mp4toannexb -c:a ac3_fixed -b:a 640000 -ar 48000 -ac 6 -map 0:1 -f mpegts -threads 0 -crf 23 "E:\out.mts" 67 66 ffmpeg version N-44287-gdd081f9 Copyright (c) 2000-2012 the FFmpeg developers … … 125 124 126 125 video:21970kB audio:7458kB subtitle:0 global headers:0kB muxing overhead 9.004592% 127 128 126 }}} 129 127 I've tried both w32threads and pthreads without luck. 130 128


