home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 October / JOY141_CD2.iso / Data / Sharewares / Graphisme / zplay280.exe / svcd.filters < prev    next >
Text File  |  2001-11-08  |  1KB  |  18 lines

  1. // This filter file is useful when watching SVCDs as it should allow you to force
  2. // Aspect Ratio controls on those naughty MPEG2 decoder filters which disable this
  3. // support by default.  It uses the Overlay Mixer filter to accomplish this feat,
  4. // however the Overlay Mixer has a few quirks which you can read about below.
  5. //
  6. // If we use the Overlay Mixer as the renderer, it will allow us to control the aspect
  7. // ratio of SVCD files.  It also inserts the Win2k/98 Video Renderer automatically
  8. // so we gain Overlay Colorkey support (which is crippled in the XP renderer).
  9. // The only down side is, it will report the source image size after it's built-in
  10. // aspect ratio is applied.  So for example, an NTSC VCD file would appear as 352x270.
  11. // This makes the "Source Aspect Ratio" works the same as the "Derived Aspect Ratio",
  12. // Which may mean it use the wrong aspect ratio on older operating systems.
  13. LoadFilter({CD8743A1-3736-11D0-9E69-00C04FD7C15B},Overlay Mixer)
  14.  
  15. // Since replacing the renderer breaks DirectVobSub supports,
  16. // we need to load the DirectVobSub Automatic Filter ourselves.
  17. LoadFilter({9852A670-F845-491B-9BE6-EBD841B8A613},DirectVobSub)
  18.