media: Add shnsplit opus output

master
Simon Bruder 2022-06-09 22:50:00 +02:00
parent 50cc02d182
commit 86daaf758c
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
:::shell
shnsplit -D -f file.cue -t "%n %t" -o "flac flac -8 -o %f -" file.flac
To directly encode to opuus:
:::shell
shnsplit -D -f file.cue -t "%n %t" -o "cust ext=opus opusenc --bitrate=160k - %f" file.flac
### Remove all tags except MusicBrainz tags from flac files
:::shell