We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An option to select among several audio tracks in a video would be useful, especially for videos dubbed to several languages. The last time I checked, there was no consensus on how to implement it in HTML5, except that the video file must include all the audio files (muxed). You may want to check at http://dev.w3.org/html5/spec/media-elements.html#media-resources-with-multiple-media-tracks for more details on how to implement it in your player. Also, there's a proposed method for having the video and audio files separated: http://blog.gingertech.net/2011/05/01/html5-multi-track-audio-or-video/
The text was updated successfully, but these errors were encountered:
delphiki
No branches or pull requests
An option to select among several audio tracks in a video would be useful, especially for videos dubbed to several languages. The last time I checked, there was no consensus on how to implement it in HTML5, except that the video file must include all the audio files (muxed). You may want to check at http://dev.w3.org/html5/spec/media-elements.html#media-resources-with-multiple-media-tracks for more details on how to implement it in your player. Also, there's a proposed method for having the video and audio files separated: http://blog.gingertech.net/2011/05/01/html5-multi-track-audio-or-video/
The text was updated successfully, but these errors were encountered: