doc updates
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sat, 31 Jan 2004 20:23:03 +0000 (20:23 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sat, 31 Jan 2004 20:23:03 +0000 (20:23 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@104 d19143bc-622f-0410-bfdd-b5b2a6649095

docs/services.txt

index 67cd91f..3a442f6 100644 (file)
@@ -280,7 +280,7 @@ Producers
 
                Dependencies
 
-                       libgdk_pixbuf-2.0, libglib-2.0, libgobject-2.0, libgmodule-2.0
+                       libgdk_pixbuf-2.0, libglib-2.0, libgobject-2.0, libgmodule-2.0
 
                Known Bugs
 
@@ -523,6 +523,8 @@ Filters
                
                        int in - in point
                        int out - out point
+                       int window - the number of video frames over which to smooth normalisation.
+                                    defaults to 75.
 
                Mutable Properties
 
@@ -540,6 +542,7 @@ Filters
 
                        double max_gain - a floating point or decibel value of the maximum gain that
                                can be applied during normalisation.
+                               - an unspecified value uses the default 20dB
                        
                Dependencies
 
@@ -576,6 +579,37 @@ Filters
 
                        none
 
+       rescale
+
+               Description
+
+                       Scale the producer video frame size to match the consumer.
+
+               Constructor Argument
+
+                       interpolation - the rescaling method, one of:
+                               nearest (lowest quality, fastest),
+                               tiles,
+                               bilinear (good quality, moderate speed),
+                               hyper (best quality, slowest)
+
+               Initialisation Properties
+
+                       int in - in point
+                       int out - out point
+
+               Mutable Properties
+
+                       string interpolation - see constructor argument above
+
+               Dependencies
+
+                       libgdk_pixbuf-2.0, libglib-2.0, libgobject-2.0, libgmodule-2.0
+
+               Known Bugs
+
+                       none
+
 Transitions
 -----------