diff options
author | katherine <ageha@airen-no-jikken.icu> | 2020-12-06 16:04:40 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2020-12-06 16:04:40 -0700 |
commit | 567b21a7d3272ed25b2730f3f8646573d3c48c94 (patch) | |
tree | f566298c82f790b686b1674d436199240d750f4c /.config/init/funcs/audio-concat | |
parent | eac4871cfdde13bcb0ac5e9a4eb3b4c312d71caa (diff) | |
download | dotfiles-567b21a7d3272ed25b2730f3f8646573d3c48c94.tar.gz |
init function clean
Diffstat (limited to '.config/init/funcs/audio-concat')
-rwxr-xr-x | .config/init/funcs/audio-concat | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.config/init/funcs/audio-concat b/.config/init/funcs/audio-concat index 73b3ae7..1dee470 100755 --- a/.config/init/funcs/audio-concat +++ b/.config/init/funcs/audio-concat @@ -9,11 +9,12 @@ usage() { echo "Usage: $callstr [OPTIONS...] <infile>..." echo "Concatenate multiple audio files into one" echo "" - echo " \e[1mdescription opt longform arg default\e[0m" - echo " specify destination file -o --outfile <file> out.ogg" - echo " specify output bitrate -b --bitrate <int>k (opus:35k, vorbis:50k, mp3:65k, flac:N/A)" - echo " workaround for many inputs -m --many" - echo " print this help -h --help" + echo " \e[1mdescription opt longform arg default\e[0m" + echo " destination file -o --outfile <file> out.ogg" + echo " output codec -c --codec <codec> opus" + echo " output bitrate -b --bitrate <int>k (opus:35k, vorbis:50k, mp3:65k, flac:N/A)" + echo " many inputs workaround -m --many" + echo " print this help -h --help" exit 0 } |