Announcement

Collapse
No announcement yet.

Region Code Problem

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

    Region Code Problem

    I am still getting the region screen coming up in 8.1.0.5.
    I am using the following batch file to copy the Main Movie

    Code:
    set DVDSOURCE="E:\DVDs\*"
    set DESTDIR=D:\Main Movie DVD Rips
    set DVDFAB="C:\Program Files (x86)\DVDFab 8 Qt\DVDFab.exe"
    set DESTSUBDIR=MainMovie
    for /d %%X in (%DVDSOURCE%) do (if not exist "%DESTDIR%\%DESTSUBDIR%\%%~nX\*.*" (%DVDFAB% /TITLE /MODE "MAINMOVIE" /SRC "%%X" /DEST "%DESTDIR%" /AUDIO "English" /AUDIOTYPE "AC-3/5.1" /SUBTITLE "English" /OUTDISC "dvd9" /REMOVEPGC "yes" /CLOSE) else (echo "Exists %DESTFILES%\%DESTSUBDIR%\%%~nX"))
    and on every DVD in my folder the region screen comes up, and I select region 1 and check not to show again, but it always does.

    Any suggestions?

    #2
    Hi, bernr,

    My test works flawlessly.

    Anyway, try this: open Common Settings->DVD/Blu-ray->Protection>DVD/Blu-ray, choose the region you are in, instead of "Ask before opening the disc" to see the result.

    Note: You need change this for both DVD and Blu-ray(Images attached).
    Attached Files

    Comment

    Working...
    X