Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] skylake and x265 movie display
Date: Thu, 27 Jun 2019 02:52:58
Message-Id: CAC=wYCEPnprLiRgrZTUma5k5AuKHpob1W-LxDx7afy3ohVnK3g@mail.gmail.com
In Reply to: Re: [gentoo-user] skylake and x265 movie display by Adam Carter
1 On Thu, Jun 27, 2019 at 11:22 AM Adam Carter <adamcarter3@×××××.com> wrote:
2
3 > Missed this, you can use `vainfo` and it should tell you the profiles it
4 >> supports.
5 >>
6 >
7 > $ vainfo
8 > libva info: VA-API version 1.4.0
9 > X Error of failed request: BadRequest (invalid request code or no such
10 > operation)
11 > <snip>
12 >
13
14 The error was because i ran it in a remote shell. Running it locally now
15 and it shows HEVC. I don't have any 8 bit HEVCs files so i'm transcoding
16 one to 8bit now.
17
18 libva info: VA-API version 1.4.0
19 libva info: va_getDriverName() returns 0
20 libva info: Trying to open /usr/lib64/va/drivers/i965_drv_video.so
21 libva info: Found init function __vaDriverInit_1_4
22 libva info: va_openDriver() returns 0
23 vainfo: VA-API version: 1.4 (libva 2.4.0)
24 vainfo: Driver version: Intel i965 driver for Intel(R) Skylake - 2.3.0
25 vainfo: Supported profile and entrypoints
26 VAProfileMPEG2Simple : VAEntrypointVLD
27 VAProfileMPEG2Simple : VAEntrypointEncSlice
28 VAProfileMPEG2Main : VAEntrypointVLD
29 VAProfileMPEG2Main : VAEntrypointEncSlice
30 VAProfileH264ConstrainedBaseline: VAEntrypointVLD
31 VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
32 VAProfileH264ConstrainedBaseline: VAEntrypointEncSliceLP
33 VAProfileH264ConstrainedBaseline: VAEntrypointFEI
34 VAProfileH264ConstrainedBaseline: VAEntrypointStats
35 VAProfileH264Main : VAEntrypointVLD
36 VAProfileH264Main : VAEntrypointEncSlice
37 VAProfileH264Main : VAEntrypointEncSliceLP
38 VAProfileH264Main : VAEntrypointFEI
39 VAProfileH264Main : VAEntrypointStats
40 VAProfileH264High : VAEntrypointVLD
41 VAProfileH264High : VAEntrypointEncSlice
42 VAProfileH264High : VAEntrypointEncSliceLP
43 VAProfileH264High : VAEntrypointFEI
44 VAProfileH264High : VAEntrypointStats
45 VAProfileH264MultiviewHigh : VAEntrypointVLD
46 VAProfileH264MultiviewHigh : VAEntrypointEncSlice
47 VAProfileH264StereoHigh : VAEntrypointVLD
48 VAProfileH264StereoHigh : VAEntrypointEncSlice
49 VAProfileVC1Simple : VAEntrypointVLD
50 VAProfileVC1Main : VAEntrypointVLD
51 VAProfileVC1Advanced : VAEntrypointVLD
52 VAProfileNone : VAEntrypointVideoProc
53 VAProfileJPEGBaseline : VAEntrypointVLD
54 VAProfileJPEGBaseline : VAEntrypointEncPicture
55 VAProfileVP8Version0_3 : VAEntrypointVLD
56 VAProfileVP8Version0_3 : VAEntrypointEncSlice
57 VAProfileHEVCMain : VAEntrypointVLD
58 VAProfileHEVCMain : VAEntrypointEncSlice

Replies

Subject Author
Re: [gentoo-user] skylake and x265 movie display Adam Carter <adamcarter3@×××××.com>