This is my humble collection of random Python stuff that I made over time... They might not be useful for much, but feel free to use the as you like!
These are my main scripts. They are more complex and usually were made to accomplish a simple task(s)
Located here, this is a simple python 3.x script that uses ffmpeg to re-encode your video files to a specific file size and format.
Encoder needs two dependencies:
- FFmpeg - Install it with your system's package manager (already bundled with the windows release zip)
- ffpb, which can be installed with
python -m pip install ffpb
Encoder takes an input
video file and the desired output size
as arguments.
usage: encoder.py [-h] [-f format] [-p preset] [-e {cpu,gpu}] input size
This project is now made in Rust and can be found here