blafarm Posted November 6, 2013 Posted November 6, 2013 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.
LIGHTNING UK! Posted November 7, 2013 Posted November 7, 2013 You can adjust the size of single layer media on the 'media' tab such that it thinks it's building for a single layer disc.
Recommended Posts