Skip to content

Instantly share code, notes, and snippets.

@MahouShoujoMivutilde
MahouShoujoMivutilde / ff.py
Last active June 4, 2017 17:14
ffmpeg x64 and x32 in one cli
#! python3
from os import system
from sys import argv
from time import time
from datetime import timedelta
# ffmpeg x32 in PATH
# ffmpeg x32: ff -arg1 -arg2...
# ffmpeg x64: ff 64 -arg1 -arg2...