Author : ITermSec
Simplify converting videos.mp4 for smooth Instagram Story uploads.
Installation:
~# apt-get install -y python3 ffmpeg git
~# git clone https://github.com/BlackHoleSecurity/ffmpeg.git
Usage:
usage: ffmpeg.py [-h] [-q {low,medium,high}]
input [output]
Instagram Video Converter (60fps)
positional arguments:
input Input video file
output Output video file
(optional)
options:
-h, --help show this help message
and exit
-q, --quality {low,medium,high}
Quality level (default:
medium)```