Jump to content

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


blafarm

Recommended Posts

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.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

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