unified all "folder/directory" into "directory" to end this mess

This commit is contained in:
k4yt3x
2019-04-29 00:06:54 -04:00
parent 0af68bb39c
commit c7353c4bf2
8 changed files with 93 additions and 94 deletions

View File

@@ -4,7 +4,7 @@
Name: FFMPEG Class
Author: K4YT3X
Date Created: Feb 24, 2018
Last Modified: April 21, 2019
Last Modified: April 28, 2019
Description: This class handles all FFMPEG related
operations.
@@ -74,7 +74,7 @@ class Ffmpeg:
Arguments:
input_video {string} -- input video path
extracted_frames {string} -- video output folder
extracted_frames {string} -- video output directory
"""
execute = [
self.ffmpeg_binary,
@@ -93,7 +93,7 @@ class Ffmpeg:
Arguments:
framerate {float} -- target video framerate
resolution {string} -- target video resolution
upscaled_frames {string} -- source images folder
upscaled_frames {string} -- source images directory
"""
execute = [
self.ffmpeg_binary,