1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

doc/filters/setpts: add random jitter generation example

This commit is contained in:
Stefano Sabatini
2023-12-29 12:48:08 +01:00
parent 7769afcab4
commit 4d301be9e5

View File

@@ -31061,6 +31061,12 @@ Set fixed rate of 25 frames per second:
setpts=N/(25*TB)
@end example
@item
Apply a random jitter effect of +/-100 TB units:
@example
setpts=PTS+randomi(0, -100\,100)
@end example
@item
Set fixed rate 25 fps with some jitter:
@example