Linux VAAPI: Nuc, Chromebox, HSW, IVB, Baytrail with Ubuntu 14.04
But, here is the deal:

Use the above sample I linked and deinterlace it via ffmpeg command line, once with weston and one time with yadif and compare :-) Use some libx264 encoding with a crf of 18 so that you don't introduce other artifacts and compare those.

Like: ffmpeg -i deinterlacing-test.mp4 -c:v libx264 -crf 19 -preset slow -vf "yadif=1:-1:1" -acodec copy "deinterlacing-test-yadif.mp4"
vs: ffmpeg -i deinterlacing-test.mp4 -c:v libx264 -crf 19 -preset slow -vf "w3fdif=complex:interlaced" -acodec copy "deinterlacing-test-weston.mp4"

You need ffmpeg 2.x of course.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.


Messages In This Thread
RE: vaapi-sse4: Deinterlacing Testing - by fritsch - 2014-05-13, 23:09
EDID / HDMI Handshake workaround - by Ney - 2014-10-29, 13:58
Thank you! - by Sta11ion - 2015-01-02, 01:51
Logout Mark Read Team Forum Stats Members Help
VAAPI: Nuc, Chromebox, HSW, IVB, Baytrail with Ubuntu 14.0416