gstreamer-cheat-sheet/test_streams.md
Matthew Clark 834c15d948 First bits
2018-02-20 12:23:23 +00:00

374 B

Test streams (GStreamer command-line cheat sheet)

Display a test pattern:

gst-launch-1.0 videotestsrc ! videoconvert ! autovideosink

Listen to a test audio (beep):

gst-launch-1.0 audiotestsrc ! audioconvert ! autoaudiosink

Combine both the test pattern and test audio:

gst-launch-1.0 audiotestsrc ! autoaudiosink videotestsrc ! autovideosink