ff
This commit is contained in:
@@ -178,12 +178,14 @@ for quality in qualities:
|
||||
|
||||
if targetFormat == 'vp9':
|
||||
|
||||
commandSequence1 = commandTokens + generateVP9Pass1Tokens(quality) + nullTokens
|
||||
commandSequence1 = commandTokens + generateVP9Pass1Tokens(quality)
|
||||
|
||||
|
||||
if cropStart:
|
||||
commandSequence1 += generateCropTokens(cropStart, cropLength)
|
||||
|
||||
commandSequence1 += nullTokens
|
||||
|
||||
|
||||
print(f"Command Sequence 1: {commandSequence1}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user