Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-01-03 13:47:42 +0400
committerClément Bœsch <ubitux@gmail.com>2012-01-24 19:20:21 +0400
commit5dfc7f73427de2c079a1cd0683696dad963f0288 (patch)
tree72f134ad9e3dd0b70fbcf274a49c7954699a0a27 /doc/general.texi
parentcfa2963b7e55cd7b0061578d67b724ef99554dcb (diff)
doc: add Timecode documentation.
Diffstat (limited to 'doc/general.texi')
-rw-r--r--doc/general.texi13
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