Gstreamer

 Gstreamer

測試檔
gst-launch-1.0 videotestsrc ! video/x-raw, width=1280, height=720 ! kmssink

gst-launch-1.0 filesrc location = 檔名路徑 !\
decodebin name =dec !\
videoconvert !\
kmssink


影像
gst-inspect 
列出GStreamer plugins
gst-inspect-1.0 | grep -i videosink 

gst-launch 
播放

gst-typefind 
查詢檔案的decodebin
gst- typefind -1.0 | grep -i videosink 

留言