1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00

cropdetect

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6063 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-05-12 19:17:27 +00:00
parent 7d814ac750
commit bbfc18cd26

View File

@ -115,8 +115,13 @@ Current plugins:
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
-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