[FFmpeg-user] Video Encoding MPEG4-PART2-SP
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Mar 14 13:18:00 CET 2013
Maryam Moghadas <maryam.mgs <at> gmail.com> writes:
> ffmpeg -s qcif -pix_fmt yuv420p -vframes 300 -i ~/Downloads/akiyo_qcif.yuv
> -vcodec libxvid -f rawvideo -s qcif -aspect 11:9 -bf 0 -b 1024k -r 30
> -vframes 30 ~/Downloads/akiyo_qcif.bit
(Unrelated: I don't think there is an input option vframes)
FFmpeg supports two ASP encoder:
One is "-vcodec mpeg4", you get support here.
One is "-vcodec libxvid", you should probably ask on
the xvid mailing list, ask here if you want to know
how to map a xvid option to ffmpeg command line.
It may make no real-word difference, but the muxer for
MPEG-4 ASP elementary stream is called "m4v".
In any case: Complete, uncut console output missing.
Carl Eugen
More information about the ffmpeg-user
mailing list