This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! 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... |
NewerOlder