Browse Source

doc/filters: apply minor fixes

tags/n1.2
Stefano Sabatini 12 years ago
parent
commit
e4e36a4dd2
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      doc/filters.texi

+ 3
- 4
doc/filters.texi View File

@@ -5468,12 +5468,11 @@ previous output PTS
previous output time in seconds previous output time in seconds


@item RTCTIME @item RTCTIME
wallclock (RTC) time in microseconds
Deprecated, use time(0)
wallclock (RTC) time in microseconds. This is deprecated, use time(0)
instead.


@item RTCSTART @item RTCSTART
wallclock (RTC) time at the start of the movie in microseconds wallclock (RTC) time at the start of the movie in microseconds

@end table @end table


@subsection Examples @subsection Examples
@@ -5516,7 +5515,7 @@ setpts=PTS+10/TB
@end example @end example


@item @item
generate timestamps from a "live source" and rebase onto the current timebase
Generate timestamps from a "live source" and rebase onto the current timebase:
@example @example
setpts='(RTCTIME - RTCSTART) / (TB * 1000000)' setpts='(RTCTIME - RTCSTART) / (TB * 1000000)'
@end example @end example


Loading…
Cancel
Save