gst-launch-1.0-capsfilter
Verified for current stable LTS
Gst Launch 1.0 Capsfilter Commands
Gst Launch 1.0 Capsfilter command syntax with verified terminal examples.
Commands
4 commands for Gst Launch 1.0 Capsfilter
gst-launch-1.0-capsfilter Video
Gst Launch 1.0 Capsfilter Command: Filter To Greyscale Format
gst-launch-1.0 <videotestsrc> ! capsfilter caps=video/x-raw,format=GRAY8 ! <videoconvert ! autovideosink> gst-launch-1.0-capsfilter Video
Gst Launch 1.0 Capsfilter Command: Filter To Greyscale Format Short
gst-launch-1.0 <videotestsrc> ! video/x-raw,format=GRAY8 ! <videoconvert ! autovideosink> gst-launch-1.0-capsfilter Video
Gst Launch 1.0 Capsfilter Command: Limit Video Dimensions
gst-launch-1.0 <videotestsrc> ! video/x-raw,width=<640>,height=<480> ! <videoconvert ! autovideosink> gst-launch-1.0-capsfilter Video
Gst Launch 1.0 Capsfilter Command: Specify Video Framerate
gst-launch-1.0 <videotestsrc> ! video/x-raw,framerate=<30>/1 ! <videoconvert ! autovideosink> Suggest a Gst Launch 1.0 Capsfilter Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Gst Launch 1.0 Capsfilter workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.