changeset 6062:58cdca500147

cropdetect
author arpi
date Sun, 12 May 2002 19:17:27 +0000
parents 5343ef6b8c23
children 8460a0c0b44f
files DOCS/tech/vop.txt
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/vop.txt	Sun May 12 19:06:54 2002 +0000
+++ b/DOCS/tech/vop.txt	Sun May 12 19:17:27 2002 +0000
@@ -115,8 +115,13 @@
     The 'aspect' parameter controls aspect ratio, it should be calculated
     as aspect=DVB_HEIGHT*ASPECTRATIO, default is 576*(4/3)=768
     (for 16:9 TV set it to 576*(16/9)=1024)
-    It's only usefull togethwer with expand+scale:
+    It's only usefull together with expand+scale:
 	-vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale
     MPI: passthru
 
-    
\ No newline at end of file
+-vop cropdetect
+    It's a special filter, it doesn't alter the image itself, but detects
+    (using some kind of heuristics) the black borders/bands of the image,
+    and prints the optimal -vop crop= parameters to the stdout/console.
+    MPI: EXPORT
+