refactored programs and arg structure

This commit is contained in:
Agamemnon Juunes
2024-06-21 00:46:43 -04:00
parent c14a02492b
commit f9a674082f
28 changed files with 596 additions and 355 deletions

View File

@@ -1,6 +1,6 @@
from utils.ffmpeg_operations import run_ffmpeg_command
def reverse_video(input_file, output_file):
def reverse(input_file, output_file):
command = [
"ffmpeg",
"-y",