Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffmpeg not able to encode using Boram #87

Open
RafaelLinux opened this issue Jul 8, 2023 · 0 comments
Open

ffmpeg not able to encode using Boram #87

RafaelLinux opened this issue Jul 8, 2023 · 0 comments

Comments

@RafaelLinux
Copy link

When I use Boram and try to encode to AV1, it's not able to do, giving an error:

Unknown encoder 'libaom-av1'
 ffmpeg exited with 1

I must say than in my system (openSUSE Tumbleweed) doesn't exist such library, but simply it's called "libaom". However, if I copy and paste to terminal same command that Boram shows, it works!!!. You can see in a extract of the running ffmpeg command that "libaom-av1" is loaded:

      handler_name    : SoundHandler
      vendor_id       : [0][0][0][0]
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> av1 (libaom-av1))
  Stream #0:1 -> #0:1 (aac (native) -> opus (libopus))
[libaom-av1 @ 0x556c98d45e40] v3.6.1
Output #0, webm, to 'file:/tmp/boram-42ZIOCNMu6ma6M.mkv':
  Metadata:
    major_brand     : isom

Any suggestion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant