Jump to content

How to Bypass "Create Layer Break Position" Dialog in Batch Mode


Recommended Posts

Posted

Running Version 2.5.8.0 -- and love the software.

 

Trying to covert a large number of DVD rips that are in AUDIO_TS and VIDEO_TS format -- to ISO format using the batch script copied below.

 

I will NEVER need to burn these ISOs to optical media -- just need to convert them to ISO for another application.

 

Batch Script:

 

@for /d %%i in (*.*) do "C:\Program Files (x86)\ImgBurn\ImgBurn.exe" /mode build /buildmode imagefile /src "%%i\" /dest "F:\ISOConversions\%%i.iso" /FILESYSTEM "iso9660 + UDF" /UDFREVISION "1.02" /VOLUMELABEL "%%i" /rootfolder yes /noimagedetails /start /close

 

 

My problem is that Imgbrn interupts the batch process by presenting a "Create Layer Break Position" dialog box.

 

Is any way to safely bypass this step -- so that I can convert many files without interuption?

 

Thanks.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.