View Full Version : BD Rebuilder Beta - Bug Reports Only
The_Unknown
17th March 2011, 12:45
I ordered it the set. Hopefully I'll get it tomorrow or the next day. I'll run it and see what I find. Unfortunately, though, the donations lately aren't even covering the discs I'm having to buy... I'm not sure how much longer I can keep this up. I hope I can repeat it -- the one I ordered is NTSC and has 3 discs.
[Edit] Damn. I just realized the one I ordered was DVD, not BD. I don't even think "King of Queens - Season 2" has been released on Blu-Ray in the U.S. Not sure what I can do.
Wow, I never thought, you would buy the discs yourself. I'd never asked you to do so.
However, I searched a bit and saw, that you were right: King of Queens was (so it seems) never released on BD in the US. At least Amazon doesn't list it.
But nevermind, it's no problem at all. I'll just have to take care of my discs more ;)
colinhunt
17th March 2011, 13:53
LPCM is still throwing curveballs, even to 0.37.06. The UK version of Deep Red (i.e. Profondo Rosso) has one VID (_00013) which contains four identical LPCM tracks. Tackling those produced this:
- [06:23:51] Reencoding: VID_00013, Pass 1 of 2
- [06:24:18] Reencoding: VID_00013, Pass 2 of 2
- [06:25:11] Video Encode complete
- [06:25:11] Reencoding audio tracks (if req'd)
- [06:25:11] ReencodeAudio() 00075 1801
[14:04:06] - Failed to reencode audio, aborted
MediaInfo says this of the WAV file:
General
Complete name : F:\BDRB_OUTPUT\WORKFILES\00013.track_4352.wav
Format : Wave
File size : 10.1 MiB
Duration : 55s 10ms
Overall bit rate : 1 536 Kbps
Audio
ID : 0
Format : PCM
Format settings, Endianness : Little
Format settings, Sign : Signed
Codec ID : 00001000-0000-0100-8000-00AA00389B71
Codec ID/Hint : Microsoft
Duration : 55s 10ms
Bit rate mode : Constant
Bit rate : 1 536 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Stream size : 10.1 MiB (100%)
Earlier the issue seemed to be limited to very short audio files only, but this one's almost a minute long.
Also like before, it seems the first file did get encoded into AC3 as there's a "AUD_00013_4352.AC3" with proper length in the workfiles directory. This means I can save the project by making three copies of the AC3 file and renaming them accordingly, then resuming the project.
VID_00013 is actually the background for main menu. Should LPCM be kept as-is because of that?
A.Fenderson
17th March 2011, 23:19
Unfortunately, though, the donations lately aren't even covering the discs I'm having to buy... I'm not sure how much longer I can keep this up.
Thanks for letting us know--I love this software, and would hate to see development stop. Donation sent.
Sharc
17th March 2011, 23:50
@jdobbs
BD-RB v0.37.06.
Source is 1080i25fps. Alternate output to PAL DVD5.
Script:
#Created by BD Rebuilder - v0.37.06 (beta)
DirectshowSource("K:\BD MOVIES\BD THE IMAGINARIUM OF DOCTOR PARNASSUS\BDMV\STREAM\00003.m2ts", fps=25, framecount=175445, audio=false)
Sharpen(0.15)
ConvertToYV12()
LoadPlugin("C:\Program Files\VIDEO\BD_Rebuilder\tools\decomb521.dll")
FieldDeinterlace(blend=false)
BilinearResize(720,576)
ConvertToYV12().AssumeFPS(50000,1000)
Shouldn't it be AssumeFPS(25000,1000) for a PAL DVD? FieldDeinterlace is not a bobber as I understand.
The encoded .m2v plays at double speed.
Sorry if I got this wrong.
jdobbs
18th March 2011, 05:17
Yes it should be. I'm not sure how that can happen, I'll have a look at it. Can you post your settings (from the INI file)?
[Edit] I just looked at the code, and the only time that can be inserted is if resizing (to 720p) is selected. Hmmm... maybe it's the combination of that setting and output to DVD that is the issue. It get's pretty complicated across all the modules with all the settings that can conflict with each other.
Try deselecting any resizing options in SETUP and see if that fixes it. If so, please report back.
[Edit again] Yep. That was it. I've corrected it for the next release.
MickJT
18th March 2011, 19:38
Seeing as this is the bug reporting thread, and i've found the exact (nearly) cause now, I can report a bug in here.
Known affected systems: Windows 7 64bit
BD-Rebuilder is unable to fix the DirectShow and ffdshow filter/codec settings if Win7DSFilterTweaker has been used.
Workaround solution, run FF_RESET.BAT. After that, BD-Rebuilder will be able to fix the settings properly.
jdobbs
18th March 2011, 19:47
Seeing as this is the bug reporting thread, and i've found the exact (nearly) cause now, I can report a bug in here.
Known affected systems: Windows 7 64bit
BD-Rebuilder is unable to fix the DirectShow and ffdshow filter/codec settings if Win7DSFilterTweaker has been used.
Workaround solution, run FF_RESET.BAT. After that, BD-Rebuilder will be able to fix the settings properly. As I said in the other thread. How is this a bug in BD Rebuilder? The issue is Win7DSFilterTweaker and isn't my problem. I can't go around trying to fix issues caused by every other piece of software on the planet???? :confused:
The fix (as far as I'm concerned) is to not use Win7DSFilterTweaker. A good guess woudl be that it screws with rights and doesn't reset them properly.
MickJT
18th March 2011, 19:51
It just demonstrates there are situations in which BD-Rebuilder may not be able to modify the registry keys, and still says it was sucessful when it wasn't.
It's still a BD-Rebuilder bug, at least to say it was successful, if not anything else.
Win7DSFilterTweaker is just 1 tool that presented the bug. It could be anything. Who knows what is out there that someone may have installed prior to BD-Rebuilder that prevents it from modifying the keys.
Running FF_RESET does something which allows it to work again, so it is fixable.
I had a feeling you would say "don't use Win7DSFilterTweaker". This isn't the problem. The problem is whatever it is, there are situations where BD-Rebuilder will think it has fixed the filters and it hasn't.
This has nothing to do with Win7DSFilterTweaker which is merely what was used to present and cause this problem. No doubt one of many tools and ways that this can happen.
jdobbs
18th March 2011, 19:54
It just demonstrates there are situations in which BD-Rebuilder may not be able to modify the registry keys, and still says it was sucessful when it wasn't.
It's still a BD-Rebuilder bug, at least to say it was successful, if not anything else.
Win7DSFilterTweaker is just 1 tool that presented the bug. It could be anything. Who knows what is out there that someone may have installed prior to BD-Rebuilder that prevents it from modifying the keys.
Running FF_RESET does something which allows it to work again, so it is fixable.
I had a feeling you would say "don't use Win7DSFilterTweaker". This isn't the problem. The problem is whatever it is, there are situations where BD-Rebuilder will think it has fixed the filters and it hasn't.
This has nothing to do with Win7DSFilterTweaker which is merely what was used to present and cause this problem. No doubt one of many tools and ways that this can happen.Ok... let's look at this scenario. Suppose you run another piece of software and it reformats your hard drive. Oh no! BD Rebuilder will no longer run! Does that mean it is a bug in BD Rebuilder and I have to somehow make it restore your hard drive?
Of course not -- that's a ridiculous thought. But it is essentially what you are telling me.
The problem isn't mine to worry about and I WILL NOT SPEND TIME TRYING TO FIX OTHER PEOPLES ISSUES.
Sorry if that's not what you want to hear. But it is the answer. End of story.
MickJT
18th March 2011, 20:00
Ok... let's look at this scenario. Suppose you run another piece of software and it reformats your hard drive. Oh no! BD Rebuilder will no longer run! Does that mean it is a bug in BD Rebuilder and I have to somehow make it restore your hard drive?
You're being ridiculous.
Of course not -- that's a ridiculous thought.
Damn right.
But it is essentially what you are telling me.
No.
The problem isn't mine to worry about and I WILL NOT SPEND TIME TRYING TO FIX OTHER PEOPLES ISSUES.
Then what is this thread for? It's to fix bugs.
Sorry if that's not what you want to hear. But it is fact. End of story.
This is a bug. In some circumstances BD-Rebuilder says "Your Windows 7 system has been successfully configured to use FFSHOW with BD Rebuilder." when that is not true. THAT is a fact. THAT is a bug.
The cause of it is irrelevant.
There was a time BD-Rebuilder didn't work on Windows 7. The solution then wasn't to use Windows XP. I consider that a workaround while BD-Rebuilder is fixed to work on Windows 7. Similar thing.
When software can be compromised by a buffer overflow, that is considered a bug. The solution isn't to not overflow the buffer, it's to stop the buffer overflow from occurring in the first place. Anyway, I won't be cross-posting anymore. This issue can stay in this thread.
As said, the tool I used is just a way to replicate the issue, but the issue could be caused by a number of things. Probably was something else that caused it for other people.
jdobbs
18th March 2011, 20:09
@MickJT
You have gotten your answer and now you're talking nonsense for which I have not time. Asking me to fix an issue caused by someone elses software is about as silly as it gets. If you can't understand that, then I have to assume you won't understand any further explanation either.
As moderator I am instructing you to cease posting on this subject. It is off topic. You have violated rules 3, 8, 10, and now rule 16. Continue and you will receive strikes and/or be banned.
meadrocks
18th March 2011, 23:26
Hey jdobbs, thanks for all the hard work, just gave you a donation. meadrocks.
jdobbs
19th March 2011, 01:15
Hey jdobbs, thanks for all the hard work, just gave you a donation. meadrocks. It's very much appreciated. :)
JJB
19th March 2011, 01:33
Hey jdobbs, thanks for all the hard work, just gave you a donation. meadrocks.
Brings tears to my eyes and I donated also!!:p
Megacubo
19th March 2011, 01:40
Hi, first of all thanks a lot for this great application.
With the version v0.37.06 i have problems to rebuild back to the future trilogy to a bd-25, the process is ok. but when play the movies only english audio is present without other audios. I'm from México and i want to keep the spanish audio.
I think is a type of bug. Any help?
jdobbs
19th March 2011, 05:13
Hi, first of all thanks a lot for this great application.
With the version v0.37.06 i have problems to rebuild back to the future trilogy to a bd-25, the process is ok. but when play the movies only english audio is present without other audios. I'm from México and i want to keep the spanish audio.
I think is a type of bug. Any help? What languages do you have selected for keeping in the SETUP dialog? By default BD-RB has English only selected -- but you can set it to whatever you want (same for subtitles, but I recommend you keep all of those).
Discoboy
19th March 2011, 10:07
Another donation for you jdobbs from a long-term user of DVD-RB and BD_RB ;)
drmih
19th March 2011, 11:44
@jdobbs
I have just done a disc which also has electronic copies on it. I wasn't thinking and copied everything to the HDD. When I did the disc to bd-9 the final size is pretty much undersized by the DCOPY directory size. The program didn't copy the DCOPY directory to the output folder but I wondered whether you had included it's size when you did the calculations.
jdobbs
19th March 2011, 14:44
@jdobbs
I have just done a disc which also has electronic copies on it. I wasn't thinking and copied everything to the HDD. When I did the disc to bd-9 the final size is pretty much undersized by the DCOPY directory size. The program didn't copy the DCOPY directory to the output folder but I wondered whether you had included it's size when you did the calculations. If it is in the selected folder, it will be used in the calculations and should be copied as well (unless the hidden option BDMV_CERT_ONLY is set).
jdobbs
19th March 2011, 15:03
Thanks to all for the donations I've gotten over the last couple of days. I appreciate your support. (Well... everyone except the guy who asked for a refund because he didn't get a "Pro" version of BD Rebuilder when he donated).
Moviewatcher666
19th March 2011, 16:06
Hi jdobbs,
Your program and work is much appreciated. Your support is better than any "commercial" program available.
Keep up the awesome work (and we are patiently waiting for the DTS Express feature)!!
Moviewatcher666
There's a PRO version? ;-)
thegame
19th March 2011, 16:13
"Pro" version of BD Rebuilder
Hi jdobbs, out of curiosity, will BD-RB get a Pro version at some point like DVD-RB? I have been wondering this for quit some time now actually, I LOVE this software and all the time and effort you put into it, Great Job!
Capsbackup
19th March 2011, 16:22
Thanks to all for the donations I've gotten over the last couple of days. I appreciate your support. (Well... everyone except the guy who asked for a refund because he didn't get a "Pro" version of BD Rebuilder when he donated).
Well I have been using the one and only "Pro" version!! ;)
Whats important is what BD-RB does, and it does it for everyone. :p :cool:
If and when you decide to release a "Pay" version, I will be in line early, ahead of all those loyal Apple iPad customers. :rolleyes: :)
had-z
19th March 2011, 22:17
how can I do this as it only shows on the movie Black Hawk Down the 480I commentary scenes. (on movie only back up option) When I select full back up I see everything on the main window.
BTW thanks for the great job on this proggy
Hi jdobbs, first of all many thanks for your awesome piece of software.
I quoted that post, because i'm having the same problem in the latest beta release 0.37.06, in both options "main-only backup, alternate movie-only output" and "full backup" the program only displays the extras.
Here is the inspect report, everything seems fine.
- Windows Version: 6.1 [7600]
- AVISYNTH Version: 2.5.8.0, Ok
- HAALI Splitter: Ok
- FFDSHOW: 3326, Ok
- WIN7 preferred AVC CODEC: Ok
- WIN7 preferred VC-1 CODEC: Ok
- WIN7 preferred MPEG2 CODEC: Ok
- FFDSHOW VC-1 set to "wmv9", Ok
- FFDSHOW MPEG2 set to "libavcodec": Ok
- FFDSHOW AVC set to "libavcodec": Ok
- BD Rebuilder v0.37.0.6, Ok
- X264: Ok
- AFTEN: Ok
- FAAC: Ok
- MP4BOX: Ok
- WAVI: Ok
- TSMUXER: Ok
I supose is something related to the structure of this BR, because the movie comes in 2 parts (a 13gb file and a 21gb file).
a screenshot of the recognized streams is attached.
greetings.
laserfan
19th March 2011, 22:31
jdobbs I've not tested BD-RB much, and not for quite a few revisions now, but used it today w/latest 37.06 to make a DVD (Alternate Output) from a tsMuxeR'ed BDMV set I'd made from an HD TV recording (whew!). The result was wildly improved over the DVD output of VideoReDo, which I'd used to edit the show originally. Not sure what you do vs. VRD but it looks wonderful (I'm quite sure it's interlaced), including that the BD-RB_DVD retains all chapter marks I'd made! Thanks!
Oh wait, this is a bug thread only. ;) Well, one odd thing is that the original TV broadcast, and thus the BDMV I'd pointed BD-RB at, had 384Kbps AC3 5.1 audio originally, and BD-RB converted it to 448Kbps. Not sure why it would bother to do so, but it seemed odd to me especially since the log had showed 640 in it:
[14:24:33] BD Rebuilder v0.37.06 (beta)
- Source: BIRDS2.BD
- Input BD size: 4.98 GB
- Approximate total content: [00:56:42.039]
- Windows Version: 6.1 [7600]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: DVD-5, 720x480/576, AC3 Audio
- Audio Settings: AC3=1 DTS=0 HD=0 Kbs=640
[14:24:36] PHASE ONE, Encoding
- [14:24:36] Extracting A/V streams [VID_00000]
- [14:28:44] Reencoding: VID_00000 (1 of 1)
- [14:28:44] Collecting video information
- Source Video: MPEG-2, 1920x1080
- Rate/Length: 29.970fps, 101,959 frames
- Bitrate: 8,552 Kbs
- [14:28:44] Reencoding: VID_00000
- [15:40:04] Video Encode complete
- [15:40:05] Reencoding audio tracks (if req'd)
- [15:40:54] Multiplexing M2TS
[15:40:54]PHASE ONE complete
[15:40:54]PHASE TWO - Rebuild Started
- [15:40:54] Rebuilding stream 00000 [1 of 1]
- [15:40:54] Building ALTERNATE OUTPUT Structure
- [15:43:27] Starting MPLEX.
- [15:46:39] Building DVD File Structure.
[15:50:39] - Encode and Rebuild complete
[15:50:39]JOB: BIRDS2.BD finished.
No worries, good stuff, thanks again. Guess I'm gonna hafta get in line with my donation shortly! :)
jdobbs
19th March 2011, 23:15
Hi jdobbs, first of all many thanks for your awesome piece of software.
I quoted that post, because i'm having the same problem in the latest beta release 0.37.06, in both options "main-only backup, alternate movie-only output" and "full backup" the program only displays the extras.
Here is the inspect report, everything seems fine.
I supose is something related to the structure of this BR, because the movie comes in 2 parts (a 13gb file and a 21gb file).
a screenshot of the recognized streams is attached.
greetings. Is that picture from a movie-only backup? If so, just select a different playlist...
jdobbs
19th March 2011, 23:19
jdobbs I've not tested BD-RB much, and not for quite a few revisions now, but used it today w/latest 37.06 to make a DVD (Alternate Output) from a tsMuxeR'ed BDMV set I'd made from an HD TV recording (whew!). The result was wildly improved over the DVD output of VideoReDo, which I'd used to edit the show originally. Not sure what you do vs. VRD but it looks wonderful (I'm quite sure it's interlaced), including that the BD-RB_DVD retains all chapter marks I'd made! Thanks!
Oh wait, this is a bug thread only. ;) Well, one odd thing is that the original TV broadcast, and thus the BDMV I'd pointed BD-RB at, had 384Kbps AC3 5.1 audio originally, and BD-RB converted it to 448Kbps. Not sure why it would bother to do so, but it seemed odd to me especially since the log had showed 640 in it:
[14:24:33] BD Rebuilder v0.37.06 (beta)
- Source: BIRDS2.BD
- Input BD size: 4.98 GB
- Approximate total content: [00:56:42.039]
- Windows Version: 6.1 [7600]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: DVD-5, 720x480/576, AC3 Audio
- Audio Settings: AC3=1 DTS=0 HD=0 Kbs=640
[14:24:36] PHASE ONE, Encoding
- [14:24:36] Extracting A/V streams [VID_00000]
- [14:28:44] Reencoding: VID_00000 (1 of 1)
- [14:28:44] Collecting video information
- Source Video: MPEG-2, 1920x1080
- Rate/Length: 29.970fps, 101,959 frames
- Bitrate: 8,552 Kbs
- [14:28:44] Reencoding: VID_00000
- [15:40:04] Video Encode complete
- [15:40:05] Reencoding audio tracks (if req'd)
- [15:40:54] Multiplexing M2TS
[15:40:54]PHASE ONE complete
[15:40:54]PHASE TWO - Rebuild Started
- [15:40:54] Rebuilding stream 00000 [1 of 1]
- [15:40:54] Building ALTERNATE OUTPUT Structure
- [15:43:27] Starting MPLEX.
- [15:46:39] Building DVD File Structure.
[15:50:39] - Encode and Rebuild complete
[15:50:39]JOB: BIRDS2.BD finished.
No worries, good stuff, thanks again. Guess I'm gonna hafta get in line with my donation shortly! :) Yeah. It does that by default because most non-HD audio sources on BD are 640Kbs (which is illegal for DVD). 384Kbs is pretty unusual even for DVD...
laserfan
20th March 2011, 00:18
640Kbs ... is illegal for DVD
I didn't know that! Anyway I know I used BD-RB in an unusual way (a TV source vs. a BD source) but was way too impressed by the result to keep quiet about it! Amazing...
:thanks:
Oh btw my old problem with BD-RB going to Sleep during encoding (W7 x64) is gone. :)
jdobbs
20th March 2011, 00:36
I didn't know that! Anyway I know I used BD-RB in an unusual way (a TV source vs. a BD source) but was way too impressed by the result to keep quiet about it! Amazing...
:thanks:
Oh btw my old problem with BD-RB going to Sleep during encoding (W7 x64) is gone. :)Great.
The limit of 448Kbs for DD5.1 on DVD is related to frame size and how it is stored in DVD sectors.
Megacubo
20th March 2011, 01:09
I feel so stupid, i didn't change the audio and subtitles options. Thanks a lot for the help. And for the application again
MickJT
20th March 2011, 05:15
@jdobbs
Don't know why I didn't remember this before! I initially downloaded Win7DSFilterTweaker because BD-Rebuilder wasn't able to set the preferred filters. However I did install a TMPGEnc Authoring Works trial, but can't remember at what point, before or after BD-Rebuilder. So I will need to do another test.
When I have some free time, maybe even tonight, i'll install Win 7 64bit in VirtualBox, and try again. If it really does have an issue on a 100% clean system with absolutely nothing else installed but what is on the first page, then it'll be worth looking at. At least a VirtualBox setup is going to be the same between all systems, and replicable. I'll update you ASAP.
BTW, thanks for all the hard work. I don't use BD-Rebuilder that often, but it certainly comes in handy. Can't imagine how many hours of work has been put into it.
Edit: Well, I don't think my BIOS allows 64bit Virtualization. I'll install the 32bit edition and test with that.
Edit2: Fresh Win 7 32bit in VirtualBox. ffdshow, AviSynth, Haali. Let BD-RB set up prefs. No issues.
Edit3: Filter tweaker causes same issue here (checked only for curiousity). Will try to find out what it was I must have done prior to that.
Edit4: No luck. Oh well, will have to remain a mystery for now.
laserfan
20th March 2011, 17:39
...used it today w/latest 37.06 to make a DVD (Alternate Output) from a tsMuxeR'ed BDMV set I'd made from an HD TV recording...Guess I'm gonna hafta get in line with my donation shortly!
I could have bought a DVD of that program for $25 bucks, but it feels better to make a $20 PayPal donation to DVD-RB@jdobbs.net, which I just did (and saved myself $5 in the process).
Again, I know I used BD-RB in a way not intended, but am really grateful that it worked so well for this purpose. Thank you Mr. Dobbs.
:thanks:
jdobbs
20th March 2011, 19:26
I could have bought a DVD of that program for $25 bucks, but it feels better to make a $20 PayPal donation to DVD-RB@jdobbs.net, which I just did (and saved myself $5 in the process).
Again, I know I used BD-RB in a way not intended, but am really grateful that it worked so well for this purpose. Thank you Mr. Dobbs.
:thanks:Thanks.
MdMaynard
20th March 2011, 22:20
Yes, I do realize that this is a "Bug" thread, though I believe it is an important matter to address & hope it encourages others as it did me.
--I've been using this amazing program since V.2202. One glance at the threads & its obvious how much time you put into this, consistantly. I donated once before, happily & thankfuly considering how much I use BDR. Though I didn't know, & now makes sense, was the fact that in your responses to "Bugs" your putting out money to purchase the BD's etc. I didn't realize that it wasn't just your time & efforts (which in itself is exhaustingly extensive).
--& for the person who wanted something "special" for his donation (the "Pro version"), well, brains are not a criteria for life it seems. For such an amazing program, which you continually put effort into making it the best, & for all the use I've got out of it (& money it's saved me) I'm pleased to donate when I can..
Thank you for all you have, & are, doing
Warbucks81
21st March 2011, 16:09
Donation sent. I've been a long time user of DVD-RB Pro and BD-RB. Thanks for all the hard work!
auzorann
21st March 2011, 18:04
an error has been popping up lately. it says wavi.exe has stopped working. if i close the error bd-rb continues working but the disk doesn't seem to work.
ken7795
21st March 2011, 20:08
I am trying to encode the Blu-ray for "Cars" for a BD-25 with utter failure each time no matter if I use the Automatic setting, "High Quality" or even "High-Speed Option". This is the message that I keep getting:
Error in attempt to multiplex: MUX_00060.meta
- Pes packet len too large ( >100Mb). Bad stream or invalid codec speciffed.
[14:37:01] - Failed to build structure, aborted
I figured that perhaps I had the wrong codecs installed, so I uninstalled and reinstalled FFDSHOW, Haali and AVISynth with the versions recommended on the first page of this post. Nonetheless, I still got the same error. I hope that someone could help me and explain what I'm doing wrong because this is the only Blu-ray disc that has posed any problems for me.
Thank you in advance for any help!
jdobbs
21st March 2011, 20:49
I am trying to encode the Blu-ray for "Cars" for a BD-25 with utter failure each time no matter if I use the Automatic setting, "High Quality" or even "High-Speed Option". This is the message that I keep getting:
Error in attempt to multiplex: MUX_00060.meta
- Pes packet len too large ( >100Mb). Bad stream or invalid codec speciffed.
[14:37:01] - Failed to build structure, aborted
I figured that perhaps I had the wrong codecs installed, so I uninstalled and reinstalled FFDSHOW, Haali and AVISynth with the versions recommended on the first page of this post. Nonetheless, I still got the same error. I hope that someone could help me and explain what I'm doing wrong because this is the only Blu-ray disc that has posed any problems for me.
Thank you in advance for any help! It's very probably a bad rip. A PES packet that large means the source is almost assuredly corrupted. By the way -- I've done "Cars" with no issues.
ken7795
21st March 2011, 20:54
Damn. I used the latest version (actually 2 versions ago, at this point) of AnyDVD HD. Is there anything that I can do to salvage this? Or, should I cut my losses and either download the movie again?
jdobbs
21st March 2011, 21:04
Damn. I used the latest version (actually 2 versions ago, at this point) of AnyDVD HD. Is there anything that I can do to salvage this? Or, should I cut my losses and either download the movie again? Now I'm not so sure... I just noticed that the error was in the mulitplexing (not the demultiplexing)...
Can you post the log for this job?
ken7795
21st March 2011, 21:13
Thank you once again for all of your help!
SpazzHH
21st March 2011, 21:16
Download the movie again? Out of curiosity, what is your source?
had-z
21st March 2011, 22:28
Is that picture from a movie-only backup? If so, just select a different playlist...
I don't know why when i select movie only backup the program displays a error window with this: header: "illegal source" message: "selected source is not BD format" and when i select full backup, the program displays the stream list but without the main movie, only the extras. (the png atached in my other post,pending of aproval)
ken7795
22nd March 2011, 01:18
I shouldn't have wrote "download again." I was typing fast and not actually thinking. My source was the original Blu-ray disc - I used AnyDVD HD to rip it. I meant that I should download the movie rather than attempting to rip it again. . . . it certainly helps to think before actually typing (a little self-deprecating humor to try to stomach the annoying process of figuring this damn thing out!)
sonate
23rd March 2011, 04:18
JD, I have a sound delay problem of about 2 seconds doing a full disk backup of "Amarcord"
INF:
[Status]
LABEL=AMARCORD
VERSION=v0.37.06 (beta)
SOURCE_SIZE=45289906883
SOURCE_VIDEO_SIZE=44650407936
TARGET_SIZE=24641536000
REDUCTION=.537554709184371
RESIZE_1080=0
AUDIO_TO_KEEP=eng;ita;
KEEP_HD_AUDIO=-1
SUBS_TO_KEEP=eng;
BACKUP_MODE=0
MOVIEONLY_TYPE=0
USE_LAVF=0
QUICK=1
ENCODE_STEP=0
COMPLETED=9
REBUILD_COMPLETE=1
[00312]
AUDIO=1
PGS=
M2TS_TARGET=112316148
NSTART=27000000
NEND=33937920
NSIZE=104835072
FLINK=0
MLINK=0
[00316]
AUDIO=1
PGS=
M2TS_TARGET=197668758
NSTART=27000000
NEND=35288640
NSIZE=274624512
FLINK=0
MLINK=0
[00318]
AUDIO=1
PGS=
M2TS_TARGET=245901916
NSTART=27000000
NEND=37316160
NSIZE=310056960
FLINK=0
MLINK=0
[00317]
AUDIO=1
PGS=
M2TS_TARGET=332899289
NSTART=27000000
NEND=40965120
NSIZE=404563968
FLINK=0
MLINK=0
[00310]
AUDIO=1
PGS=1
M2TS_TARGET=1006911770
NSTART=27000000
NEND=69072480
NSIZE=1543643136
FLINK=0
MLINK=0
[00307]
AUDIO=1
PGS=1
M2TS_TARGET=1849132604
NSTART=27000000
NEND=109883520
NSIZE=1017636864
FLINK=0
MLINK=0
[00311]
AUDIO=1
PGS=1
M2TS_TARGET=2877502645
RATE=7774
NSTART=27000000
NEND=146640960
NSIZE=2815346688
FLINK=0
MLINK=0
[00309]
AUDIO=1
PGS=1
M2TS_TARGET=3390122735
RATE=6837
NSTART=27000000
NEND=186465600
NSIZE=3324715008
FLINK=0
MLINK=0
[00274]
AUDIO=111
PGS=1
M2TS_TARGET=14206614845
RATE=12506
NSTART=27000000
NEND=361505925
NSIZE=14938859520
FLINK=0
MLINK=0
and Log file:
[07:49:29] BD Rebuilder v0.37.06 (beta)
- Source: AMARCORD
- Input BD size: 42.18 GB
- Approximate total content: [04:53:23.302]
- Target BD size: 22.95 GB
- Windows Version: 5.1 [2600]
- Auto Quality: Good (Very Fast), Two Pass
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[07:49:29] PHASE ONE, Encoding
- [07:49:29] Extracting A/V streams [VID_00312]
- [07:49:40] Reencoding: VID_00312 (1 of 9)
- [07:54:47] Extracting A/V streams [VID_00316]
- [07:55:05] Reencoding: VID_00316 (2 of 9)
-----------------------
[08:24:24] BD Rebuilder v0.37.06 (beta)
- Source: AMARCORD
- Input BD size: 42.18 GB
- Approximate total content: [04:53:23.302]
- Target BD size: 22.95 GB
- Windows Version: 5.1 [2600]
- Auto Quality: Good (Very Fast), Two Pass
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
- Resuming from previously started job.
[08:24:28] PHASE ONE, Encoding
- [08:24:28] Reencoding: VID_00316 (2 of 9)
- [08:38:40] Extracting A/V streams [VID_00318]
- [08:39:07] Reencoding: VID_00318 (3 of 9)
- [08:53:43] Extracting A/V streams [VID_00317]
- [08:54:25] Reencoding: VID_00317 (4 of 9)
- [09:12:45] Extracting A/V streams [VID_00310]
- [09:14:07] Reencoding: VID_00310 (5 of 9)
- [10:18:44] Extracting A/V streams [VID_00307]
- [10:21:32] Reencoding: VID_00307 (6 of 9)
- [11:47:42] Extracting A/V streams [VID_00311]
- [11:53:14] Reencoding: VID_00311 (7 of 9)
- [19:35:26] Extracting A/V streams [VID_00309]
- [19:39:50] Reencoding: VID_00309 (8 of 9)
- [02:13:43] Extracting A/V streams [VID_00274]
- [02:31:11] Reencoding: VID_00274 (9 of 9)
[21:20:24]PHASE ONE complete
[21:20:24]PHASE TWO - Rebuild Started
- [21:20:24] Rebuilding BD file Structure
[21:20:59] - Encode and Rebuild complete
[21:20:59] Writing BD structure to ISO file
- ImgBurn completed successfully
[21:43:43]JOB: AMARCORD finished.
ken7795
23rd March 2011, 16:27
I don't run one on my video machine either, but I have one on my "browsing and working" computer. I also turn off disc indexing, as that speeds thing up.
I was just browsing for info on the different encoding option and had a slap-my-forehead moment when I read this post. Thanks for the info regarding disc indexing.
dfsooner
24th March 2011, 06:51
BD_Rebuilder was changed recently to disable sleep mode while it was running. I believe it remains disabled even after the rebuild(s) is/are complete. Is it possible to re-enable it afterward?
colinhunt
24th March 2011, 10:16
0.37.06 appears to de-interlace European Blu-ray 1080i50 sources to 1080p25 if the "Use Decomb" box is ticked (if one is to believe MediaInfo). If we stick to standards, this should not happen as 1080p25 is not in the BD standard.
thegame
24th March 2011, 14:34
I just bought a BD from Germany that was suppose to be region free, well I get it and it won't play, it is 1080i @ 25fps, if I do a backup on this(full) can BD-RB change this to 1080p @ 23.976 fps?
Thanks
jdobbs
24th March 2011, 14:38
I just bought a BD from Germany that was suppose to be region free, well I get it and it won't play, it is 1080i @ 25fps, if I do a backup on this(full) can BD-RB change this to 1080p @ 23.976 fps?
ThanksNot currently.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.