A program to compress a folder with multiple videos concurrently
You must install FFmpeg for it to work
Clone the project
git clone https://github.com/kylwrld/video-folder-compression.gitEnter the directory
cd video-folder-compressionRun
./main.go -input <input_path> -output <output_path>This will take all files in input_path and compress them to output_path, 5 files at a time
