https://github.com/wohlstand/brstm2ogg
Very simple Python script to convert VGMStream formats into OGG Vorbis with looping tags kept
https://github.com/wohlstand/brstm2ogg
Last synced: 2 months ago
JSON representation
Very simple Python script to convert VGMStream formats into OGG Vorbis with looping tags kept
- Host: GitHub
- URL: https://github.com/wohlstand/brstm2ogg
- Owner: Wohlstand
- License: mit
- Created: 2023-08-22T03:50:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T01:10:52.000Z (almost 3 years ago)
- Last Synced: 2023-08-24T02:55:07.908Z (almost 3 years ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BRSTM to OGG converter
This is a very simple command-line tool that runs `vgmstream-cli` and `oggenc`
in order to convert BRSTM and other supported formats into OGG files with
keeping of loop tags as Vorbis comments. Such way of looping in OGG files is
used at various software like RPG Maker, SDL_mixer, GZDoom, etc.
## Dependencies
- Python 3.x
- VGMStream (`vgmstream-cli`) being available in the PATH environment: https://github.com/vgmstream/vgmstream
- `oggenc` utility (`vobris-tools` package is needed) being available in the PATH environment: https://github.com/xiph/vorbis-tools
## Syntax:
```
./brstm2ogg.py []
```
or:
```
python3 brstm2ogg.py []
```
- `` - **Required** the full path to the input file to convert.
- `` - **Optional** the output file path. If not specified, the output file will be saved at the same directory as input file.