Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mp4-dash.py - write video before audio adaptation sets (request) #24

Closed
richardbushell opened this issue Sep 26, 2015 · 2 comments
Closed

Comments

@richardbushell
Copy link
Contributor

Hi
Is it possible to add a flag option in mp4-dash.py to write the Video adaptation set information into the MPD file first, and then the Audio adaptation set second.
Currently it writes the audio set first, and there's no way to switch the order if that's the preference.
Thanks.
Richard

@barbibulle
Copy link
Contributor

In software, everything' possible ;-)
But can you explain why you need the elements in a specific order? The DASH XML schema doesn't require the adaptation sets to appear in any particular order, so this would make no difference to any player.

On Sep 26, 2015, at 7:23 AM, richardbushell notifications@github.com wrote:

Hi
Is it possible to add a flag option in mp4-dash.py to write the Video adaptation set information into the MPD file first, and then the Audio adaptation set second.
Currently it writes the audio set first, and there's no way to switch the order if that's the preference.
Thanks.
Richard


Reply to this email directly or view it on GitHub.

@richardbushell
Copy link
Contributor Author

Yes, I appreciate it makes no difference. All the other tools, and our own previous working with DASH lead with video before audio. It seems across the industry that video leads in almost all scenarios. Every time we view an MPD file we automatically think video before audio. It's just our arbitrary preference...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants