diff options
| author | jules on spawn <spawn@cortex> | 2018-04-10 12:40:06 +0200 |
|---|---|---|
| committer | jules on spawn <spawn@cortex> | 2018-04-10 12:40:06 +0200 |
| commit | 0ecd9fcea8e7426c003baadc0cd67b62e5cf382f (patch) | |
| tree | 40d76033034b2f00eda2a3b78bb847e4462e2f33 /datasets/split44k.sh | |
| parent | efe9c4a7f53414c628a865207c6a47f8e5a016f0 (diff) | |
ffmpeg less verbose, get should append suffix
Diffstat (limited to 'datasets/split44k.sh')
| -rwxr-xr-x | datasets/split44k.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datasets/split44k.sh b/datasets/split44k.sh index 4884af1..b679d29 100755 --- a/datasets/split44k.sh +++ b/datasets/split44k.sh @@ -11,7 +11,7 @@ dataset_path=$3 converted=".temp2.wav" rm -f $converted -ffmpeg -i $fn -ac 1 -ar 44100 $converted +ffmpeg -hide_banner -loglevel error -i $fn -ac 1 -ar 44100 $converted mkdir $dataset_path length=$(ffprobe -i $converted -show_entries format=duration -v quiet -of csv="p=0") |
