diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-01-20 17:06:26 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-02-14 18:01:37 +0100 |
commit | 5d12b83ff1b6d5e5dad159429bd6864f17b0ed0f (patch) | |
tree | 2bd7c4365b289bd1325c0c9fa3d3801c1f96b79f /doc | |
parent | 186923758ddda054ab50446d24dd51f9fa9fd052 (diff) | |
download | ffmpeg-5d12b83ff1b6d5e5dad159429bd6864f17b0ed0f.tar.gz |
ffmpeg.c: implement -debug_ts option
Mostly useful for debugging purposes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 26f4e3630b..51a282ef0c 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -230,6 +230,14 @@ Specify the preset for matching stream(s). @item -stats (@emph{global}) Print encoding progress/statistics. On by default. +@item -debug_ts (@emph{global}) +Print timestamp information. It is off by default. This option is +mostly useful for testing and debugging purposes, and the output +format may change from one version to another, so it should not be +employed by portable scripts. + +See also the option @code{-fdebug ts}. + @item -attach @var{filename} (@emph{output}) Add an attachment to the output file. This is supported by a few formats like Matroska for e.g. fonts used in rendering subtitles. Attachments |