home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / Audio-video / windowsessentials / Setup.exe / ffdshow / ffdshow.ax / TEXT / 102 next >
Text File  |  2007-03-25  |  2KB  |  65 lines

  1. 1. About ffdshow video decoder
  2.  
  3.    ffdshow is a DirectShow decoding filter for decompressing DIVX movies.
  4.    It uses libavcodec from FFmpeg project for video decompression and
  5.    compression (It can use xvidcore.dll installed with xvid codec, too.),
  6.    postprocessing code from MPlayer to enhance visual quality of low
  7.    bitrate movies, and is based on original DirectShow filter from Xvid,
  8.    which is GPL'ed educational implementation of MPEG4 encoder.
  9.  
  10. 2. Features
  11.  
  12.    - fast video decompression using optimized MMX, SSE and 3DNow! code
  13.    - support for different codecs: Xvid and all DIVX versions
  14.    - support for H.264 and H.264/AVC (Advanced Video Coding)
  15.    - additional support for MSMPEG4v1, MSMPEG4v2, MSMPEG4v3 and H.263
  16.    - can act as generic postprocessing filter for other decoders like MPEG1 or
  17.      MPEG2
  18.    - image postprocessing for higher playback quality
  19.    - automatic quality control: automatically reduces postprocessing level when
  20.      CPU load is high
  21.    - hue, saturation and luminance correction (MMX optimized)
  22.    - two sharpening filters: xsharpen and unsharp mask
  23.    - blur and temporal smoother
  24.    - tray icon with menu and quick access to configuration dialog
  25.    - noising with two selectable algorithms
  26.    - resizing and aspect ratio changing
  27.    - subtitles
  28.    - completely free software: ffdshow is distributed under GPL
  29.  
  30. 3. Configuration
  31.  
  32.    To be written.
  33.  
  34. 4. Web links
  35.  
  36.    ffdshow:
  37.    http://ffdshow.sourceforge.net/tikiwiki/
  38.    http://sourceforge.net/projects/ffdshow/
  39.    http://www.ffdshow.info/
  40.  
  41.    Xvid:
  42.    http://www.xvid.org/
  43.  
  44.    FFmpeg:
  45.    http://ffmpeg.mplayerhq.hu/
  46.  
  47.    libmpeg2:
  48.    http://libmpeg2.sourceforge.net/
  49.  
  50.    MPlayer:
  51.    http://www.mplayerhq.hu/
  52.  
  53.    xsharpen, unsharp mask, msharpen, hue and saturation code
  54.    http://sauron.mordor.net/dgraft/index.html
  55.  
  56.    or at doom9:
  57.    http://forum.doom9.org/showthread.php?t=120465
  58.  
  59. 5. Copying
  60.  
  61.    All used sources (except of cpu utilization detection routine) and ffdshow
  62.    itself are distributed under GPL. See copying.txt
  63.  
  64.  
  65.    Milan Cutka <milan_cutka@yahoo.com>