9 lines
298 B
Markdown
9 lines
298 B
Markdown
|
|
# 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}}`
|