Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whether it can be accelerated with GPU #18

Open
romantcig147 opened this issue Oct 18, 2024 · 2 comments
Open

Whether it can be accelerated with GPU #18

romantcig147 opened this issue Oct 18, 2024 · 2 comments

Comments

@romantcig147
Copy link

I don't really understand how this software works, but I see on the task manager that he is consuming a lot of cpu resources but the graphics card is not, I don't know if it's possible to make the software use the graphics card for acceleration and thus increase efficiency

@Sankyuubigan
Copy link

My cpu is running at 100% and my nvidia card 4070 ti super stands idle at 0%, i am waiting for slow video compression. too bad. too bad.

@antonsizikov
Copy link

Yeah its possible since this app uses FFmpeg to compress video. There is a command that show available hardware asseleration methods: ffmpeg -hwaccels. And than it can use it instead of default libx264. There are such methods for different platforms:

  • h264_nvenc - Nvidia
  • h264_qsv - Intel
  • h264_amf - AMD
  • h264_videotoolbox - Apple

In my experience it gives a gain in speed and efficiency, but the quality is often noticeably worse. So acceleration is a compromise, especially if you want the best possible quality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants