diff --git a/ffmpegConvertFolder/2L-145_01_stereo_01.cd.flac b/ffmpegConvertFolder/2L-145_01_stereo_01.cd.flac deleted file mode 100644 index 411ff1b..0000000 Binary files a/ffmpegConvertFolder/2L-145_01_stereo_01.cd.flac and /dev/null differ diff --git a/ffmpegConvertFolder/convert.sh b/ffmpegConvertFolder/convert.sh index adff8ed..b68aafd 100755 --- a/ffmpegConvertFolder/convert.sh +++ b/ffmpegConvertFolder/convert.sh @@ -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 diff --git a/ffmpegConvertFolder/mp3/2L-145_01_stereo_01.cd.mp3 b/ffmpegConvertFolder/mp3/2L-145_01_stereo_01.cd.mp3 deleted file mode 100644 index 7f31c68..0000000 Binary files a/ffmpegConvertFolder/mp3/2L-145_01_stereo_01.cd.mp3 and /dev/null differ diff --git a/ffmpegConvertFolder/readme.md b/ffmpegConvertFolder/readme.md index ca8c42d..503dd21 100644 --- a/ffmpegConvertFolder/readme.md +++ b/ffmpegConvertFolder/readme.md @@ -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. \ No newline at end of file +Currently the script only supports audio conversion, but I will add video support in the near future. + +!# TODO +-vsync entfernen \ No newline at end of file