new (stubs of) scripts/ updated scripts
This commit is contained in:
7
scripts/reencode_audio.sh
Executable file
7
scripts/reencode_audio.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
for file in ./*.$1; do
|
||||
echo "ffmpeg -i '$file' -c:a copy -map 0:0 '../reencode/$file'";
|
||||
ffmpeg -i "$file" -c:a copy -map 0:0 "../reencode/$file";
|
||||
done
|
Reference in New Issue
Block a user