From 2e08b8f4213565236bb755510006e5d9246bba3b Mon Sep 17 00:00:00 2001 From: Javanaut Date: Sat, 21 Oct 2023 12:19:53 +0200 Subject: [PATCH] ff --- bin/ffx.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}")