diff --git a/bin/ffx.py b/bin/ffx.py index b7f35b4..79b94c7 100755 --- a/bin/ffx.py +++ b/bin/ffx.py @@ -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}")