[FFmpeg-user] How to set V4L2 M2M codec options like bitrate

Andriy Gelman andriy.gelman at gmail.com
Sun Aug 15 16:20:30 EEST 2021


Hi,

On Sun, 15. Aug 18:32, Adam Nielsen via ffmpeg-user wrote:
> Hi all,
> 
> I'm using the h264_v4l2m2m codec to do hardware accelerated encoding on
> a Raspberry Pi.  This is working well, except I am unable to set any
> encoder options such as bitrate, as I cannot find how to tell ffmpeg to
> set V4L2 control options.
> 

You can use -b:v option to set the bitrate, i.e.
./ffmpeg -i input -codec:v h264_v4l2m2m -b:v 2M out.mp4

There is a patch for documentation that I need to update. It may be useful
to you:
https://patchwork.ffmpeg.org/project/ffmpeg/patch/20200117034211.12142-1-andriy.gelman@gmail.com/

-- 
Andriy


More information about the ffmpeg-user mailing list