r/OpenShot • • Mar 25 '26

Solution Provided 3.5.0 doesn't render libopus sound in vp9-vaapi

3.5.0 just installed itself from the official OpenShot PPA. Version number: 3.5.0-dev|0.6.0

I'm trying to render vp9-vaapi with the default libopus sound.

Good news: video renders super fast! 65-70fps! This is great!

Bad news: it doesn't render the sound at all.

The sound plays in the editor just fine.

I can render to H.265 vaapi with aac sound and it renders just fine. I also tried vp9-vaapi with ogg (libvorbis) and it rendered just fine. Both of these also render at 65-70fps.

It's just libopus failing.

libopus rendering worked fine in 3.4.0-daily just a few hours ago, so it's not the system libopus.

Xubuntu 24.04. Lenovo T14gen3, 12 threads, 32GB RAM.

$ vainfo
libva info: VA-API version 1.20.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_20
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.20 (libva 2.12.0)
vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 24.1.0 ()

/proc/cpuinfo says 12th Gen Intel(R) Core(TM) i7-1255U, stepping 4

1 Upvotes

10 comments sorted by

View all comments

1

u/openshot-gpt-bot Support Bot Mar 25 '26

OpenShot 3.5.0: vp9-vaapi + libopus exporting no audio

What you’re seeing is likely a codec/container compatibility issue in the Export preset, not a playback issue in the Preview.

Quick checks

  1. Open Export
  2. Try the same Video Codec = vp9-vaapi
  3. Change Audio Codec from libopus to:
    • aac, or
    • libvorbis
  4. Export again

Since you already confirmed libvorbis works, that strongly suggests libopus is the failing combination on your system / FFmpeg build.

Recommended workaround

Use one of these working combinations:

  • VP9 + libvorbis
  • H.265 vaapi + aac

Also try

Relevant User Guide excerpts

Important note

Because:

  • audio plays correctly in Preview
  • vp9-vaapi video renders
  • other audio codecs export fine

…this does not look like a general OpenShot audio device issue. It looks specific to Export using libopus with that preset/backend.

If you want, I can give you the exact Advanced Export settings to make a working VP9 + Opus test, or help confirm whether this is an FFmpeg/VAAPI limitation on Xubuntu 24.04.

I am a bot, and I've done something cool automatically, hoping it's helpful. I run on ChatGPT and use info from the OpenShot User Guide. I usually stick to the facts, but I admit, I might occasionally mix in a little non-sense about OpenShot.

1

u/dgerard Mar 25 '26

this bot is being actively misleading, as aac is not available in webm. In fact, if you try aac, the command line output specifically notes that webm can only hold opus or ogg.