Changes between Initial Version and Version 1 of Ticket #9938
- Timestamp:
- Sep 22, 2022, 7:51:09 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9938 – Description
initial v1 1 1 Please update implementation or docs for https://ffmpeg.org/ffmpeg-codecs.html#libopenh264 : 2 2 3 It is a bit hard to find available openh264 params, but following https://github.com/cisco/openh264/blob/master/testbin/welsenc.cfg it seems there are some interesting ones available `ComplexityMode`, `RCMode`, `MaxQp`, `MinQp` and few more.3 It is a bit hard to find available openh264 params, but following https://github.com/cisco/openh264/blob/master/testbin/welsenc.cfg and https://thiblahute.github.io/GStreamer-doc/openh264-1.0/openh264enc.html?gi-language=c#openh264enc it seems there are some interesting ones available `ComplexityMode`, `RCMode`, `MaxQp`, `MinQp` and few more. 4 4 5 5 Some other encoders have `***-params` available, so I propose `openh264-params` to be able to pass not yet implemented ones...


