Page 1 of 1

using intel hd4000 gpu for transcoding

Posted: 08 May 2014 17:53
by tacker
hi,

i am using vlc 2.1.4 in ubuntu 14.04 to transcode live tv channels with a vlm file.
i would like to use vlc to transcode with my intel hd4000 gpu.
i have read about it a lot, and it looks like i need to install the latest intel hd4000 drivers on ubuntu and activate hardware acceleration in vlc.

is it right that i need to install the latest intel hd4000 drivers, or does it come with ubuntu 14.04 out of the box which will actual hardware acceleration?

how do i activate hardware acceleration in vlc over vlm?

thank you guys for your help.
tacker

Re: using intel hd4000 gpu for transcoding

Posted: 20 May 2014 15:06
by Jean-Baptiste Kempf
GPU encoding in QSV, needs MediaSDK and it' s on-request on INtel website.

Re: using intel hd4000 gpu for transcoding

Posted: 26 May 2014 13:42
by tacker
hi,

got the intel mediasdk. is there a tutorial how i can get this work?

regards,
mesut

Re: using intel hd4000 gpu for transcoding

Posted: 05 Jun 2014 14:24
by Jean-Baptiste Kempf
--codec qsv

Re: using intel hd4000 gpu for transcoding

Posted: 04 Dec 2014 13:17
by korsanovix
In 2.1.5 I cannot see the qsv option anymore. VLC 2.1.3 was the last version that supported the qsv encoder?
And will this feature come back in the next release(s)?

Re: using intel hd4000 gpu for transcoding

Posted: 02 Jan 2015 16:49
by Jean-Baptiste Kempf
It should still be there.

Re: using intel hd4000 gpu for transcoding

Posted: 02 Feb 2016 00:56
by korsanovix
The qsv encoder does not work after 2.1.3

These ones work in 2.1.3 only:
--sout #transcode{vcodec=h264,venc=qsv,vb=1500,scale=0.2,acodec=mp3,ab=128,channels=2}:standard{access=http,mux=ts,dst=192.168.1.2:5555/}
--sout #transcode{width=1280,height=720,vcodec=h264,venc=qsv,vb=3000,scale=auto,acodec=mp3,ab=128,channels=2}:standard{access=http,mux=ts,dst=192.168.1.2:5555/}

Re: using intel hd4000 gpu for transcoding

Posted: 28 Jun 2016 09:20
by Jean-Baptiste Kempf
What happens after?