PDA

View Full Version : deblocking and sharpening with mencoder?


Selur
8th September 2008, 20:39
I thought that:
-vf scale -ssf ls=90:cs=90
should sharpen a clip but I can't really see any effect and how to deblock with mencoder.

plz don't link to the mencoder/mplayer manpage since I don't really get it :D

thanks

Cu Selur

nm
9th September 2008, 09:59
I thought that:
-vf scale -ssf ls=90:cs=90
should sharpen a clip but I can't really see any effect and how to deblock with mencoder.
The unsharp filter should be more effective:-vf unsharp=l3x3:0.7

For deblocking, use "-vf pp=hb/vb/dr" or maybe spp, fspp or pp7 (RTFM for their parameters).

Selur
10th September 2008, 09:07
thanks for the directions