mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 01:35:23 +02:00
gst-inspect-1.0: add examples (#17010)
This commit is contained in:
parent
b1b474d655
commit
2859e7ec05
1 changed files with 24 additions and 0 deletions
|
@ -10,3 +10,27 @@
|
|||
- List hardware transcoding capabilities of your device:
|
||||
|
||||
`gst-inspect-1.0 {{vaapi|nvcodec}}`
|
||||
|
||||
- List available container plugins:
|
||||
|
||||
`gst-inspect-10 {{matroska|avi|ogg|isomp4}}`
|
||||
|
||||
- List available audio codecs:
|
||||
|
||||
`gst-inspect-1.0 {{opus|vorbis|flac}}`
|
||||
|
||||
- List GStreamer core elements:
|
||||
|
||||
`gst-inspect-1.0 coreelements`
|
||||
|
||||
- List plugins that utilize graphics APIs:
|
||||
|
||||
`gst-inspect-1.0 {{vulkan|opengl}}`
|
||||
|
||||
- List available image codecs:
|
||||
|
||||
`gst-inspect-1.0 {{png|jpeg}}`
|
||||
|
||||
- List all available plugins:
|
||||
|
||||
`gst-inspect-1.0`
|
||||
|
|
Loading…
Add table
Reference in a new issue