mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
gst-launch-1.0-videotestsrc: add page (#21764)
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# gst-launch-1.0 videotestsrc
|
||||
|
||||
> Produce test video data.
|
||||
> More information: <https://gstreamer.freedesktop.org/documentation/videotestsrc/index.html>.
|
||||
|
||||
- Produce a video with SMPTE color bars:
|
||||
|
||||
`gst-launch-1.0 videotestsrc ! {{autovideosink}}`
|
||||
|
||||
- Define what type of test video to produce:
|
||||
|
||||
`gst-launch-1.0 videotestsrc pattern={{smpte|snow|green|ball|circular|...}} ! {{autovideosink}}`
|
||||
Reference in New Issue
Block a user