[Bug 779263] New: VAAPI encoding artifacts
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Feb 26 17:48:14 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=779263
Bug ID: 779263
Summary: VAAPI encoding artifacts
Classification: Platform
Product: GStreamer
Version: 1.11.x
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer-vaapi
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: ben at setplex.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
CC: bsreerenj at gmail.com, vjaquez at igalia.com
GNOME version: ---
Hello,
I'm testing VAAPI encoding and I noticed that when encoding with vaapih264enc
it produces a lot of artifacts blocks on scene changes, and quality is not
close to Media SDK's encoding.
My hardware: i7-6700k Skylake
OS: Ubuntu 16.04
vainfo: VA-API version: 0.39 (libva 1.7.3)
vainfo: Driver version: Intel i965 driver for Intel(R) Skylake - 1.7.3
GStreamer: 1.10.3
pipeline:
gst-launch-1.0 -v souphttpsrc location=http://213.32.7.71:80/ID/mpegts !
tsdemux ! h264parse ! vaapidecodebin ! vaapipostproc width=1280 height=720
deinterlace-method=1 scale-method=2 ! videorate ! video/x-raw,framerate=25/1
! vaapih264enc rate-control=2 bitrate=2000 keyframe-period=50 tune=1
num-slices=2 cabac=true dct8x8=true cpb-length=2000 ! flvmux ! rtmpsink
location='rtmp://213.32.7.71:1935/russchannel/testtaddasd'
the only way you can get better results is when I don't set the bitrate and use
CQP, but in our case I'm trying to use it for streaming and CBR and bitrate
limit is a must.
we tried many different options for vaapih264enc to try to improve quality but
we are getting same results.
How i know it is an encoder issue is because i replace vaapih264enc with
x264enc and then no more quality issues.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list