[FFmpeg-devel] [PATCH] doc/codecs: Updates for skip_alpha / field_order
Michael Niedermayer
michaelni at gmx.at
Fri Oct 11 20:02:47 CEST 2013
From: Timothy Gu <timothygu99 at gmail.com>
Merged-by: Michael Niedermayer <michaelni at gmx.at>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
doc/codecs.texi | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/doc/codecs.texi b/doc/codecs.texi
index 74dd775..2e9d106 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -1064,19 +1064,23 @@ Set/override the field order of the video.
Possible values:
@table @samp
@item progressive
-Progressive video
+Progressive video.
@item tt
-Interlaced video, top field coded and displayed first
+Interlaced video, top field coded and displayed first.
+
@item bb
-Interlaced video, bottom field coded and displayed first
+Interlaced video, bottom field coded and displayed first.
+
@item tb
-Interlaced video, top coded first, bottom displayed first
+Interlaced video, top coded first, bottom displayed first.
+
@item bt
-Interlaced video, bottom coded first, top displayed first
+Interlaced video, bottom coded first, top displayed first.
@end table
@item skip_alpha @var{integer} (@emph{decoding,video})
-causes alpha plane not to be decoded, like "gray" which skips chroma.
+Set to 1 to disable processing alpha (transparency). Default is 0.
+like "gray" which skips chroma.
@end table
@c man end CODEC OPTIONS
--
1.7.9.5
More information about the ffmpeg-devel
mailing list