summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOleg <oafanasiev@gmail.com>2023-04-29 19:56:46 +0100
committerStefano Sabatini <stefasab@gmail.com>2023-05-14 11:10:50 +0200
commite700d87b200fe618d99dcefa9b7e041ac7f5a931 (patch)
tree71c52cb2a65e8d7c89623973f1798890d55cd702 /doc
parent6f1368842d6d2608be32796f36b104d6ef674f15 (diff)
downloadffmpeg-e700d87b200fe618d99dcefa9b7e041ac7f5a931.tar.gz
avfilter/setpts: add command support
Add support for changing expr on the fly. Signed-off-by: Oleg <oafanasiev@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index c3cf8b470b..ef48a4cf31 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -29644,6 +29644,9 @@ The wallclock (RTC) time at the start of the movie in microseconds.
@item TB
The timebase of the input timestamps.
+@item T_CHANGE
+Time of the first frame after command was applied or time of the first frame if no commands.
+
@end table
@subsection Examples
@@ -29699,6 +29702,10 @@ asetpts=N/SR/TB
@end itemize
+@subsection Commands
+
+Both filters support all above options as @ref{commands}.
+
@section setrange
Force color range for the output video frame.