You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to record A/V using either the MP3, Opus or Vorbis audio codec, mGBA will show an error dialogue saying: "Failed to open video file: <file>".
By looking at the logs, however, it seems to be an error with ffmpeg. Respectively:
[libmp3lame @ 0x1c83000] Specified sample rate 65536 is not supported
[libopus @ 0x15bb340] Specified sample rate 65536 is not supported
[libvorbis @ 0x1c83f00] encoder setup failed
Linux NixOS unstable.
Tested with latest master (45762c8).
(Related #2731)
The text was updated successfully, but these errors were encountered:
When trying to record A/V using either the MP3, Opus or Vorbis audio codec, mGBA will show an error dialogue saying: "Failed to open video file: <file>".
By looking at the logs, however, it seems to be an error with ffmpeg. Respectively:
Linux NixOS unstable.
Tested with latest master (45762c8).
(Related #2731)
The text was updated successfully, but these errors were encountered: