diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2019-09-09 18:33:09 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-11-18 10:01:03 +0530 |
commit | d831edc387c17c25372ff317715b6d6bce235c13 (patch) | |
tree | 216d9d81bf38f90b470af379bee60ee658a4273f /doc | |
parent | cda3e8ca04c0e343f5b60fda8fb467936e176f33 (diff) | |
download | ffmpeg-d831edc387c17c25372ff317715b6d6bce235c13.tar.gz |
avdevice/decklink: add option to drop frames till timecode is seen
Option wait_for_tc only takes effect if tc_format is set
Diffstat (limited to 'doc')
-rw-r--r-- | doc/indevs.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 14595774f3..92bc65be41 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -395,6 +395,14 @@ Either sync could go wrong by 1 frame or in a rarer case @option{timestamp_align} seconds. Defaults to @samp{0}. +@item wait_for_tc (@emph{bool}) +Drop frames till a frame with timecode is received. Sometimes serial timecode +isn't received with the first input frame. If that happens, the stored stream +timecode will be inaccurate. If this option is set to @option{true}, input frames +are dropped till a frame with timecode is received. +Option @var{timecode_format} must be specified. +Defaults to @option{false}. + @end table @subsection Examples |