[FFmpeg-devel] [FFMPEG] [PATCH] cavs encoder

zhihang wang zhihang.wang
Fri Oct 30 17:27:54 CET 2009


Hi, ffmpeg friends, I have added the CAVS encoder to ffmpeg. This is the
corresponding patch file. Some variables on the CAVS decoder is also
changed. You can use the following lines to test the cavs encoder.

Updated patch for today's SVN attached. A recommended procedure for
trying it: Download http://www.hlevkin.com/TestVideo/foreman.yuv
and encode it to AVS like this:

./ffmpeg -vframes 50 -g 10 -psnr -bf 0 -s qcif -i foreman_qcif.yuv -vcodec
cavs -b 1000 -refs 2 -strict -2 -subq 4 -cqp 16 -f rawvideo -bufsize 0
out.avs

Also, you can change the GOP structure and the b frame number.

The patch is submitted for reviewing. I can make any changes if ffmpeg is
needed to accept this patch.
-- 
Best Regards
zhihang wang
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch_cavs_encoder
Type: application/octet-stream
Size: 152636 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20091031/b4100631/attachment.obj>



More information about the ffmpeg-devel mailing list