FFmpeg + JWplayer + Mp4失败

时间:2014-04-27 10:20:13

标签: html5 video ffmpeg jwplayer6

我使用的是JWplayer HTML5 6.5.3609,以及最新的FFmpeg。我就是这样设置的:

jwplayer("flowplayer1").setup({
    file: '/mp4.file.place'
    width: '100%',
    height: '100%',
    autostart: true,
    stretching: 'exactfit',
    ratio: "100%",
    responsive: true,
    primary: 'html5'
});

这是直接访问,如果我直接调用MP4文件,浏览器可以播放它。我从独立的图像创建这个MP4:

ffmpeg -f image2 -r 1 -i img%d.png x.mp4

并没有快乐。我甚至尝试添加一些编解码器:

-vcodec libx264 -acodec libfaac

仍然不起作用,我得到了这个:

error loading media: file could not be played
这个笑话是,我用FLV尝试过它确实有用...... VLC播放器也可以播放MP4文件

1 个答案:

答案 0 :(得分:1)

好的,谢谢你的帮助(:))同时我想出来了,我只需要广告

-pix_fmt yuv420p

参数。