Announcement

Collapse
No announcement yet.

Command Line Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    DVD Ripper Command Line Question

    I am trying to write a command line to run dvdfab. I have this below, and it works, but I want to change the output file name to be the same as the source file name, but with the converted extension.

    dvdfab.exe /MODE "DVDXBOX360" /SRC "E:\iso\Breaking Bad_S02E06.iso" /DEST "D:\Transfer\" /PROFILE "xbox360.default" /AUDIO "English" /DISPLAYFORCEDSUB "Yes" /CLOSE

    The output file I get is D:\Transfer\xbox360\VIDEO_DVD\VIDEO_DVD.Title1.wmv

    The output file I want is D:\Transfer\Breaking Bad_S02E06.wmv

    Thanks

    #2
    Hi gacgac,
    It caused by fab do not get the volume name in disc. You can insert the disc in fab manually to check the file name in conversion settings page. Wish it helps.

    Comment

    Working...
    X