mirror of
https://github.com/vondas-network/videobeaux.git
synced 2025-12-19 22:30:07 +01:00
refactored programs and arg structure
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user