OpenNBS / OpenNoteBlockStudio

An open-source Minecraft music maker.
https://opennbs.org/
MIT License
743 stars 51 forks source link

Exporting audio to .ogg is no longer available #344

Open SoftBlade7 opened 2 years ago

SoftBlade7 commented 2 years ago

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

Bentroen commented 2 years ago

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.