changeset 16619:27eb84fbcc86

document missing parameter of tfields: field dominance. ... but what's the default ?
author gpoirier
date Thu, 29 Sep 2005 14:56:39 +0000
parents bad73cd81b23
children ab8d8c357696
files DOCS/man/en/mplayer.1
diffstat 1 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Thu Sep 29 05:21:12 2005 +0000
+++ b/DOCS/man/en/mplayer.1	Thu Sep 29 14:56:39 2005 +0000
@@ -5493,7 +5493,7 @@
 .PD 1
 .
 .TP
-.B tfields[=mode]
+.B tfields[=mode[:field_dominance]]
 Temporal field separation \- split fields into frames, doubling the
 output framerate.
 Like the telecine filter, tfields will only work properly with
@@ -5512,6 +5512,18 @@
 Translate fields by 1/4 pixel with 4tap filter (higher quality). (default)
 .RE
 .PD 1
+Available field dominances are:
+.PD 0
+.RSs
+.IPs -1
+auto (Only works if the decoder exports the appropriate information and
+no other filters are loaded before that discard that information.)
+.IPs 0
+top-first
+.IPs 1
+bottom-first
+.RE
+.PD 1
 .
 .TP
 .B boxblur=radius:power[:radius:power]