ffmpeg electron
See original GitHub issue操作系统:macOS
作者大大,刚刚看到你的扩展想下载,下载了发现:Please interact with the document first otherwise play() will failed
看了一下,这是很正常的,所以我去了github.com/electron/electron的releases下载了我的vscode的electron版本13.5.2
问题来了,看了你的ffmpeg manual replace,想问下之后该怎么做呢?./Electron.app/Contents/Frameworks/Electron\ Framework.framework/Libraries/libffmpeg.dylib你的这个位置是指哪里呢?是指/Applications/Visual\ Studio\ Code.app/Contents/Frameworks/Electron\ Framework.framework/Libraries/下的libffmpeg.dylib吗?
我有去查了一下,vscode内建是没有ffmpeg的,所以我把下载下来的libffmpeg拖进那个地方,结果再次打开vscode时就被系统报错了,什么原因呢?就算把libffmpeg删除也无济于事…我就卡在这里了…(vscode我删除了,再下载过,默默的等待你的教学😂
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
ffmpeg-static-electron - npm
ffmpeg static binaries for Mac OSX and Linux and Windows. Latest version: 2.0.3, last published: a year ago.
Read more >Include FFMPEG Binaries in your Electron App
Include FFMPEG Binaries in your Electron App. 3 minute read. Electron is a tool maintained by the GitHub team that allows developers to...
Read more >FFMPEG And Electron - Pietro Passarelli
It's a library that wraps around the ffmpeg binary and provides an easier interface to run ffmpeg commands while in node. It also...
Read more >pietrop/ffmpeg-static-electron - GitHub
ffmpeg -static-electron ... The module returns a file path to the binary for the target operating system. ... In ffmpeg-static , recognising the...
Read more >How can I bundle ffmpeg in an Electron application
I'm building an Electron application starting from the electron-webpack boilerplate. I found this node module @ffmpeg-installer/ffmpeg which ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

现在应该不需要了, vscode 新版本已经集成了 ffmpeg
好可惜ouo…