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 resize_video(input_file, output_file, width, height):
def resize(input_file, output_file, width, height):
command = [
"ffmpeg",
"-i", input_file,