0

I am using the -ss and -t flags on a video to break it into chunks, but I can't seem to get it to split and include clip duration for mkv.

How do I get ffmpeg to write the correct timestamp on the output file?

Below is the commandline I am using:

ffmpeg -i "HDHomerun-record01.mpg" -vf yadif -sws_flags lanczos -s hd720 -vcodec libx264 -crf 23 -acodec copy -avoid_negative_ts 1 -preset slower -ss 00:00:10 -to 00:17:24 "HDHomerun-record01-0.mkv"
1
  • Thanks for the command, but please include the output as well. The whole thing starting with ffmpeg version… up to the last line.
    – slhck
    Commented Nov 4, 2013 at 20:35

1 Answer 1

0

For anyone running into this problem, what solved it for me was simply updating to ffmpeg 2.1-2 (I am on arch linux)

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .