diff options
Diffstat (limited to 'tools/audio_extract')
-rw-r--r-- | tools/audio_extract | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/audio_extract b/tools/audio_extract index e13c601..2c040ea 100644 --- a/tools/audio_extract +++ b/tools/audio_extract @@ -15,6 +15,7 @@ if [ -z "$1" ]; then exit 1 fi +./require ffmpeg #if [ "$FORMAT" == "pcm_s16le" ]; then # FORMAT="wav" #fi |