gpt4 book ai didi

javascript - 使用 Node Webkit 读取 MP4 文件

转载 作者:行者123 更新时间:2023-12-01 04:05:52 24 4
gpt4 key购买 nike

我使用node webkit,但无法读取MP4文件!对于每个 mp4 文件,我仍然遇到此错误:

[10093:10093:0124/113029.146622:ERROR:render_media_log.cc(25)] 
MediaEvent: PIPELINE_ERROR demuxer: could not open

Not work mp4 with nwjs

这是我使用的代码

<video controls preload="none" width="500" height="500" >
<source src="http://www.supportduweb.com/page/media/videoTag/BigBuckBunny.mp4" type="video/mp4">
</video>

但可以与 webm 和 ogg 完美配合

work ogg webm

我该如何调试这个?

最佳答案

Node Webkit does not support MP4 out of the box :

Using MP3 and H.264 codecs requires you to pay attention to the patent royalties and the license of the source code. Consult a lawyer if you do not understand the licensing constraints and using patented media formats in your application.

上面的链接指向添加支持的官方文档,可归结为:

  1. 下载解码 mp4 所需的二进制文件
  2. 下载依赖项
  3. 修改 Node Webkit 的构建指令文件
  4. 编译 FFMPEG
  5. 用您刚刚编译的版本覆盖 FFMPEG 的默认版本

关于javascript - 使用 Node Webkit 读取 MP4 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41825948/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com