FIX: Removed accidently added music files

This commit is contained in:
Nikurasu 2021-10-28 08:21:09 +02:00
parent f51fce52ac
commit d293b91a87
4 changed files with 5 additions and 2 deletions

View File

@ -102,7 +102,7 @@ else
then
if [ ! -z "$quality" ];
then
ffmpeg -i "$i" -vsync 2 -acodec "$output" -b:a "$quality" "$outputfilename";
ffmpeg -i "$i" -acodec "$output" -b:a "$quality" "$outputfilename";
else
ffmpeg -i "$i" -vsync 2 -acodec "$output" "$outputfilename";
fi

View File

@ -9,4 +9,7 @@ You can eather use it in portable mode, move the script to the folder you want t
```
But you can also move the script to a folder like `~/.scripts` and use an alias like `fcf.`
Currently the script only supports audio conversion, but I will add video support in the near future.
Currently the script only supports audio conversion, but I will add video support in the near future.
!# TODO
-vsync entfernen