home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Multimedia / autogknot / AutoGordianKnot.1.0.Setup.exe / DVD2AVI / CommandLine.txt < prev    next >
Text File  |  2003-09-30  |  2KB  |  29 lines

  1. DVD2AVI 1.77.3dg Command Line Options
  2. -------------------------------------
  3.  
  4. -Input-Files               -IF        ([file1,file2,file3,......])
  5. -Auto-Input-Files          -AIF        ([file1]) Autoloads files incrementally.
  6. -iDCT-Algorithm            -IA        (1=32-bit SSE MMX (default)  2=64-bit Floating Point  3=IEEE-1180 Ref.)
  7. -Field-Operation           -FO        (0=None  1=Force Film  2=Swap Fields)
  8. -Color-Space               -CS        (1=RGB 24-bit  2=YUV 4:2:2)
  9. -YUV->RGB                  -YR        (1=PC Scale  2=TV Scale)
  10. -Track-Number              -TN        (1-8=Track 1 to 8)
  11. -Output-Method             -OM       (0=None  1=Demux  2=Demux all  3=Decode) 
  12. -Dynamic-Range-Control     -DRC        (0=Off  1=Light  2=Normal  3=Heavy)
  13. -Dolby-Surround-Downmix    -DSD        (0=Off  1=On)
  14. -Downsample-Audio          -DSA        (0=None  1=Low  2=Mid  3=High  4=Ultrahigh) 48->44.1 kHz downsample.
  15. -Output-File               -OF        ([project file name]) No Extension!
  16. -Exit                              Exits when Project has been saved.
  17.  
  18. Example:
  19.  
  20. dvd2avi -ia=2 -FO=2 -Cs=2 -YR=2 -TN=2 -OM=1 -AIF=[D:\vobfiles\vts_02_1.vob] -DRC=1 -OF=[d:\MyProject] -exit
  21.  
  22. The above will save a project file named d:\MyProject.d2v
  23.  
  24. If an -IF or -AIF file specification does not include a path (i.e., it does not include a \ character),
  25. the current directory is used. If aspecified file cannot be found, it is ignored.
  26.  
  27. Options not included are controlled by DVD2AVI defaults and the DVD2AVI INI file as usual.
  28.  
  29. [Original command line support by 'dvd2svcd'. Modified for 1.77.3 by Donald A Graft.]