converted mp4 file using ffmpegvis not playing JW

2019-09-16 02:57发布

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.

2条回答
孤傲高冷的网名
2楼-- · 2019-09-16 03:37

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

Blockquote

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

Blockquote

查看更多
Summer. ? 凉城
3楼-- · 2019-09-16 03:38

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

查看更多
登录 后发表回答