Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

mediaelement.js supported formats

Can mediaelement.js playback .WAV sound files?

Also, even though these are not specified in mediaelement.js website, since Flash is able to playback these formats, can mediaelement.js possibly playback AAC, M4V, M4A, 3GP, MOV and 3GPP?

How about HTML5 playback of any of the formats mentioned above?

Thank you.

like image 889
chocobanana Avatar asked Jan 23 '12 14:01

chocobanana


People also ask

Why use MediaElement js?

MediaElement. js provides free and open source HTML5 player. One file is displayed with the same UI in any browser using audio and video players in pure HTML and CSS. Its accessibility standards include WebVTT.

What is media Element?

The HTMLMediaElement interface adds to HTMLElement the properties and methods needed to support basic media-related capabilities that are common to audio and video. The HTMLVideoElement and HTMLAudioElement elements both inherit this interface.

What are media elements in HTML?

The media elements, as the HTML5 audio and video elements are generically termed, are a way of embedding playable media files directly into a web page without having to use Flash or a plug-in. The elements can be styled with CSS, integrated with SVG and Canvas, and controlled with JavaScript.


1 Answers

WAV is generally supported in my experience, but of course this is depending on the user's browser, as with all officially supported formats, too.

Have a look at my web app, with the WAV example here, which uses mediaelementjs as player engine.

like image 142
Marcel Avatar answered Oct 04 '22 23:10

Marcel