~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to DOCS/tech/swscaler_filters.txt

  • Committer: Reinhard Tartler
  • Date: 2006-07-08 08:45:33 UTC
  • Revision ID: siretart@tauware.de-20060708084533-dbc155bde7122e78
imported mplayer_0.99+1.0pre7try2+cvs20060117

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
software scaler filter docs
 
2
 
 
3
-ssf cgb=<float> chrominance gaussian blur
 
4
        usefull for videos with some chroma (color) noise (TV captures, VHS, ...)
 
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
 
11
        usefull if the luma & chroma are not aligned exactly
 
12
 
 
13
-ssf cs=<float> -> chrominance sharpen
 
14
-ssf ls=<float> -> luminance sharpen
 
15
        simple sharpening filter
 
16
 
 
17
note: these will only work if the swscaler is used at all (use -vf scale)
 
18
 
 
19
example: mplayer foobar.avi -vf scale -ssf lgb=3.0