Announcement

Collapse
No announcement yet.

Bluray to dvd Batch file

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

    Bluray to dvd Batch file

    HI . Have a V8.2.2.8 batch file to copy Blu-ray ISO file to DVD5 to sort out some sound problems and it works fine. Trying to use V9 for everything so trying to convert the batch file to run with Version 9.0.5.1 and does not copy to dvd5, just makes a complete blu-ray movie. I have included the batch file and the internal log. The internal log is truncated due to the process being cancelled when I realised the output was incorrect.

    Many Thanks In advance.

    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxx
    rem @echo off
    set DVDSOURCE=U:\External 2\Movies\ISO\V9Test
    set DESTDIR=C:\Users\Arthur\Videos\Test dvd for sound
    set DESTSUBDIR=
    set DVDFAB="C:\Program Files (x86)\DVDFab 9\DVDFAB.exe"
    set MODE="Bluraydvd"
    set AUDIO="English"
    set OUTDISC="dvd5"
    for /F "tokens=*" %%X in ('dir /B /S "%DVDSOURCE%\*"') do (
    if not exist "%DESTDIR%\%DESTSUBDIR%\%%~nX.%DESTTYPE%" (
    %DVDFAB% /MODE %MODE% /AUDIO %AUDIO% /SRC "%%X" /DEST "%DESTDIR%" /OUTDISC %OUTDISC% /REMOVEHDAUDIO "yes" /CLOSE
    ) else (
    echo "File exists "%DESTDIR%\%DESTSUBDIR%%%~nX.%DESTTYPE%"
    ))
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxx
    DVDFab 9.0.5.1 (2013/07/21 16:28:46)

    0m 00.10s: Start preload dll...
    0m 00.15s: Load dll successful.
    0m 00.15s: Start load fabplay dll...
    0m 00.20s: Load fabplay dll successful.
    0m 00.21s: Windows os type is: 14.
    0m 00.29s: GPUAccelerate: 851973
    0m 00.29s: CUDA cap: 0
    0m 00.29s: Support coreavc decode: 0
    0m 00.29s: Graphics info: Intel(R) HD Graphics 4000 : :
    0m 00.31s: Load config successful.
    0m 00.31s: Transfer settings successful.
    0m 00.31s: Qt Translator file load success
    0m 00.34s: Start get sys number.
    0m 00.34s: Serial number is: 90-2b-34-d9-c8-18
    0m 00.34s: Reg URL link is: https://www.dvdfabstore.com/auth/v2/
    0m 00.34s: Version is: 9051
    0m 00.34s: Product is: 2
    0m 00.34s: Connect type is: 0
    0m 01.42s: Profile Manager :: End Load Profile
    0m 01.89s: Times of connecting error is: 0
    0m 01.90s: Parse string is: 2:8260762964
    0m 01.90s: Parse string is: 11:8260762964
    0m 01.90s: Parse string is: 20:8260762964
    0m 01.90s: Parse string is: 50:8260762964
    0m 01.90s: Parse string is: 80:8260762964
    0m 01.90s: Parse string is: 22:8260762964
    0m 01.90s: Parse string is: 21:8260762964
    0m 01.90s: Parse string is: 60:8260762964
    0m 01.90s: Parse string is: 70:8260762964
    0m 01.90s: Parse string is: 91:8260762964
    0m 01.90s: Parse string is: 92:8260762964
    0m 01.90s: Parse string is: 61:8260762964
    0m 01.90s: Parse string is: 62:8260762964
    0m 01.90s: Parse string is: 200:1392799111
    0m 01.90s: Parse string is: OV:9047
    0m 01.90s: Parse string is: BV:9051
    0m 01.90s: Parse string is: S:dd85b45a0487b1c65814097492ae380f
    0m 02.40s: option dvd2dvd 1 dvd2mobile 1 bluray2bluray 1 bd2mobile 1 bd23d 1 bd2dvd 1 file2dvd 1 file2bluray 1 file2mobile 1
    0m 02.40s: End check info.
    0m 03.32s: Init GPU settings sucessful.
    0m 03.32s: CommmandLine: /MODE "Bluraydvd" /AUDIO "English" /SRC "U:\External 2\Movies\ISO\V9Test\THE BABYMAKERS.iso" /DEST "C:\Users\Arthur\Videos\Test dvd for sound " /OUTDISC "dvd5" /REMOVEHDAUDIO "yes" /CLOSE
    0m 07.23s: Begin init preview play engine.
    0m 07.24s: Init DirectShow engine successful.
    0m 07.53s: Init burn engine successful.
    0m 08.00s: opening drive D
    0m 08.00s: opened i/o
    0m 08.16s: opening drive E
    0m 08.17s: opened i/o
    0m 08.20s: opening drive H
    0m 08.20s: opened i/o
    0m 08.33s: opening iso U:\EXTERNAL 2\MOVIES\ISO\V9TEST\THE BABYMAKERS.ISO
    0m 08.35s: got media type 15
    0m 08.42s: got max lba 11872799
    0m 08.83s: got disc type 20
    0m 08.83s: type Blu-ray BDMV
    0m 08.83s: volume label THE BABYMAKERS
    0m 08.92s: internal path [:/BDMV/
    0m 08.92s: aacs 0 bd+ 0
    0m 09.01s: got bdmv
    0m 09.02s: movie name: the babymakers||u:\external 2\movies\iso\v9test\the babymakers
    0m 09.18s: got bdmv
    0m 11.99s: got extended bdinfo
    0m 12.00s: opened blu-ray
    0m 12.68s: BD MainMovie watermark flag: 0
    0m 12.69s: Blu-ray Copy: Main Movie
    0m 12.69s: Source: [:/BDMV/
    0m 12.69s: Playlist: 0
    0m 12.70s: Chapters: 1 -> 17
    0m 12.70s: TotalSize: 21540 MB
    0m 12.70s: SourceSize: 21540 MB
    0m 12.70s: RemoveHDAudio: 0
    0m 12.70s: CompressToAC3: 0
    0m 12.70s: OutputSize: 46100 MB
    0m 12.70s: OutputDisc: BDMV
    0m 12.70s: OutputTarget: BD50
    0m 12.70s: OutputVideo: 1080p/I
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

    #2
    We'v fixed this issue and pleae wait for the next release.

    Comment


      #3
      Blu-ray to DVD

      Many Thanks for your response

      Comment


        #4
        V9.0.5.5

        Thanks for the previous info. If I run Blu-ray to DVD without command line batch, works fine however when I run the attached batch file the DVD is created, however the sound is the commentary, not the movie itself. I am hoping someone may be able to advise me of my error. The batch works with version 8, but I an slowly moving all to version 9.

        Many Thanks

        rem @echo off
        set DVDSOURCE=C:\Users\Arthur\Videos\ISO Test Source
        set DESTDIR=C:\Users\Arthur\Videos\Test dvd for sound
        set DESTSUBDIR=
        set DVDFAB="C:\Program Files (x86)\DVDFab 9\DVDFAB.exe"
        SET MODE="BLURAYDVD"
        for /F "tokens=*" %%X in ('dir /B /S "%DVDSOURCE%\*"') do (
        if not exist "%DESTDIR%\%DESTSUBDIR%\%%~nX.%DESTTYPE%" (
        %DVDFAB% /MODE %MODE% /SRC "%%X" /DEST "%DESTDIR%" /AUDIO "English" /OUTDISC "DVD5" /CLOSE
        ) else (
        echo "File exists "%DESTDIR%\%DESTSUBDIR%%%~nX.%DESTTYPE%"
        ))

        This is the log file with the Commentary audio out.

        DVDFab 9.0.5.5 (2013/07/27 19:31:45)

        0m 00.12s: Start preload dll...
        0m 00.15s: Load dll successful.
        0m 00.15s: Start load fabplay dll...
        0m 00.21s: Load fabplay dll successful.
        0m 00.21s: Windows os type is: 14.
        0m 00.21s: Transfer settings successful.
        0m 00.39s: GPUAccelerate: 851973
        0m 00.39s: CUDA cap: 0
        0m 00.39s: Support coreavc decode: 0
        0m 00.39s: Graphics info: Intel(R) HD Graphics 4000 : :
        0m 00.39s: Load config successful.
        0m 00.42s: Start get sys number.
        0m 00.42s: Serial number is: 90-2b-34-d9-c8-18
        0m 00.42s: Reg URL link is: https://www.dvdfabstore.com/auth/v2/
        0m 00.42s: Version is: 9055
        0m 00.42s: Product is: 2
        0m 00.42s: Connect type is: 0
        0m 01.67s: Profile Manager :: End Load Profile
        0m 02.31s: Times of connecting error is: 0
        0m 02.31s: Parse string is: 2:8260762964
        0m 02.31s: Parse string is: 11:8260762964
        0m 02.31s: Parse string is: 20:8260762964
        0m 02.31s: Parse string is: 50:8260762964
        0m 02.31s: Parse string is: 80:8260762964
        0m 02.32s: Parse string is: 22:8260762964
        0m 02.32s: Parse string is: 21:8260762964
        0m 02.32s: Parse string is: 60:8260762964
        0m 02.32s: Parse string is: 70:8260762964
        0m 02.32s: Parse string is: 91:8260762964
        0m 02.32s: Parse string is: 92:8260762964
        0m 02.32s: Parse string is: 61:8260762964
        0m 02.32s: Parse string is: 62:8260762964
        0m 02.32s: Parse string is: 200:1392799111
        0m 02.32s: Parse string is: OV:9055
        0m 02.32s: Parse string is: BV:9051
        0m 02.32s: Parse string is: S:ab6c48862a4d9f1394ad2fe88b62b908
        0m 02.48s: option dvd2dvd 1 dvd2mobile 1 bluray2bluray 1 bd2mobile 1 bd23d 1 bd2dvd 1 file2dvd 1 file2bluray 1 file2mobile 1
        0m 02.48s: End check info.
        0m 03.53s: Init GPU settings sucessful.
        0m 03.53s: CommmandLine: /MODE "BLURAYDVD" /SRC "C:\Users\Arthur\Videos\ISO Test Source\PERKS OF BEING A WALLFLOWER.iso" /DEST "C:\Users\Arthur\Videos\Test dvd for sound" /AUDIO "English" /OUTDISC "DVD5" /CLOSE
        0m 07.00s: Begin init preview play engine.
        0m 07.01s: Init DirectShow engine successful.
        0m 07.25s: Init burn engine successful.
        0m 07.64s: opening drive D
        0m 07.65s: opened i/o
        0m 07.68s: opening drive E
        0m 07.70s: opened i/o
        0m 07.73s: opening drive H
        0m 07.73s: opened i/o
        0m 07.78s: opening iso C:\USERS\ARTHUR\VIDEOS\ISO TEST SOURCE\PERKS OF BEING A WALLFLOWER.ISO
        0m 07.80s: got media type 15
        0m 07.82s: got max lba 23328863
        0m 07.84s: got disc type 20
        0m 07.84s: type Blu-ray BDMV
        0m 07.84s: volume label PERKS OF BEING A WALLFLOWER
        0m 07.93s: internal path [:/BDMV/
        0m 07.93s: aacs 0 bd+ 0
        0m 07.93s: got bdmv
        0m 07.93s: movie name: the perks of being a wallflower||c:\users\arthur\videos\iso test source\perks of being a wallflower
        0m 07.94s: got bdmv
        0m 08.27s: got extended bdinfo
        0m 08.27s: opened blu-ray
        0m 08.46s: Work Profile : DVD_VOB
        0m 08.60s: OPList at BD Ripper : (4113.2),(4353.2),(4354.2),(4355.2)
        0m 08.60s: Blu-ray ripper (3D Plus) check watermark flag: 0
        0m 08.60s: Blu-ray to DVD output is: DVD5 0m 08.60s: ------------------ convert work begin(1/1) ------------------
        0m 08.60s: create config(bluray2video)
        0m 08.60s: info: use profile(DVD_VOB)
        0m 08.61s: info: bluray playlist(0),angle(0),chapter(1->17),BDAV(no)
        0m 08.61s: info: 3D working_mode(disable), 3D format(sbs_lef_right)
        0m 08.63s: info: input- video stream(4113)[codec(h264) size(1920*1080) fps(24000/1001) interlace(0) opcode(compress)]
        0m 08.63s: info: set output video frame_rate(24000/1001)
        0m 08.63s: info: output video stream(4113)[codec(mpeg2video) size(720*480) fps(24000/1001) interlace(0)]
        0m 08.63s: info: input- audio stream(4353)[codec(ac3) channels(2) sample(48000) bitrate(224000) bitdepth(0) opcode(compress)]
        0m 08.64s: info: output audio stream(4353)[codec(ac3) channels(2) sample(48000) bitrate(192000) bitdepth(16)]
        0m 08.64s: info: input- audio stream(4354)[codec(ac3) channels(2) sample(48000) bitrate(224000) bitdepth(0) opcode(compress)]
        0m 08.64s: info: output audio stream(4354)[codec(ac3) channels(2) sample(48000) bitrate(192000) bitdepth(16)]
        0m 08.64s: info: input- audio stream(4355)[codec(ac3) channels(2) sample(48000) bitrate(224000) bitdepth(0) opcode(compress)]
        0m 08.64s: info: output audio stream(4355)[codec(ac3) channels(2) sample(48000) bitrate(192000) bitdepth(16)]
        0m 08.64s: info: Subtitle Mode(NoSub) -- Display only forced Subtitle(false)
        0m 08.64s: info: enable multi-thread software decoder
        0m 08.66s: info: processing source(00000.m2ts)
        50m 15.43s: info: audio_decode finish job
        50m 15.43s: info: audio_decode finish job
        50m 15.43s: info: audio_decode finish job
        50m 18.43s: audio_encode finish job
        50m 18.43s: audio_encode finish job
        50m 18.44s: audio_encode finish job
        51m 02.25s: total size of the output vob file:4314MB
        51m 02.28s: ------------------ convert work finished ------------------
        51m 02.28s: write vts bup C:/USERS/ARTHUR/VIDEOS/TEST DVD FOR SOUND/PERKS OF BEING A WALLFLOWER/VIDEO_TS/VTS_01_0.IFO.
        51m 02.29s: write vts bup C:/USERS/ARTHUR/VIDEOS/TEST DVD FOR SOUND/PERKS OF BEING A WALLFLOWER/VIDEO_TS/VTS_01_0.BUP.
        51m 02.30s: write vmg ifo C:/USERS/ARTHUR/VIDEOS/TEST DVD FOR SOUND/PERKS OF BEING A WALLFLOWER/VIDEO_TS/VIDEO_TS.IFO.
        51m 02.30s: write vmg bup C:/USERS/ARTHUR/VIDEOS/TEST DVD FOR SOUND/PERKS OF BEING A WALLFLOWER/VIDEO_TS/VIDEO_TS.BUP.

        Comment


          #5
          Hi roodog46,
          The /Audio parameter in command line doesn't work well. We have found this issue and will fix asap. Thanks for your support!

          Comment


            #6
            Bluray to DVD Dbatch

            Many thanks for the response and hard work.

            Comment

            Working...
            X