[FFmpeg-user] split video

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Jan 22 22:41:28 CET 2013


johnd <john <at> jjdev.com> writes:

> ffmpeg -y -ss 0 -t 5 -i ../original_video.mp4 
> -s 320x180 -vcodec libx264 -acodec libfdk_aac 0.ts

Complete, uncut console output missing / 
t is not an input but an output option.
(Do not place it in front of -i but in 
front of the output file name)

Carl Eugen



More information about the ffmpeg-user mailing list