Changes between Initial Version and Version 1 of Ticket #9938


Ignore:
Timestamp:
Sep 22, 2022, 7:51:09 AM (4 years ago)
Author:
Jozef Chutka
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9938 – Description

    initial v1  
    11Please update implementation or docs for https://ffmpeg.org/ffmpeg-codecs.html#libopenh264 :
    22
    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.
     3It 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.
    44
    55Some other encoders have `***-params` available, so I propose `openh264-params` to be able to pass not yet implemented ones...