From bb764cbc653223a34ab8c5d8f72163777ab71a2b Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 12 Jul 2026 00:32:50 +0300 Subject: [PATCH] gst-launch-1.0-videorate: add predefined framerate example (#22975) Update gst-launch-1.0-videorate.md --- pages/common/gst-launch-1.0-videorate.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/gst-launch-1.0-videorate.md b/pages/common/gst-launch-1.0-videorate.md index e56af103b8..d64dd679ca 100644 --- a/pages/common/gst-launch-1.0-videorate.md +++ b/pages/common/gst-launch-1.0-videorate.md @@ -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}}`