CVS: main/DOCS/man/en mplayer.1,1.1119,1.1120
CVS change done by Guillaume Poirier CVS Update of /cvsroot/mplayer/main/DOCS/man/en In directory mail:/var2/tmp/cvs-serv17128/DOCS/man/en Modified Files: mplayer.1 Log Message: document missing parameter of tfields: field dominance. ... but what's the default ? Index: mplayer.1 =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v retrieving revision 1.1119 retrieving revision 1.1120 diff -u -r1.1119 -r1.1120 --- mplayer.1 27 Sep 2005 08:32:37 -0000 1.1119 +++ mplayer.1 29 Sep 2005 14:56:39 -0000 1.1120 @@ -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]
Guillaume Poirier CVS wrote:
+.RSs +.IPs -1 +auto (Only works if the decoder exports the appropriate information and +no other filters are loaded before that discard that information.)
I would say something like "and no other filters which discard that information come before tfields in the filter chain". -- The Wanderer is probably tired Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny.
Hi, On 9/29/05, The Wanderer <inverseparadox@comcast.net> wrote:
Guillaume Poirier CVS wrote:
+.RSs +.IPs -1 +auto (Only works if the decoder exports the appropriate information and +no other filters are loaded before that discard that information.)
I would say something like "and no other filters which discard that information come before tfields in the filter chain".
Yep, that's good. Commit! ;)
The Wanderer is probably tired
:) Guillaume -- Reading doesn't hurt, really! -- Dominik 'Rathann' Mierzejewski
On Thu, Sep 29, 2005 at 11:57:14AM -0400, The Wanderer wrote:
Guillaume Poirier CVS wrote:
+.IPs -1 +auto (Only works if the decoder exports the appropriate information and +no other filters are loaded before that discard that information.)
I would say something like "and no other filters which discard that information come before tfields in the filter chain".
Agreed, commit. Diego
Hi, On 9/30/05, Diego Biurrun <diego@biurrun.de> wrote:
On Thu, Sep 29, 2005 at 11:57:14AM -0400, The Wanderer wrote:
Guillaume Poirier CVS wrote:
+.IPs -1 +auto (Only works if the decoder exports the appropriate information and +no other filters are loaded before that discard that information.)
I would say something like "and no other filters which discard that information come before tfields in the filter chain".
Agreed, commit.
Done -- Reading doesn't hurt, really! -- Dominik 'Rathann' Mierzejewski
On Thu, 29 Sep 2005 16:56:43 +0200 (CEST) syncmail@mplayerhq.hu (Guillaume Poirier CVS) wrote:
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/DOCS/man/en In directory mail:/var2/tmp/cvs-serv17128/DOCS/man/en
Modified Files: mplayer.1 Log Message: document missing parameter of tfields: field dominance. ... but what's the default ? ...
@@ -5512,6 +5512,18 @@ Translate fields by 1/4 pixel with 4tap filter (higher quality). (default) .RE .PD 1 +Available field dominances are:
should be: Translate fields by 1/4 pixel with 4tap filter (higher quality). (default) .RE .PD 1 +.sp 1 +.RS +Available field dominances are: +.RE ....
On Tue, Oct 11, 2005 at 12:11:31AM +0200, Paul TT wrote:
On Thu, 29 Sep 2005 16:56:43 +0200 (CEST) syncmail@mplayerhq.hu (Guillaume Poirier CVS) wrote:
Modified Files: mplayer.1 Log Message: document missing parameter of tfields: field dominance. ... but what's the default ?
...
@@ -5512,6 +5512,18 @@ Translate fields by 1/4 pixel with 4tap filter (higher quality). (default) .RE .PD 1 +Available field dominances are:
should be:
Translate fields by 1/4 pixel with 4tap filter (higher quality). (default) .RE .PD 1 +.sp 1 +.RS +Available field dominances are: +.RE
Fixed. Diego
participants (5)
-
Diego Biurrun -
Guillaume POIRIER -
Paul TT -
syncmail@mplayerhq.hu -
The Wanderer