[FFmpeg-user] Can ffmpeg transcode from mp4(h264/aac) to tsparallel

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Sep 28 13:55:33 CEST 2012


Tony Song <ssaoying <at> gmail.com> writes:

> ffmpeg -i /data/a.ts -ss 00:00:10.00 -t 00:00:10.00 
> -f asetpts=10+PTS -f vsetpts=10+PTS -c copy -f mpegts 
> /data/b.ts

(Apart from the fact that there is either a typo in your 
command line or it is not supposed to do anything, 
-f != -vf:)
You cannot combine -c copy with filters, that does not work.

Carl Eugen



More information about the ffmpeg-user mailing list