From 91c93d4b6656bc42001679abe214ea932a37916f Mon Sep 17 00:00:00 2001 From: timurhai Date: Mon, 20 May 2024 09:21:18 +0000 Subject: [PATCH] moviemaker: python spaces and tabs mix fixed --- utilities/moviemaker/makemovie.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utilities/moviemaker/makemovie.py b/utilities/moviemaker/makemovie.py index e2f4306aa..531d63e2c 100755 --- a/utilities/moviemaker/makemovie.py +++ b/utilities/moviemaker/makemovie.py @@ -657,12 +657,12 @@ def getImages(inpattern): exit(1) if Audio is not None and EncType == 'ffmpeg': - inputmask += '"' + inputmask += '"' if Options.slate is not None: - inputmask += ' -itsoffset %.3f' % ( 1.0 / float(Options.fps)) - inputmask += ' -i "%s"' % Audio - inputmask += ' -af apad -shortest' - inputmask += ' -acodec "%s' % Options.acodec + inputmask += ' -itsoffset %.3f' % ( 1.0 / float(Options.fps)) + inputmask += ' -i "%s"' % Audio + inputmask += ' -af apad -shortest' + inputmask += ' -acodec "%s' % Options.acodec # Process avcmd: AVCMD = Options.avcmd