OpenNoteBlockStudio icon indicating copy to clipboard operation
OpenNoteBlockStudio copied to clipboard

Exporting audio to .ogg is no longer available

Open SoftBlade7 opened this issue 3 years ago • 1 comments

Describe the bug Hello, when I want to export my works into a .ogg file, the program either crashes or gives an error (check the Screenshots section)

To Reproduce Steps to reproduce the behavior:

  1. Start NBS
  2. Load a song (.nbs file)
  3. Click on File > Export as audio track
  4. Select .ogg as the file format and then click Export

Expected behavior The program either crashes or give you an error

Screenshots unknown

Additional Information I use ONBS version 3.10.0-beta2, Windows 10 Enterprise LTSC, 8GB DDR3 RAM, Intel Core i3-3110M

SoftBlade7 avatar Jul 26 '22 03:07 SoftBlade7

Thank you for the detailed report!

The FFmpeg build bundled with NBS doesn't include libvorbis, so .ogg encoding fails. I removed OGG from the output format options in 3.10.0-beta.3 (commit 6c64de5245188678e31e7b1e6e5e3cf68658e4bd), but it does have to be added again eventually.

Bentroen avatar Aug 06 '22 22:08 Bentroen