VLC on Raspberry Pi 2 with Hardware Acceleration
Posted: Fri Aug 07, 2015 5:27 am
I've got a working KDE with sound and VLC installed on my raspberry pi 2, but I don't have hardware acceleration yet. I've installed VLC with these use flags:
I have also changed the video output in vlc to "OpenMAX IL video output" but it still seems the video is being decoded by the cpu.
How do I enable accelerated video?
Code: Select all
rpi2 ~ # emerge -pv vlc
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ~] media-video/vlc-2.2.1:0/5-8::gentoo USE="X a52 alsa avcodec avformat cdda cddb dbus directfb dts dvbpsi dvd encode faad fdk ffmpeg flac gcrypt jpeg kde libass libcaca libnotify libsamplerate live lua matroska modplug mp3 mpeg ncurses neon ogg omxil opengl opus png qt4 rdp rtsp samba sdl sdl-image shout speex svg swscale taglib theora truetype twolame udev v4l vcdx vnc vorbis wma-fixed x265 xcb xml xv zeroconf -aalib (-altivec) -atmo (-audioqueue) -bidi (-bluray) (-chromaprint) -dc1394 -debug (-directx) (-dvb) (-dxva2) (-fluidsynth) -fontconfig -gme -gnome -gnutls -growl -httpd (-ieee1394) -jack -kate -libav (-libtar) -libtiger -linsys (-lirc) (-macosx-dialog-provider) (-macosx-eyetv) (-macosx-qtkit) (-macosx-quartztext) (-media-library) (-mtp) (-musepack) (-opencv) -optimisememory -postproc (-projectm) -pulseaudio -qt5 -run-as-root (-schroedinger) -sftp (-sid) -skins {-test} -tremor (-upnp) (-vaapi) (-vdpau) -vlm (-vpx) (-x264) (-zvbi)" 0 KiB
Total: 1 package (1 reinstall), Size of downloads: 0 KiBHow do I enable accelerated video?