[FFmpeg-user] The Start time is wrong when use -ss 00:00:00.00

Steven Liu lingjiujianke at gmail.com
Mon Nov 19 11:30:42 CET 2012


2012/11/19 Rodney Baker <rodney.baker at iinet.net.au>:
> On Mon, 19 Nov 2012 13:16:58 Steven Liu wrote:
>> Hi Guys,
>>
>>
>> When i use the command line bellow, the start time is wrong.
>>      ffmpeg -y -ss 00:00:00.00 -t 10 -copyts -i kaka.mkv -scodec copy
>> -vcodec copy -acodec copy  -bsf h264_mp4toannexb -f mpegts test0.ts
>> the complete output is :
>> frame=  241 fps=0.0 q=-1.0 Lsize=   16863kB time=00:00:10.00
>> bitrate=13801.1kbits/s
>> video:13585kB audio:1849kB subtitle:0 global headers:0kB muxing
>> overhead 9.260478%
>>
>
> Why would you use -ss if you want to start at the beginning?
Hi Rodney Baker
That is no matter with -ss, i use the bellow command line also have
the same problem:
ffmpeg -y  -t 10 -copyts -i kaka.mkv -scodec copy -vcodec copy -acodec
copy  -bsf h264_mp4toannexb -f mpegtsoutput.ts

Thanks


More information about the ffmpeg-user mailing list