Referencing this document:
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFAppenG/QTFFAppenG.html
Hi,
I'm looking to determine of there are any existing Apple or third party encoders which use the method 'Track Structures to Represent Encoder Delay Explicitly' for audio priming / handling encoder delay in AAC in a .mov.
Looking at Quicktime 7 (very old I know), Quicktime X and Compressor 4.3.2, they all use the historical solution of encoding a file for the decoder to assume a delay of 2112 samples. So far this is the only method I can see Apple uses in any of their tools despite the description of the track structure (modern) method in their document above.
Does anyone know if there are any Apple or 3rd party encoders which can produce a .mov that strictly follows the modern' method outlined in the above link, known as 'Using Track Structures to Represent Encoder Delay Explicitly'?
Alternativly, can anyone confirm that Quicktime / AVFoundation based decoders will *always* assume 2112 samples of encoder delay no matter the track structure?
Many thanks
Mark