1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 04:55:32 +02:00

gst-launch-1.0: add debugging example (#17003)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Managor 2025-06-29 00:17:16 +03:00 committed by GitHub
parent e943a0d7e6
commit 8b4e9fe084
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,3 +31,7 @@
- Multiplex together test video and test audio into a file:
`gst-launch-1.0 {{[-e|--eos-on-shutdown]}} videotestsrc ! x264enc ! {{element_name}}. audiotestsrc ! opusenc ! {{element_name}}. matroskamux name={{element_name}} ! filesink location={{path/to/file.mkv}}`
- Dump a pipeline into a `.dot` file which can then be rendered with tools like `dot`:
`GST_DEBUG_DUMP_DOT_DIR={{path/to/directory}} gst-launch-1.0 {{pipeline}}`