gst-launch-1.0-videorate: add predefined framerate example (#22975)

Update gst-launch-1.0-videorate.md
This commit is contained in:
Managor
2026-07-12 00:32:50 +03:00
committed by GitHub
parent 7ec9a5d8a9
commit bb764cbc65
+4
View File
@@ -6,3 +6,7 @@
- Normalize framerate and apply new timestamps:
`gst-launch-1.0 {{source}} ! videorate ! {{sink}}`
- Normalize framerate to 60 frames per second:
`gst-launch-1.0 {{source}} ! videorate ! video/x-raw,framerate=60/1 ! {{sink}}`