-
Is there a possibility to support nvidia nvenc to accelerate encoding? or it is in cli? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
So I decided not to support it. |
Beta Was this translation helpful? Give feedback.
-
On Ubuntu, you can use nvenc, Line 606 in a8f5e91 |
Beta Was this translation helpful? Give feedback.
-
I added NVENC support on Ubuntu 44cf327 Install PyAV from source.
If NVENC is enabled in PyAV, it will appear in VideoCodec combobox. |
Beta Was this translation helpful? Give feedback.
So I decided not to support it.
The encoding process is parallelized and typically video encoding is faster than stereo generation, so processing time will not be improved.