Internet explorer fails to play WEBM when encoded with FFMPEG -


i creating video hosting site users can upload videos converted web viewable webm format via ffmpeg, seem have problem getting html5-video work on internet explorer (ie 11, windows 8.1, webm extensions installed).

the standard 'big bunny buck' video (found here: http://www.webmfiles.org/demo-files/) works fine on ie, if convert video webm using ffmpeg doesn't play @ states 'invalid source' on html5 video element.

i using these commandline args convert webm on ffmpeg:

ffmpeg.exe -y -i bunny.webm -vcodec libvpx -acodec libvorbis -f webm bunny2.webm 

its werid videos work fine on vlc, windows media player, firefox , chrome not on ie. ran issue before or offer pointers of how fix it?

you can download example zip (https://www.dropbox.com/s/dhp64c4rh7xqttj/ie-webm.zip) includes bat script run above ffmpeg arguments , html page rendering 2 video elements before , after encoding ffmpeg.

thanks!

downloaded latest version , seems have sorted it, must have been unlucky , grabbed build broken!


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -