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 / DGParse.txt < prev    next >
Text File  |  2005-05-01  |  752b  |  28 lines

  1. DGParse 1.3.0
  2. by Donald Graft
  3. ---------------
  4.  
  5. This command line executable parses a D2V and displays useful
  6. information to the standard output. It works with D2V files
  7. generated by DGIndex 1.3.0. It shows the following information:
  8.  
  9. Clip field dominance
  10. GOP starts
  11. Encoded frame to display frame mappings
  12. 3:2 pattern sections
  13. Illegal transitions (field dominance changes)
  14. TFF/RFF flag values
  15.  
  16. Usage: dgparse d2v_file
  17.  
  18. The output is obvious except for the encoded frame-to-display frame
  19. mappings. It works like this:
  20.  
  21. f: a,b,c
  22.  
  23. f is the encoded frame number (before any pulldown). a, b, and c are
  24. the display frame numbers (after pulldown) in which the fields of the
  25. encoded frame will appear.
  26.  
  27. (C) Donald A. Graft 2004,2005
  28.