Page 1 of 1

Video encoder using GPU NVidia or AMD

Posted: 12 Sep 2023 21:09
by carlos_am_2003
Hello!
I'm using VLC command line and I need to do a transcode (video encode H264). Can I use GPU NVidia for the encoder of video?
I have a NVidia Quadro P6000. How can I use it to video encoder?

So I use cpu encoder:

Code: Select all

transcode{fps=30,vcodec=h264
Is there anything so: vcodec=n264 or another string to vcodec?

Re: Video encoder using GPU NVidia or AMD

Posted: 10 Nov 2023 14:57
by Jean-Baptiste Kempf
you need to use nvenc, but not sure if that is merged in the version you are using.