-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Multiple encode at the same time #40
Comments
Hello @Dubardo Unfortunately, I don't have a GPU that can support hardware acceleration, so I'm unable to do the appropriate tests using NVENC. That said, Videomass has a graphical interface for managing presets called Presets Manager, you could use that to set up some NVENC profiles. Example: since NVENC can be used for H.264 and HEVC encoding, just replace
with
Please visit http://trac.ffmpeg.org/wiki/HWAccelIntro for more info. |
Yes, Thanks. I've setup quite a few preset already. |
As the program was designed, it is not possible to run multiple instances of FFmpeg simultaneously. Anyway, I'll take a look at it to learn more. I will let you know. |
Hello, |
I was testing the encoding simultaneously. With the MEDIUM preset however, the encoder is fully occupied and the CPU is at Idle with only one instance of Videomass running. So no use/room for encoding simultaneously. What I do is just open 2 instances of Videomass. |
To realize this feature, a part of the program would have to be rewritten, which is not irrelevant for several reasons. I have done some tests but none of them have completely convinced me yet. In any case, if there is someone willing to do the same, they are welcome. |
Of course, I'm fine running 2 instances when necessary ;) |
Hello, I really like your app and was wondering if there was a multi encode feature for NVENC like there is in FFMpeg Batch. Most nvidia quand encode 3 stream at the same time (more if you unlock or have a quadro). Would greatly appreciate the feature!
From what I understood, it launch mulitple instance of FFmpeg at the same time instead of back to back.
The text was updated successfully, but these errors were encountered: