Using Gstreamer to capture screen and show it in a window?
问题 I need to capture the screen of the second display and "monitor" it in the main display, inside a window (scaled at x0.5 and with neighbor interpolation because I prefer performance against quality). From this link, I've got this screencast command: gst-launch ximagesrc ! ffmpegcolorspace ! queue \ ! vp8enc quality=10 speed=2 ! mux. alsasrc ! audio/x-raw-int ! queue \ ! audioconvert ! vorbisenc ! mux. webmmux name=mux \ ! filesink location=screencast.webm ... but it capture to a file (not a