diff --git a/src/ffx/ffx.py b/src/ffx/ffx.py index 5a5891e..925cca8 100755 --- a/src/ffx/ffx.py +++ b/src/ffx/ffx.py @@ -599,7 +599,7 @@ def convert(ctx, if not cf is None: - cf.setArguments(**mediaFileProperties.findCropArguments()) + cf.setArguments(mediaFileProperties.findCropArguments()) ssc = ShiftedSeasonController(context)