Re: [FFmpeg-user] Green line with vaapi scaling

2018-06-17 Thread Carl Eugen Hoyos
2018-06-17 22:32 GMT+02:00, Mark Thompson : > On 13/06/18 21:00, André Hänsel wrote: >>> Can you retest with git head? >>> >>> Build FFmpeg from source and retest. >> >> I don't think I can do that easily, but I found a static build on the >> FFmpeg website. It's supposed to support VAAPI: >> >> #

Re: [FFmpeg-user] Green line with vaapi scaling

2018-06-17 Thread Mark Thompson
On 13/06/18 21:00, André Hänsel wrote: >> Can you retest with git head? >> >> Build FFmpeg from source and retest. > > I don't think I can do that easily, but I found a static build on the FFmpeg > website. It's supposed to support VAAPI: > > # ./ffmpeg -hwaccels > > ffmpeg version

Re: [FFmpeg-user] Green line with vaapi scaling

2018-06-17 Thread Mark Thompson
On 13/06/18 19:22, André Hänsel wrote: > When I scale with scale_vaapi, it results in a green line at the bottom of > the image, see attachment. > > Command line: > ffmpeg -hwaccel vaapi -vaapi_device /dev/dri/renderD128 > -hwaccel_output_format vaapi -i bbb.mp4 -vf >

Re: [FFmpeg-user] Green line with vaapi scaling

2018-06-13 Thread André Hänsel
> Can you retest with git head? > > Build FFmpeg from source and retest. I don't think I can do that easily, but I found a static build on the FFmpeg website. It's supposed to support VAAPI: # ./ffmpeg -hwaccels ffmpeg version N-46272-g3a56ade1f-static https://johnvansickle.com/ffmpeg/

Re: [FFmpeg-user] Green line with vaapi scaling

2018-06-13 Thread Dennis Mungai
Can you retest with git head? Build FFmpeg from source and retest. At the moment, you're using FFmpeg 3.3.1-1. On 13 June 2018 at 21:22, André Hänsel wrote: > When I scale with scale_vaapi, it results in a green line at the bottom of > the image, see attachment. > > Command line: > ffmpeg

[FFmpeg-user] Green line with vaapi scaling

2018-06-13 Thread André Hänsel
When I scale with scale_vaapi, it results in a green line at the bottom of the image, see attachment. Command line: ffmpeg -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i bbb.mp4 -vf "scale_vaapi=w=240:h=135:format=yuv420p,hwdownload,format=yuv420p" -frames 1