Mercurial > mplayer.hg
annotate DOCS/tech/swscaler_filters.txt @ 24548:13911e955fce
Simplify commands with automatic variables.
author | diego |
---|---|
date | Tue, 18 Sep 2007 10:23:16 +0000 |
parents | 780caed72ac7 |
children | 0ad2da052b2e |
rev | line source |
---|---|
6348 | 1 software scaler filter docs |
2 | |
3 -ssf cgb=<float> chrominance gaussian blur | |
22289
780caed72ac7
cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
diego
parents:
9644
diff
changeset
|
4 useful for videos with some chroma (color) noise (TV captures, VHS, ...) |
6348 | 5 |
6 -ssf lgb=<float> -> luminance gaussian blur | |
7 hmm, mostly special effect, could be used as lame noise reducer though | |
8 | |
9 -ssf chs=<int> -> shift chrominance horizontally | |
10 -ssf cvs=<int> -> shift chrominance vertically | |
22289
780caed72ac7
cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
diego
parents:
9644
diff
changeset
|
11 useful if the luma & chroma are not aligned exactly |
6348 | 12 |
13 -ssf cs=<float> -> chrominance sharpen | |
14 -ssf ls=<float> -> luminance sharpen | |
15 simple sharpening filter | |
16 | |
9644
0fe056bdb135
vop -> vf change, small fixes. The Polish documentation should be checked for correctness.
jonas
parents:
6348
diff
changeset
|
17 note: these will only work if the swscaler is used at all (use -vf scale) |
6348 | 18 |
9644
0fe056bdb135
vop -> vf change, small fixes. The Polish documentation should be checked for correctness.
jonas
parents:
6348
diff
changeset
|
19 example: mplayer foobar.avi -vf scale -ssf lgb=3.0 |