mirror of
https://github.com/vondas-network/videobeaux.git
synced 2025-12-20 14:50:02 +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 reverse_video(input_file, output_file):
|
||||
def reverse(input_file, output_file):
|
||||
command = [
|
||||
"ffmpeg",
|
||||
"-y",
|
||||
|
||||
Reference in New Issue
Block a user