comparison DOCS/tech/swscaler_filters.txt @ 30990:0ad2da052b2e

the great MPlayer tab removal: part I
author diego
date Mon, 12 Apr 2010 10:56:17 +0000
parents 780caed72ac7
children
comparison
equal deleted inserted replaced
30989:686241d65b86 30990:0ad2da052b2e
1 software scaler filter docs 1 software scaler filter docs
2 2
3 -ssf cgb=<float> chrominance gaussian blur 3 -ssf cgb=<float> chrominance gaussian blur
4 useful for videos with some chroma (color) noise (TV captures, VHS, ...) 4 useful for videos with some chroma (color) noise (TV captures, VHS, ...)
5 5
6 -ssf lgb=<float> -> luminance gaussian blur 6 -ssf lgb=<float> -> luminance gaussian blur
7 hmm, mostly special effect, could be used as lame noise reducer though 7 hmm, mostly special effect, could be used as lame noise reducer though
8 8
9 -ssf chs=<int> -> shift chrominance horizontally 9 -ssf chs=<int> -> shift chrominance horizontally
10 -ssf cvs=<int> -> shift chrominance vertically 10 -ssf cvs=<int> -> shift chrominance vertically
11 useful if the luma & chroma are not aligned exactly 11 useful if the luma & chroma are not aligned exactly
12 12
13 -ssf cs=<float> -> chrominance sharpen 13 -ssf cs=<float> -> chrominance sharpen
14 -ssf ls=<float> -> luminance sharpen 14 -ssf ls=<float> -> luminance sharpen
15 simple sharpening filter 15 simple sharpening filter
16 16
17 note: these will only work if the swscaler is used at all (use -vf scale) 17 note: these will only work if the swscaler is used at all (use -vf scale)
18 18
19 example: mplayer foobar.avi -vf scale -ssf lgb=3.0 19 example: mplayer foobar.avi -vf scale -ssf lgb=3.0