[Bug 761167] video crc generator for video decoder verification
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jan 28 01:12:40 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=761167
--- Comment #2 from Rajesh <sharma.rajesh at gmail.com> ---
below commands can be used to generate videocrc from messages sent to
application:
gst-launch-1.0 -m filesrc blocksize=622080 location=~/streams/video-file.nv12 !
"video/x-raw , width=720 , height=576 , framerate=(fraction)1/1 , format=NV12"
! videocrc ! fakesink | grep crc-chroma
gst-launch-1.0 -m filesrc blocksize=622080 location=~/streams/video-file.yuv !
"video/x-raw , width=720 , height=576 , framerate=(fraction)1/1 , format=I420"
! videocrc ! fakesink | grep crc-chroma
--
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