Difference between revisions of "VLC VAAPI"

From VideoLAN Wiki
Jump to navigation Jump to search
(Created page with '== Introduction == This page is about compiling VLC with support of GPU acceleration on Linux. == Before starting == === libva === Install libva from http://www.splitted-desktop...')
 
Line 8: Line 8:
 
=== FFmpeg trunk ===
 
=== FFmpeg trunk ===
 
Get the latest FFmpeg trunk as of 2010-January. Compile it with vaapi hwaccel support.
 
Get the latest FFmpeg trunk as of 2010-January. Compile it with vaapi hwaccel support.
 +
./configure./configure --enable-gpl --enable-postproc --prefix=/home/jb/vlc/extras/ --enable-shared --enable-vaapi --enable-gpl --enable-postproc --prefix=/home/jb/vlc/extras/ --enable-shared --enable-vaapi

Revision as of 14:17, 8 January 2010

Introduction

This page is about compiling VLC with support of GPU acceleration on Linux.

Before starting

libva

Install libva from http://www.splitted-desktop.com/~gbeauchesne/libva/ .

FFmpeg trunk

Get the latest FFmpeg trunk as of 2010-January. Compile it with vaapi hwaccel support.

./configure./configure --enable-gpl --enable-postproc --prefix=/home/jb/vlc/extras/ --enable-shared --enable-vaapi --enable-gpl --enable-postproc --prefix=/home/jb/vlc/extras/ --enable-shared --enable-vaapi