[FFmpeg-devel] [PATCH 4/4] doc: add Timecode section in general documentation.
Clément Bœsch
ubitux at gmail.com
Thu Jan 5 21:03:45 CET 2012
From: Clément Bœsch <clement.boesch at smartjog.com>
---
doc/general.texi | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/doc/general.texi b/doc/general.texi
index 2f18e4c..14cdf5f 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.
- at chapter Supported File Formats and Codecs
+ at chapter Supported File Formats, Codecs or Features
You can use the @code{-formats} and @code{-codecs} options to have an exhaustive list.
@@ -864,4 +864,15 @@ performance on systems without hardware floating point support).
@code{X} means that input/output is supported.
+ at section Timecode
+
+ at multitable @columnfractions .2 .1 .1 .6
+ at item Codec/format @tab Read @tab Write @tab Comments on reading with ffprobe
+ at item DV @tab X @tab X @tab Available in format metadata
+ at item GXF @tab X @tab X @tab Available in format metadata
+ at item MOV @tab X @tab @tab Extracted from tmcd track, so available in tmcd stream metadata
+ at item MPEG1/2 @tab X @tab X @tab Extracted from GOP, available in video stream metadata
+ at item MXF @tab @tab X @tab N/A
+ at end multitable
+
@bye
--
1.7.8.1
More information about the ffmpeg-devel
mailing list