home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 75 / DOKAN75.iso / Extra / ffdshow-20041012.exe / readme.txt < prev    next >
Text File  |  2003-06-24  |  2KB  |  51 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 or for video decompression (it can use
  5. xvid.dll installed with xvid codec too), postprocessing code from mplayer to 
  6. enhance visual quality of low bitrate movies, and is based on original
  7. DirectShow filter from XviD, which is GPL'ed educational implementation
  8. 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. - additional support for MSMPEG4v1, MSMPEG4v2, MSMPEG4v3 and H263
  15. - can act as generic postprocessing filter for other decoders like MPEG1 or MPEG2
  16. - image postprocessing for higher playback quality
  17. - automatic quality control: automatically reduces postprocessing level when CPU load is high
  18. - hue, saturation and luminance correction (MMX optimized)
  19. - two sharpening filters: xsharpen and unsharp mask
  20. - blur and temporal smoother
  21. - tray icon with menu and quick access to configuration dialog
  22. - noising with two selectable algorithms
  23. - resizing and aspect ratio changing
  24. - subtitles
  25. - completely free software: ffdshow is distributed under GPL 
  26.  
  27. 3. Configuration
  28.  
  29. To be written.
  30.  
  31. 4. Web links
  32.  
  33. ffdshow: http://cutka.szm.sk/ffdshow/ or http://sourceforge.net/projects/ffdshow/
  34. XviD:    http://www.xvid.org/
  35. ffmpeg:  http://ffmpeg.org/
  36. libmpeg2:http://libmpeg2.sourceforge.net/
  37. mplayer: http://www.mplayerhq.hu/
  38. DVD2AVI: http://arbor.ee.ntu.edu.tw/~jackei/dvd2avi/
  39. xsharpen, unsharp mask, msharpen, hue and saturation code
  40.          http://sauron.mordor.net/dgraft/index.html
  41.  
  42. and 
  43. doom9:   http://www.doom9.org/
  44.  
  45. 5. Copying
  46.  
  47. All used sources (except of cpu utilization detection routine) and ffdshow itself
  48. are distributed under GPL. See copying.txt
  49.  
  50.  
  51. Milan Cutka (cutka@szm.sk)