Utility scripts, updates to start scripts.
This commit is contained in:
4
scripts/nl-split-rec
Executable file
4
scripts/nl-split-rec
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
name=${1%.wavex}
|
||||
avconv -i "$1" -filter_complex 'channelsplit=channel_layout=2.1[L][R][B]' -map '[L]' "${name}-m48.wav" -map '[R]' "${name}-drums.wav" -map '[B]' "${name}-bass.wav"
|
||||
|
Reference in New Issue
Block a user