adm.setContainer("MP4V2", "optimize=0", "add_itunes_metadata=0")

Started by Spellbinder, February 12, 2014, 12:52:27 PM

Previous topic - Next topic

Spellbinder

Quick Question:

There is no option in the GUI for MP4V2 for "optimize". In the script it looks like this:

adm.setContainer("MP4V2", "optimize=0", "add_itunes_metadata=0")

What happens if I set optimize=1. Is this supported? And what exactly does it do?

Thanks!

mean

It puts the headers in front of the fill (fast track mode)
It is done automatically, except on win32 if my memory is correct (generates a broken file)

Spellbinder

Hi mean, thanks for the quick reply. One more question: If you say automaticaly, what about if I run a script with optimize=0. Is that ignored?

Thanks!

mean

Still from memory, the parameter is not really used
It is done automatically (except on windows)