News:

--

Main Menu

Flag "Optimize" does not function anymore

Started by axst, April 18, 2022, 07:59:38 PM

Previous topic - Next topic

axst

I have the follwing line in my custom py-files (batch script for many files):

adm.setContainer("MP4", "muxerType=0", "optimize=0", "forceAspectRatio=False", "aspectRatio=1", "rotation=0", "clockfreq=0")

Since I updated to version 2.8.1 the option "optimize" is not processed anymore.

AviDemux always moves the entries to the beginning of the file (optimize=1), so changes with the windows dialog take now 1 to 2 minutes :-(

When I use this script as a custom configuration, option 1 is selected although a zero is set in the script. When I set the option in the dialog for "mp4 files" to "no optimizing", the output has the right format.

Please fix it fast as possible !!!

eumagga0x2a

https://avidemux.org/smif/index.php?msg=93670

In short: the parameter list you try to pass to the MP4 muxer is invalid. Changing parsing from strict (as it always has been) to relaxed mode may be possible, but needs careful examination.