DOT-Files/Gentoo/gentooamd/home/user/.tldrc/tldr/pages/common/gst-launch-1.0-videoconvert.md

9 lines
298 B
Markdown
Raw Normal View History

# gst-launch-1.0 videoconvert
> Convert between raw video pixel formats.
> More information: <https://gstreamer.freedesktop.org/documentation/videoconvertscale/videoconvert.html>.
- Convert the pixel format to be compatible with the output:
`gst-launch-1.0 {{source}} ! videoconvert ! {{sink}}`