converted mp4 file using ffmpegvis not playing JW player

不问归期 提交于 2019-12-13 05:32:32

问题


Just i converted mov video file to mp4 file using ffmpeg. But the converted file is not playing JW player. Actual mp4 file videos working fine in all browsers. Thanks for help.


回答1:


ffmpeg -i movie.mov -vcodec libx264 -acodec acc -strict experimental -profile:v baseline -f mp4 -y mp4video.mp4




回答2:


My ffmpeg conversion comment is correct. But ffmpeg installation is the reason for the issue. I used the following command to convert:

ffmpeg -i /uploads/sample.move -acodec libfaac -ab 96k -vcodec libx264 -vpre slower -vpre main -level 21 -refs 2 -b 345k -bt 345k -threads 0 /uploads/sample.mp4



来源:https://stackoverflow.com/questions/20654256/converted-mp4-file-using-ffmpegvis-not-playing-jw-player

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!