Changes between Initial Version and Version 3 of Ticket #1724


Ignore:
Timestamp:
Sep 11, 2012, 6:41:54 AM (14 years ago)
Author:
Carl Eugen Hoyos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1724 – Description

    initial v3  
    66
    77Works:
    8 
     8{{{
    99ffmpeg.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"
    1010ffmpeg version N-43161-g31d8261 Copyright (c) 2000-2012 the FFmpeg developers
     
    6060
    6161video:21970kB audio:7458kB subtitle:0 global headers:0kB muxing overhead 9.001473%
    62 
    63 
     62}}}
    6463Freezes:
    65 
     64{{{
    6665ffmpeg.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"
    6766ffmpeg version N-44287-gdd081f9 Copyright (c) 2000-2012 the FFmpeg developers
     
    125124
    126125video:21970kB audio:7458kB subtitle:0 global headers:0kB muxing overhead 9.004592%
    127 
    128 
     126}}}
    129127I've tried both w32threads and pthreads without luck.
    130128