Log in

View Full Version : IFO/BUP 32k Padding Problem in ImgBurn 2.0


feedback
9th August 2006, 07:08
With default ImgBurn settings, when I try to open a newly ImgBurned disk with Recode or CloneDVD2 an error pops up complaining that they encountered an error and cannot continue. Also, with the same disk and with AnyDVD running an error box indicates that "This Video-DVD is Mastered incorrectly".

After those attempts, I further tried Recode etc., on a newly ImgBurn built ISO an had the same problem.

I remembered that there was a problem at one time with DVD Rebuilder Pro's. ISO with 32k padding enabled so I disabled it in the ImgBurn settings.

Guess what... it worked beautifully like I knew it should and would.:)

So, those apps. seem to have a problem with 32k padding.

Have you seen this problem before with 32k padding?

Regards,

P.S. BTW, Great app. I use ImgBurn for all my burning needs.

blutach
9th August 2006, 07:56
@feedback - there is a little bug that is current being ironed out in 32k padding in ImgBurn (www.imgburn.com). I think your "mastering error" might come from 0x1c in VMGM_MAT. Check it out in the ISO comared with the original file.

A fix will be released very soon. More info on the ImgBurn Forum (http://forum.imgburn.com/index.php?showtopic=1850).

Regards

feedback
10th August 2006, 02:00
@blu

Yes, I see someone else in the Imgburn forum is having a similar issue with AnyDvD...and I believe Elby CloneDVD2. It's not a really big deal as I know LUK will soon track it down. I just wanted to point out the padding problem.

ImgBurn is such a great program, IMO. Indeed, I gave up using Nero <cough> to burn a long time ago and am now ImgBurning (is that a word) all my disks.:)

Regards,

blutach
10th August 2006, 03:30
ImgBurning - nice!

The bug is squashed and an update will be out very soon.

Regards

rack04
10th August 2006, 03:49
I have experienced this same issue with DVD Rebuilder automatic ISO creation. I always contributed the mastering error to AnyDVD rather than the authoring software.

jinjin_jp
11th August 2006, 00:25
I confirmed the cause of the problem.
I think certain information of sector in IFO. It seems to be "Last Sector of VMGI" of VMGM_MAT in VIDEO_TS.IFO.
I think it shows last sector of VIDEO_TS.IFO file.

Tested example has 6kB(3 sectors) IFO/BUP file.
"Last Sector of VMGI" is
(1) 2, before create gaps.
(2)18, after create gaps by ImgBurn.
(3)2, after create gaps by PgcEdit.
I think (2) means creating gaps before VIDEO_TS.IFO, not VIDEO_TS.BUP. and I think it should be 2.

(But there is no pronlem about my standalone player.)

Edit: "Last Sector of VMG" which means last sector of VIDEO_TS.BUP file is
(1) 5, before create gaps.
(2)21, after create gaps by ImgBurn.
(3)21, after create gaps by PgcEdit.
I think (2) and (3) means creating gaps before VIDEO_TS.BUP.

Regards.

Edit

blutach
11th August 2006, 07:10
@jinjin_jp

Yes, that was a bug that is definitely now fixed in the next release.

Regards

jinjin_jp
11th August 2006, 07:20
@blutach
I see.:thanks: