[FFmpeg-user] ffmpeg splite mkv file and transcode to a new file

Roger Pack rogerdpack2 at gmail.com
Sat Oct 27 00:22:34 CEST 2012


>             Use the command to split the mkv file and transcode it to
> a new mpegts file,
>             for example:
>
>             input mkv:  00:01:00.00,   i want to split the mkv from
> 10s to 20s (duration is 10s),
>             split the move from input mkv 00:00:10.00 duration 10s,
> and copy the timestamp from input mkv.
>             but the dest mpegts file's start time always from
> 00:00:00.00 or error time (e.g. 00:00:01.400000).
>             Perhaps the ffmpeg comput the pts error?
>
>             -copyts perhaps is nouse?

what is your full command line and console output? Also what is your output of
$ ffmpeg -i <input>

for your output files?


More information about the ffmpeg-user mailing list