To further enhance our community services and improve user experience, we will be performing a comprehensive system upgrade of the DVDFab Forum on October 29, 2025 at 15:00 Beijing Time.
During this upgrade, all of your account information as well as previously posted threads and replies (Recently 12 months) will be fully migrated and preserved.
After the upgrade, you will be able to log in to the forum using your existing forum account or your DVDFab Member Center Account—no additional action is required.
Sure there is.... Just need to use some batch scripting....you can make it prompt for the movie title and year and then just run the script each time you put a new disc in the dvd drive...here's a example:
The example below creates a custom folder for the movie destination based on the name and year. Then it rips the movie only (not the disc) to ipad mpg4 and then finishes and runs again ripping the full disc to .iso format. The output could easily be set to other types destination.
**NOTE Even as of 8/3 I use version 8 because version 9 seems very buggy with command line processes.
set dest=z:\movies
set program=C:\Program Files (x86)\DVDFab 8 QT\
Set /P year=Enter film year^>
Set /P show=Enter film name^>
Comment