Re: [FFmpeg-user] vaapi can't find entrypoint shown by vainfo

2019-05-04 Thread sean darcy
On 5/4/19 1:54 PM, Dennis Mungai wrote: On Sat, 4 May 2019 at 20:42, sean darcy wrote: Giving up on qsv, I'm trying vaapi, but ffmpeg can't find the vp9 entry point supported by my cpu , and found by vainfo. FWIW, hevc_vaapi works. ffmpeg -vaapi_device /dev/dri/renderD128 -i infile.mkv -map

Re: [FFmpeg-user] vaapi can't find entrypoint shown by vainfo

2019-05-04 Thread Dennis Mungai
On Sat, 4 May 2019 at 20:42, sean darcy wrote: > Giving up on qsv, I'm trying vaapi, but ffmpeg can't find the vp9 entry > point supported by my cpu , and found by vainfo. > > FWIW, hevc_vaapi works. > > > ffmpeg -vaapi_device /dev/dri/renderD128 -i infile.mkv -map v -map 0:2 > -vf format=nv12,hw

[FFmpeg-user] vaapi can't find entrypoint shown by vainfo

2019-05-04 Thread sean darcy
Giving up on qsv, I'm trying vaapi, but ffmpeg can't find the vp9 entry point supported by my cpu , and found by vainfo. FWIW, hevc_vaapi works. ffmpeg -vaapi_device /dev/dri/renderD128 -i infile.mkv -map v -map 0:2 -vf format=nv12,hwupload -c:v vp9_vaapi -global_quality 50 -bsf:v vp9_raw_re