videocodectestsink: Add YUV422 support
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-bad / gst / rawparse / README
1
2 videoparse
3 ==========
4
5 The videoparse element is used to parse a file containing raw image
6 data.
7
8
9 Creating example data
10 =====================
11
12 gst-launch-1.0 videotestsrc num_buffers=300 ! \
13   video/x-raw,format=\(string\)I420,width=320,height=240 ! \
14   filesink location=raw
15
16
17 Reading example data
18 ====================
19
20 gst-launch-1.0 filesrc location=raw ! \
21   videoparse format=I420 width=320 height=240 framerate=30/1 ! \
22   xvimagesink
23