This file contains 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
#all rights, credits and congratulations go to Bazoo from the project slippi discord | |
import re | |
import time | |
import ffmpeg | |
import subprocess | |
in_name = '1x.mp4' | |
out_name = 'out.mp4' |