Add usage to m4a2wav
This commit is contained in:
parent
5fc331111d
commit
96c2b17276
1 changed files with 12 additions and 0 deletions
12
m4a2wav
12
m4a2wav
|
|
@ -1,3 +1,15 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo <<EOF
|
||||||
|
m4a2wav
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
m4a2wav
|
||||||
|
|
||||||
|
Converts all m4a files in the current directory to
|
||||||
|
wav format. Requires ffmpeg.
|
||||||
|
EOF
|
||||||
|
}
|
||||||
|
|
||||||
fd -e m4a -x ffmpeg -i {} {.}.wav
|
fd -e m4a -x ffmpeg -i {} {.}.wav
|
||||||
Loading…
Add table
Add a link
Reference in a new issue