media: Add shnsplit opus output
This commit is contained in:
parent
50cc02d182
commit
86daaf758c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue