问题描述
您好,我正在使用NW.js 0.12.0(nodewebkit)的应用程序工作,我需要找到Google Chrome 41.0.2272.76的ffmpegsumo.dll文件,以便能够播放音频文件。请参阅:另外我发现这个和32位的作品,但64不适用于我。
我在哪里可以找到?
- ffmpegsumo.dll(Win 32位)
- ffmpegsumo.dll(Win 64)
- ffmpegsumo.so(Mac OX)
- ffmpegsumo.so(Linux)
我知道别人也需要这样我会更新这个并添加链接,只要我找到文件!
你可以在 soundnode
应用程序(Soundcloud桌面应用程序,非官方),可在Github上
只需浏览,至少有64位/ 32位最新的Linux / Mac库。 / p>
以及平台上的所有lib都可以在文件夹。
虽然库是nwjs的一部分分发。
Hello I am working in an application using NW.js 0.12.0 (nodewebkit) and I need to find the ffmpegsumo.dll file of Google Chrome 41.0.2272.76 in order to be able to play audio files. See: NW.js Docs About it
Also I found this Answer and the 32 bit works, but the 64 does not work for me.
Where can I find?
- ffmpegsumo.dll (Win 32 bits) FOUND HERE!
- ffmpegsumo.dll (Win 64)
- ffmpegsumo.so (Mac OX)
- ffmpegsumo.so (Linux)
I know that someone else will need this as well so I will update this and add links as soon I find the files!
You can find it in the soundnode
app project (Soundcloud desktop app, unofficial), available on Github here
Just navigate to assets/codecs-libs/ and there are the 64bit/32bit up-to-date libraries for Linux/Mac at least.
The win32 dll, as well as all the libs, by platform, can be found in cache/ folder.
While the MacOS 64 .so library is part of the nwjs distribution.
这篇关于哪里可以找到nf.js的ffmpegsumo库0.12.0? (播放Nodewebkit中的音频文件)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!