dfaker / WebmGenerator

UI and Automation to cut, filter and join high quality webms, mp4s or gifs.
Mozilla Public License 2.0
505 stars 33 forks source link

Audio bitrate stuck at 96KB/s on all VP9 10bpp encodes #104

Open 30secstf opened 1 year ago

30secstf commented 1 year ago

No matter what is set in the bitrate field, all VP9 10bpp encodes are done in Opus at 96KB/s (or so say the command line windows). Encodes in VP9 and VP8 do change the audio bitrate accordingly with the setting.

dfaker commented 1 year ago

indeed they do, new params need to be handled by the custom specs:

https://github.com/dfaker/WebmGenerator/blob/088e4ccda5b7b87af98aa2cb99a2474fdb3b477b/customEnoderSpecs/VP9%20webm%2010bpp.json#L89C1-L94C5

30secstf commented 1 year ago

I confess that for me "customEnoderSpecs" is the dark corner of WebmGenerator that I never understood despite the instructions. If I need to alter the settings I do it in the Merge tab and in the Advanced Encode Options.