mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
gst-launch-1.0-videorate: add predefined framerate example (#22975)
Update gst-launch-1.0-videorate.md
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user