replaced/ updated scripts
This commit is contained in:
@@ -6,7 +6,11 @@ for file in ./*.$1; do
|
||||
if [[ $# > 1 && $2 == 'map' ]]; then
|
||||
map='-map 0:0';
|
||||
fi
|
||||
echo "ffmpeg -i '$file' -c:a libfdk_aac -profile:a aac_he -b:a 64k -movflags +faststart $map '../m4a/${file%$1}m4a'";
|
||||
ffmpeg -i "$file" -c:a libfdk_aac -profile:a aac_he -b:a 64k -movflags +faststart $map "../m4a/${file%$1}m4a";
|
||||
dest=../transcode_m4a
|
||||
if [[ !(-d $dest) ]]; then
|
||||
mkdir $dest
|
||||
fi
|
||||
echo "ffmpeg -i '$file' -c:a libfdk_aac -profile:a aac_he -b:a 64k -movflags +faststart $map '$dest/${file%$1}m4a'";
|
||||
ffmpeg -i "$file" -c:a libfdk_aac -profile:a aac_he -b:a 64k -movflags +faststart $map "$dest/${file%$1}m4a";
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user