mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 05:01:10 -07:00
Fix spelling
This commit is contained in:
parent
2ad9f2e35f
commit
c5b60adb33
6 changed files with 15 additions and 15 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue