ffmpeg-web icon indicating copy to clipboard operation
ffmpeg-web copied to clipboard

how to manual install this project, or is that any way to use NVIDIA GPU in a docker container

Open assassinliujie opened this issue 1 year ago • 1 comments

assassinliujie avatar Feb 12 '24 01:02 assassinliujie

Hi, thanks for the issue. I've developed a Electron wrapper of ffmpeg-web that uses the native ffmpeg binaries to achieve better performance, and with that you can enable hardware acceleration from the settings. Unfortunately I don't have a Nvidia GPU and I couldn't test it with NVENC, and I relied only on information found of the web. However, if it shouldn't work, please let me know which ffmpeg commands work and I'll try to update it.

If you want to try the new Electron app, clone the repository (I am still doing a few tests, but I hope that in a few minutes I'll push the commit to main), then install the dependencies and create the dist directory with node webHost.js local electron . After this installation, you can run it by writing npm run start. I might create executables of ffmpeg-web in the future, since it should be really easy with electron-forge, but I'll see that tomorrow

dinoosauro avatar Feb 17 '24 18:02 dinoosauro