gst-launch-1.0-videoscale: add page (#22008)

This commit is contained in:
Managor
2026-04-15 12:46:22 +03:00
committed by GitHub
parent 4842f2544d
commit 9eb51b9b6b
+12
View File
@@ -0,0 +1,12 @@
# gst-launch-1.0 videoscale
> Resize video frames.
> More information: <https://gstreamer.freedesktop.org/documentation/videoconvertscale/videoscale.html>.
- Scale video to fit the capabilities of both input and output:
`gst-launch-1.0 {{input}} ! videoscale ! {{output}}`
- Scale video to an arbitrary resolution:
`gst-launch-1.0 {{input}} ! videoscale ! video/x-raw,width={{width}},height={{height}} ! {{output}}`