script: Various fixes
This commit is contained in:
parent
6e4130fd26
commit
bf796d9587
5 changed files with 12 additions and 11 deletions
|
@ -158,8 +158,7 @@ do
|
|||
echo Processing $music
|
||||
|
||||
temp=$(mktemp --suffix .flac)
|
||||
cp "$music" "$temp"
|
||||
ffmpeg -8 -o "$temp"
|
||||
ffmpeg -y -i "$music" -compression_level 8 "$temp"
|
||||
echo "→ Optimize done"
|
||||
|
||||
replace "$temp" "$music"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue