Maryam Moghadas
2013-03-14 12:12:19 UTC
Dear All,
I want to encode the raw video sequences compatible with MPEG4 Part 2
Simple Profile. I want to turn the half pel ME and IAC On and Off from the
encoder to see their effect in the decoded video sequences. I use the
following command for encoding, but I do not know default values for the
options that I am going to turn on or off. Would you please let how should
I change the command in order to include the halfpel and IAC being on and
off?
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
Thank you,
Maryam
I want to encode the raw video sequences compatible with MPEG4 Part 2
Simple Profile. I want to turn the half pel ME and IAC On and Off from the
encoder to see their effect in the decoded video sequences. I use the
following command for encoding, but I do not know default values for the
options that I am going to turn on or off. Would you please let how should
I change the command in order to include the halfpel and IAC being on and
off?
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
Thank you,
Maryam