gst-launch-1.0-capsfilter
Verified for current stable LTS
Gst Launch 1.0 Capsfilter Command: Filter Greyscale Format Shortform
Use for filter greyscale format shortform with Gst Launch 1.0 Capsfilter. Exact CLI syntax to filter greyscale format shortform using Gst Launch 1.0 Capsfilter.
When to use this: Use for filter greyscale format shortform with Gst Launch 1.0 Capsfilter.
Command Syntax
gst-launch-1.0 <videotestsrc> ! video/x-raw,format=GRAY8 ! <videoconvert ! autovideosink> gst-launch-1.0 <videotestsrc> ! video/x-raw,format=GRAY8 ! <videoconvert ! autovideosink> Command Breakdown
gst-launch-1.0 is the base executable for this command.
FAQ
Purpose: Exact syntax to filter greyscale format shortform using Gst Launch 1.0 Capsfilter.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Gst Launch 1.0 Capsfilter Command: Filter Greyscale Format Longform
gst-launch-1.0 <videotestsrc> ! capsfilter caps=video/x-raw,format=GRAY8 ! <videoconvert ! autovideosink> 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 Command: Filter To Greyscale Format Short gst-launch-1.0 <videotestsrc> ! video/x-raw,format=GRAY8 ! <videoconvert ! autovideosink> 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 Command: Specify Video Framerate gst-launch-1.0 <videotestsrc> ! video/x-raw,framerate=<30>/1 ! <videoconvert ! autovideosink>