ff
This commit is contained in:
@@ -212,7 +212,7 @@ class FfxController():
|
|||||||
commandSequence += self.generateAudioEncodingTokens()
|
commandSequence += self.generateAudioEncodingTokens()
|
||||||
|
|
||||||
if self.__context['perform_crop']:
|
if self.__context['perform_crop']:
|
||||||
commandSequence += FfxController.generateCropTokens()
|
commandSequence += self.generateCropTokens()
|
||||||
|
|
||||||
commandSequence += self.generateOutputTokens(targetPath,
|
commandSequence += self.generateOutputTokens(targetPath,
|
||||||
targetFormat)
|
targetFormat)
|
||||||
@@ -242,7 +242,7 @@ class FfxController():
|
|||||||
commandSequence += self.generateAudioEncodingTokens()
|
commandSequence += self.generateAudioEncodingTokens()
|
||||||
|
|
||||||
if self.__context['perform_crop']:
|
if self.__context['perform_crop']:
|
||||||
commandSequence += FfxController.generateCropTokens()
|
commandSequence += self.generateCropTokens()
|
||||||
|
|
||||||
commandSequence += self.generateOutputTokens(targetPath,
|
commandSequence += self.generateOutputTokens(targetPath,
|
||||||
targetFormat)
|
targetFormat)
|
||||||
|
|||||||
Reference in New Issue
Block a user