[Bug 761167] video crc generator for video decoder verification
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jan 27 03:27:16 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=761167
--- Comment #1 from Rajesh <sharma.rajesh at gmail.com> ---
link to input video files and output logs having video crc.
https://drive.google.com/open?id=0B95ADktWIGAFSllaVEliRW9RZWc
the abopve link contains following video files and respective o/p video crc
files generated using videocrc component.
1> video-file.nv12
2> video-file.yuv
3> video-file-crc-NV12.txt
4> video-file-crc-I420.txt
commands used to generate video crc logs:
export GST_DEBUG_FILE=video_crc.txt
gst-launch-1.0 filesrc blocksize=622080 location=./video-file.nv12 !
"video/x-raw , width=720 , height=576 , framerate=(fraction)1/1 , format=NV12"
! videocrc ! fakesink --gst-debug=videocrc:5
gst-launch-1.0 filesrc blocksize=622080 location=./video-file.yuv !
"video/x-raw , width=720 , height=576 , framerate=(fraction)1/1 , format=I420"
! videocrc ! fakesink --gst-debug=videocrc:5
--
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