home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 July & August / PCWorld_2005-07-08_cd.bin / software / topware / avi2dvd / Avi2Dvd_029b.exe / Programs / Dgmpgdec / dgfix.txt < prev    next >
Text File  |  2005-05-01  |  1KB  |  34 lines

  1. DGFix 1.3.0
  2. -----------
  3.  
  4. by Donald Graft
  5.  
  6. DGFix is a command line program that corrects illegal D2V files.
  7. Due either to bugs in software or to malformed streams, it is
  8. possible to encounter D2V files that have illegal flag
  9. sequences, such that a request is made for two consecutive
  10. top or bottom fields. Top and bottom fields must strictly
  11. alternate! When such an illegal transition occurs, the
  12. Avisynth DGDecode() filter (and other decoders that read
  13. the D2V file) will generate field inverted video from the point
  14. of error (and until a subsequent illegal transition cancels
  15. the first one!). When you view the clip, the field order appears
  16. to change at the illegal transition.
  17.  
  18. Standalone and some software players are able to ignore/correct
  19. the illegal requests on the fly, but currently DGMPGDec
  20. cannot. Therefore, this program can be used to fix the D2V file
  21. before it is sourced into DGDecode().
  22.  
  23. This program works with DGMPGDec version 1.3.0.
  24.  
  25. Usage: To use the program, type:
  26.  
  27. dgfix file.d2v
  28.  
  29. The program will create a fixed D2V file called file.d2v.fixed.
  30. The program will report the errors and corrections to the
  31. command window.
  32.  
  33. (C) Donald A. Graft 2004,2005
  34.