Fix spelling

This commit is contained in:
labrys 2016-06-06 04:22:38 -04:00 committed by Labrys
parent 2ad9f2e35f
commit c5b60adb33
6 changed files with 15 additions and 15 deletions

View file

@ -228,7 +228,7 @@ def buildCommands(file, newDir, movieName, bitbucket):
)
if w_scale > 1:
video_cmd.extend(['-vf', 'scale={width}'.format(width=scale)])
else: # lower or mathcing ratio, scale by height only.
else: # lower or matching ratio, scale by height only.
scale = "{width}:{height}".format(
width=int((width / h_scale) / 2) * 2,
height=scale.split(':')[1],