You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Th AssetMap must contain a URL that points to any and all CPLs contained in an IMP. Therefore providing a URL to the CPL is duplicative since a URL is already provided to the AssetMap.
Recommend the following command line syntax:
ffmpeg -i <assetmap-url> ...
ffempeg should:
Resolve & parse the AssetMap
search for all <Asset> elements that contains <PackingList>true</PackingList>
Resolve all URLs to the PackingLists.
Search each PackingList for <Asset> elements that contain a <Type> element with a value application/xml
For each, resolve the corresponding URL found in the AssetMap, determine if it’s a CPL, and process it.
When multiple CPLs are discovered, ffempg should treat each CPL exactly how it handles the case of multiple input streams provided with multiple -i options.
The text was updated successfully, but these errors were encountered:
Th AssetMap must contain a URL that points to any and all CPLs contained in an IMP. Therefore providing a URL to the CPL is duplicative since a URL is already provided to the AssetMap.
Recommend the following command line syntax:
ffmpeg -i <assetmap-url> ...
ffempeg should:
<Asset>
elements that contains<PackingList>true</PackingList>
<Asset>
elements that contain a<Type>
element with a valueapplication/xml
When multiple CPLs are discovered, ffempg should treat each CPL exactly how it handles the case of multiple input streams provided with multiple
-i
options.The text was updated successfully, but these errors were encountered: