mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-01 10:29:09 +00:00
fixed small typo
This commit is contained in:
parent
a51f8204c8
commit
24aa34a3f7
@ -58,7 +58,7 @@ class Ffmpeg:
|
||||
print(execute)
|
||||
subprocess.call(execute)
|
||||
|
||||
def convert_video(self, framerate, resolution, upscaled, ):
|
||||
def convert_video(self, framerate, resolution, upscaled):
|
||||
"""Converts images into videos
|
||||
|
||||
This method converts a set of images into a
|
||||
|
Loading…
Reference in New Issue
Block a user