|
|
@ -178,12 +178,14 @@ for quality in qualities:
|
|
|
|
|
|
|
|
|
|
|
|
if targetFormat == 'vp9':
|
|
|
|
if targetFormat == 'vp9':
|
|
|
|
|
|
|
|
|
|
|
|
commandSequence1 = commandTokens + generateVP9Pass1Tokens(quality) + nullTokens
|
|
|
|
commandSequence1 = commandTokens + generateVP9Pass1Tokens(quality)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if cropStart:
|
|
|
|
if cropStart:
|
|
|
|
commandSequence1 += generateCropTokens(cropStart, cropLength)
|
|
|
|
commandSequence1 += generateCropTokens(cropStart, cropLength)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
commandSequence1 += nullTokens
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print(f"Command Sequence 1: {commandSequence1}")
|
|
|
|
print(f"Command Sequence 1: {commandSequence1}")
|
|
|
|
|
|
|
|
|
|
|
|