diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-01-03 10:47:42 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-01-24 16:20:21 +0100 |
commit | 5dfc7f73427de2c079a1cd0683696dad963f0288 (patch) | |
tree | 72f134ad9e3dd0b70fbcf274a49c7954699a0a27 /doc/general.texi | |
parent | cfa2963b7e55cd7b0061578d67b724ef99554dcb (diff) | |
download | ffmpeg-5dfc7f73427de2c079a1cd0683696dad963f0288.tar.gz |
doc: add Timecode documentation.
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index b1b0e4b1a7..e4139c8a24 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -94,7 +94,7 @@ details), you must upgrade FFmpeg's license to GPL in order to use it. -@chapter Supported File Formats and Codecs +@chapter Supported File Formats, Codecs or Features You can use the @code{-formats} and @code{-codecs} options to have an exhaustive list. @@ -866,4 +866,15 @@ performance on systems without hardware floating point support). @code{X} means that input/output is supported. +@section Timecode + +@multitable @columnfractions .4 .1 .1 +@item Codec/format @tab Read @tab Write +@item DV @tab X @tab X +@item GXF @tab X @tab X +@item MOV @tab X @tab +@item MPEG1/2 @tab X @tab X +@item MXF @tab @tab X +@end multitable + @bye |