Explorar o código

Fix tempo for realsies

Joe Ceresini %!s(int64=4) %!d(string=hai) anos
pai
achega
bde5ad95cc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      powerhour.sh

+ 1 - 1
powerhour.sh

@@ -37,7 +37,7 @@ for i in {1..59}; do
   outfile="clip-$i.wav"
   infile="_$outfile.tmp"
   mv $outfile $infile
-  tempo=$(echo "0.033 * $i"| bc)
+  tempo=$(echo "1 + (0.02 * $i)"| bc)
   $FFMPEG -i $infile -filter:a "atempo=$tempo" -vn $outfile
   rm $infile
 done