raspberrypi / picamera2

New libcamera based python library
BSD 2-Clause "Simplified" License
852 stars 180 forks source link

Add support for h.264 codec profiles #956

Closed davidplowman closed 7 months ago

davidplowman commented 7 months ago

Both hardware and libav h.264 encoders are updated. The hardware will support baseline, constrained baseline, main and high. libav will support, well, what libav supports (which is a much wider selection).

libav users can also change the encoder "preset" for higher quality encode when there is sufficient CPU available.