mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
gst-launch-1.0-videoscale: add page (#22008)
This commit is contained in:
@@ -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}}`
|
||||
Reference in New Issue
Block a user