https://github.com/oct2pus/flac2opus
flac to opus conversion script
https://github.com/oct2pus/flac2opus
Last synced: about 1 year ago
JSON representation
flac to opus conversion script
- Host: GitHub
- URL: https://github.com/oct2pus/flac2opus
- Owner: oct2pus
- License: mit
- Created: 2024-04-05T19:03:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T06:05:11.000Z (over 2 years ago)
- Last Synced: 2025-02-16T18:20:44.660Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Flac2Opus
script to batch convert .flac files to .opus files
## Usage
`./convert.fish sourcedir destdir`
## Requirements
You need golang & opus-tools (for opusenc). you can likely substitute it with ffmpeg if you would like to modify the script, though.
golf (*GO* *L*ist *F*iles) and gold (*GO* *L*ist *D*irectories) are expected to be in your $PATH.
## LICENSE
MIT