Skip to content

Instantly share code, notes, and snippets.

View chebykin's full-sized avatar

Nikita Chebykin chebykin

View GitHub Profile
@chebykin
chebykin / GStreamer-1.0 some strings.sh
Created March 8, 2017 12:03 — forked from strezh/GStreamer-1.0 some strings.sh
GStreamer-1.0 personal cheat sheet
#!/bin/bash
# play YUV444 FULL HD file
gst-launch-1.0 -v filesrc location=size_1920x1080.yuv ! \
videoparse width=1920 height=1080 framerate=25/1 format=GST_VIDEO_FORMAT_Y444 ! \
videoconvert ! \
autovideosink
# play YUV422 FULL HD file
gst-launch-1.0 -v filesrc location=size_1920x1080.yuv ! \
var apiRelationalCollection = {
method: false,
type: false,
loading: function (data) {
return data;
},
data: false,
relational: false
};