Announcement

Collapse
No announcement yet.

DVDFab Command-Line Error

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

    DVDFab Command-Line Error

    DVDFab 8.1.5.8 Qt

    Microsoft error when using commandline:
    dvdfab.exe /mode "mainmovie" /src "f:\" /dest "d:\dvd\" /DISPLAYFORCEDSUB "Yes" /Title "auto" /removemenu "yes" /removepgc "yes" /outdisc "dvd5" /close

    DVDFab stops and gives the following error, and closes.

    AppName: dvdfab.exe AppVer: 8.1.5.8 ModName: qtgui4.dll
    ModVer: 4.7.2.0 Offset: 004ad4f3

    8.1.5.6 did not do this!

    Regards,

    #2
    8159 has same crash error when running from commandline

    using 8159 with the batch script below crashes. it actually worked in 8138 the previous version I was using.


    set dest=z:\movies
    set target=z:\movies
    REM set program=d:\dvdfab 8 Qt\
    set program=C:\Program Files (x86)\DVDFab 8 Qt\
    Set /P year=Enter film year^>
    Set /P show=Enter film name^>
    PATH=%PATH%;"c:\program files (x86)\handbrake\"
    SET SOURCE=z:\movies
    SET LOCAL=c:\movies

    REM CREATE LIBRARY FOLDER

    mkdir "%target%\%show% (%year%)"

    REM GRAB MOVIE FROM DVD and put in library folder
    "%program%dvdfab.exe" /mode "mainmovie" /src "g:\" /dest "%dest%\%show% (%year%)\%show% (%year%).iso" /DISPLAYFORCEDSUB Yes /Title auto /removemenu yes /removepgc yes /outdisc dvd9 /close

    Comment

    Working...
    X