
I found they are the best file sharing service. mp4ĮDIT: I found the solution! Here is a ZIP with a working demo that I tested on IE 9 and Firefox! Also, the above demo has a flash fallback, so it should work on IE8 and less.ĮDIT: I had to re-upload the video, since my hosting service is down for now. I am struggling with this for a long time so any help would be much appreciated.įor ffmpeg: ffmpeg -i. In my apache htaccess I set the correct mime types for my files and I see it indeed correct when looking in IE developer tools: AddType audio/aac. Miro converter is also using embedd ffmpeg inside it so I am sure it's only a metter of the right ffmpeg command and parameters.
#Miro video converter not working mp4#
If I use the software miro video converter to convert the same mov file to mp4 - it converted fine and I can play it in IE9! When I put this file in the video tag (I am using ) in IE9 it isn't working ! and works even when I launch them in windows itself using window media player. again all this commands produce a valid mp4 file which works on chrome,safari etc.

I use this commands: ffmpeg -i movie.mov -vcodec copy -acodec copy out.mp4įfmpeg -i movie.mov -vcodec libx264 -vprofile high -preset slow -b:v 500k -maxrate 500k -bufsize 1000k -vf scale=-1:480 -threads 0 -acodec libvo_aacenc -b:a 128k -pix_fmt yuv420p outa.mp4įfmpeg -i movie.mov -b:V 1500k -vcodec libx264 -preset fast -g 30 adel.mp4įfmpeg -i movie.mov -acodec aac -strict experimental -ac 2 -ab 160k -vcodec libx264 -preset slow -f mp4 -crf 22 lamlam.mp4įfmpeg -i movie.mov -acodec aac -strict experimental -ac 2 -ab 160k -vcodec libx264 -preset slow -profile:v baseline -level 30 -maxrate 10000000 -bufsize 10000000 -f mp4 -threads 0 adiel.mp4Įtc.

I want one command that will convert it and I can use it in every device suppose to support mp4 in HTML5 video tag. I looked everywhere here and on google - there is no valid command that works for IE9.Īll that I tried worked everywhere else: chrome,safari,mobile device etc.
