useful-bash-scripts/ffmpegConvertFolder
Nikurasu d293b91a87 FIX: Removed accidently added music files 2021-10-28 08:21:09 +02:00
..
convert.sh FIX: Removed accidently added music files 2021-10-28 08:21:09 +02:00
readme.md FIX: Removed accidently added music files 2021-10-28 08:21:09 +02:00

readme.md

FCF

(FFmpeg Convert Folder)

What is this?

FCF is a little Bash-Script to convert the media files an entire folder using FFmpeg. Not more and not less.

How to use it?

You can eather use it in portable mode, move the script to the folder you want to convert and launch it there with:

./convert.sh -i {input format} -o {output format} -q {audio quality}

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.

!# TODO -vsync entfernen