mini personal project for language learning that performs ffmpeg commands on all video files inside of a directory
Make sure ffmpeg is installed and as well as GCC compiler
Make sure the executable is in the right path relative to video directory, 2 levels below video directive (../../)
compile using make to generate a.out executable.
When you execute it, it will prompt u for a directory to start performing ffmpeg commands, simply type in the directory name, do not type in the absolute path, the program assumes to look at ../../directory
After succesfully opening video directory, the program then prompts for 3 choices
docker build -t image_name .
docker run -it \ --name audio-dev \ -v "$(pwd)":/workspace \ -w /workspace \ audio_effects \