Discussion:
[Bug 785664] New: It has some little quality drop compared with ww26’s gstreamer-vaapi version when run avc cbr encode
"GStreamer" (GNOME Bugzilla)
2017-08-01 06:21:59 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=785664

Bug ID: 785664
Summary: It has some little quality drop compared with ww26’s
gstreamer-vaapi version when run avc cbr encode
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer-vaapi
Assignee: gstreamer-***@lists.freedesktop.org
Reporter: ***@intel.com
QA Contact: gstreamer-***@lists.freedesktop.org
CC: ***@gmail.com, ***@igalia.com
GNOME version: ---

Created attachment 356685
--> https://bugzilla.gnome.org/attachment.cgi?id=356685&action=edit
bitrate-psnr curve

Test Env:
============================================
Platform: SKL
Arch: x86_64
libva b65a3d9deacb72bd9f96d3e023d4f8ed58bd8d0a (1.8.4 pre1)
libva-intel 7f50a13b4eb93ddd2a52b2ebb1c2f7554c23ccb8 (1.8.4 pre1)
gst-vaapi 8a7354380c62ce65fd20e2a491fff60582407844


Reproduce Steps:
============================================

1.gst-launch-1.0 filesrc location=${media_streams_path}/${filename} !
videoparse format=$format width=${WIDTH} height=${HEIGHT} framerate=${fps} !
vaapih264enc rate-control=cbr bitrate=${bps_avg} ${gopsetting}
num-slices=${slice} max-bframes=${b_frame_num} !
video/x-h264,profile=${profile} ! h264parse ! filesink location=./${testname}
2.bitrate_real=`echo "scale=2;$filesize*8*$fps/1024/$framenum"|bc`
3.yamidecode -i ./$testname -m 0 -f I420
4.YSNR_reference=`$tools_path/metrics_calc_lite.${ARCH} -i1
$media_streams_path/$filename -i2 dump.yuv -w ${WIDTH} -h ${HEIGHT} -nopfm psnr
y |awk -F '<' '{printf $2}' |awk -F '>' '{printf $2}'`
5.draw bitrate-psnr curve

detail info please view attachment
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-11-03 15:50:53 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=785664

GStreamer system administrator <***@gstreamer.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |OBSOLETE

--- Comment #1 from GStreamer system administrator <***@gstreamer.net> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance:
https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues/63.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
Loading...