_ _ ____
__ _(_) __| |___ \ ___ ___ _ __ ___ _ __ _ __ ___ ___ ___
\ \ / / |/ _` | __) / __/ _ \| '_ ` _ \| '_ \| '__/ _ \/ __/ __|
\ V /| | (_| |/ __/ (_| (_) | | | | | | |_) | | | __/\__ \__ \
\_/ |_|\__,_|_____\___\___/|_| |_| |_| .__/|_| \___||___/___/
|_|
vid2compress is an easy to use video compresser written in Python.
- Autodetection of video files.
- Fast compression.
- Easy to use.
-
Clone the repository using git:
git clone https://github.com/obvRedwolf/vid2compress cd vid2compress
-
Install ffmpeg if you haven't already. Alternatively, copy the binaries into the same folder as the Python script.
Run the script using Python.
python compresser.py
or
python3 compresser.py
Released under MIT by @obvRedwolf.