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 / CommandLine.txt < prev    next >
Text File  |  2005-05-01  |  2KB  |  33 lines

  1. DGIndex 1.3.0 Command Line Options
  2. ----------------------------------
  3.  
  4. -Input-Files               -IF        ([file1,file2,file3,...])
  5. -Auto-Input-Files          -AIF        ([file1]) Autoloads files incrementally.
  6. -Batch-Files               -BF       ([filelist]) Load batch of files.
  7.                                      The filelist file contains the list of files to load,
  8.                                      one file per line with no extra white space.
  9. -Audio_PID                 -AP        (transport stream audio PID, hex notation, e.g., -AP=14)
  10. -Video_PID                 -VP        (transport stream video PID, hex notation, e.g., -AP=11)
  11. -iDCT-Algorithm            -IA        (1=MMX 2=SSEMMX 3=SSE2MMX 4=Floating point 5=Reference)
  12. -Field-Operation           -FO        (0=None  1=Force Film  2=Raw Encoded Frames)
  13. -YUV->RGB                  -YR        (1=PC Scale  2=TV Scale)
  14. -Track-Number              -TN        (1-8=Track 1 to 8)
  15. -Output-Method             -OM       (0=None  1=Demux  2=Demux all  3=Decode) 
  16. -Dynamic-Range-Control     -DRC        (0=Off  1=Light  2=Normal  3=Heavy)
  17. -Dolby-Surround-Downmix    -DSD        (0=Off  1=On)
  18. -Downsample-Audio          -DSA        (0=None  1=Low  2=Mid  3=High  4=Ultrahigh) 48->44.1 kHz downsample.
  19. -Output-File               -OF        ([project file name]) No Extension!
  20. -Exit                              Exits when Project has been saved.
  21.  
  22. Example:
  23.  
  24. DGIndex -ia=2 -FO=2 -YR=2 -TN=2 -OM=1 -AIF=[D:\vobfiles\vts_02_1.vob] -DRC=1 -OF=[d:\MyProject] -exit
  25.  
  26. The above will save a project file named d:\MyProject.d2v
  27.  
  28. If an -IF, -AIF, or -BF file specification does not include a path (i.e., it does not include
  29. a \ character), the current directory is used. If a specified file cannot be found, it is ignored.
  30.  
  31. Options not included are controlled by DGIndex defaults and the DGIndex INI file as usual.
  32.  
  33. [Original command line support by 'dvd2svcd'. Modified for DGIndex by Donald A Graft.]