compress videos locally with ffmpeg by specifying a target size, that's it
- be on windows
- ffmpeg in PATH
- run as CLI tool with args: [filename] [target compression size in MB]
- wait for completion, output file will be as follows if there are no errors: [filename]_compressed.mp4
- output is mp4
- not guaranteed to work if no audio track is present (working on it)
- little error handling is present, most is handed off to ffmpeg
- adding linux support is a matter of changing two characters, i will not add a separate file and release for that