opus and vorbis encoders result in "undefined error" + ogg container bug

  • When I try to render using either opus (not libopus just opus) or vorbis for the audio I get the following message: "Unable to start VoukoderPro: Undefined error!". This error seems to happen no matter the bitrate or the rate control setting (the latter setting opus currently doesn't have atm).

    The video is set to AMD HEVC and container is set to MKV in both cases, although i've tried just rendering the audio only directly in their native containers (opus and ogg) and it still gives me the same message. I'd include a log file but as far as I can tell Pro doesn't have that yet.

    On a related sidenote, i've also noticed that for some reason when using the ogg container it says vorbis isn't supported even though it's the native container for vorbis.

  • Vouk 19. April 2024 um 06:40

    Hat das Thema freigeschaltet.
    • Offizieller Beitrag

    Thanks for pointing this out.

    Code
    2024-04-19 07:54:43 (info) Opening audio encoder plugin 'vorbis' with params '{"rc":"cbr","b":96000}'
    2024-04-19 07:54:43 (trace) The encoder 'vorbis' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it.

    I need to fix this in the next release.

    I also guess as vorbis support is experimental the ogg container format is not ready yet:

    Code
    Muxer ogg [Ogg]:
        Common extensions: ogg.
        Mime type: application/ogg.
        Default video codec: theora.
        Default audio codec: flac.
  • Vouk 24. April 2024 um 09:45

    Hat das Label Behoben hinzugefügt.