Where to find ffmpegsumo libraries for nw.js 0.12.

2019-02-18 22:59发布

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!

5条回答
欢心
2楼-- · 2019-02-18 23:15

Every ffmpeg library could support different video formats depending on compilation options, I think your best option could be "popcorn time" or compile it yourself, popcorn time build using node webkit just download the official app for the OS you need and you can go to the installation directory and you will find the library there, in OSX case you can find it inside the app of course.

github project: https://github.com/popcorn-official/popcorn-desktop

application page: https://popcorntime.sh/

查看更多
家丑人穷心不美
3楼-- · 2019-02-18 23:22

Found a working ffmpegsumo.dll for the Win 64 v0.12.1 of Node Webkit. This dll is from chrome version 42.0.2311.135.

查看更多
Anthone
4楼-- · 2019-02-18 23:23

Get ffmpegsumo.so (Linux) from Chromium 41.0.2272.118 (tried, works)

查看更多
聊天终结者
5楼-- · 2019-02-18 23:23

0.12.3 32bit OSX here, for some reason the only that worked was the one posted at the end of this thread: https://github.com/nwjs/nw.js/issues/2256 it's a link to google drive: https://drive.google.com/open?id=0B-W5PD832un2ZGJLc3R6SFZwc1k&authuser=0

查看更多
smile是对你的礼貌
6楼-- · 2019-02-18 23:24

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.

查看更多
登录 后发表回答