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