wqpchristmas.blogg.se

Ffmpeg mov to mp4
Ffmpeg mov to mp4











When I put this file in the video tag (I am using ) in IE9 it isn't working ! static/test.jpg"> static/out.mp4" type="video/mp4" /> 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.

ffmpeg mov to mp4

I use this commands: ffmpeg -i movie.mov -vcodec copy -acodec copy out.mp4 ffmpeg -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 ffmpeg -i movie.mov -b:V 1500k -vcodec libx264 -preset fast -g 30 adel.mp4 ffmpeg -i movie.mov -acodec aac -strict experimental -ac 2 -ab 160k -vcodec libx264 -preset slow -f mp4 -crf 22 lamlam.mp4 ffmpeg -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. All that I tried worked everywhere else: chrome,safari,mobile device etc. I looked everywhere here and on google - there is no valid command that works for IE9.













Ffmpeg mov to mp4