Log in

View Full Version : BD Rebuilder Beta - Bug Reports Only


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 [341] 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648

jdobbs
4th May 2013, 16:34
The *.ssif directory issue is fixed with 0.44.03 and the encoding starts now, but x.264-bd.exe crashes immediately and BD-RB is aborted.
Is there anything special with x264-bd.exe which is put into the "mystic" Directory? Any tests you want me to do?

Edit:
Sorry - my mistake. I left a trim() command for testing purpose in the avisynth script. Apparently this caused the crash.
Encoding .... Yeah, you can't do any seeking with DirectshowMVCSource() or it will crash -- so "Trim()" can't be used with it. One other thing that just hit me... if you don't have a video card that supports OpenCL you may have an issue with 3D encoding as well. That's because of the new version of X264. I guess I should copy the dummy opencl.dll file into that folder as well to prevent that. I wrote that code before the new X264 version was released.

Sharc
4th May 2013, 17:10
All ok so far .... just did an GM anaglyph successfully @ 1440x1080. :)
This led me to another question: Is left-right standardized for 3D blu-ray? I seem to remember cases where the channels have been swapped. When there is no possibility to swap the channels during playback, the GM (or CR) setting should be changed to MG (or RC respectively) for encoding.
Any thoughts?

Ch3vr0n
4th May 2013, 17:12
So i grabbed that BD3D2MK3D package and found the instructions & folder stereoplayer.exe inside it. If i read them instructions right i pretty much only need copy that folder to the harddrive & i'm done. Ifnot perhaps a clear set of instructions for it could be added to the 1st post of this thread.

jdobbs
4th May 2013, 17:34
So i grabbed that BD3D2MK3D package and found the instructions & folder stereoplayer.exe inside it. If i read them instructions right i pretty much only need copy that folder to the harddrive & i'm done. Ifnot perhaps a clear set of instructions for it could be added to the 1st post of this thread. That's it. Just make sure it is in a place that BD-RB can write to it so it can always keep the X264 version updated. (e.g. don't put it in the "Program Files" folder). Also, after testing it, if you feel it will be useful, please consider buying "MVC to AVI Encoder" from the site I referenced.

I'm hoping the Intel Directshow MVC decoder will work out and become a completely freeware solution that I can include with BD-RB in the future.

soneca
4th May 2013, 17:52
In the previous version the process was aborted, but with this version could encode one BD 3D successfully.:)

jonnybravo
4th May 2013, 18:45
How would I set this up to output as a m2ts and fat compliant "under 4 gig". I have been using ripbot with no problem. I save as AVCHD 2 pass and lock size to 4103MB. But when I try that with this I get random results. Would it be possible for you jdobbs to and this as a output size?
I am just trying to do movie only. I go between mac,pc and ps3 with my thumbdrive to watch movies.
Thanks

Ch3vr0n
4th May 2013, 19:38
Oh BDRB has always been in program folders for me. I got that lousy UAC disabled ^^. Never any issues. However it seems that the x264 builds in that stereoplayer.exe are older than the ones from BDRB. Should i replace them with BDRB's ?

BDRB x264: 0.132.2309.0
Stereo x264: 0.130.2273.0

Or will BDRB do that on it's own?

jdobbs
4th May 2013, 19:48
How would I set this up to output as a m2ts and fat compliant "under 4 gig". I have been using ripbot with no problem. I save as AVCHD 2 pass and lock size to 4103MB. But when I try that with this I get random results. Would it be possible for you jdobbs to and this as a output size?
I am just trying to do movie only. I go between mac,pc and ps3 with my thumbdrive to watch movies.
Thanks You'd have to set a custom output to less than 2GB.

jdobbs
4th May 2013, 19:50
Oh BDRB has always been in program folders for me. I got that lousy UAC disabled ^^. Never any issues. However it seems that the x264 builds in that stereoplayer.exe are older than the ones from BDRB. Should i replace them with BDRB's ?

BDRB x264: 0.132.2309.0
Stereo x264: 0.130.2273.0

Or will BDRB do that on it's own?BD-RB copies X264 to that folder every time it encodes. You'll see it called X264-RB.EXE. I rename it so I don't overwrite someone else's version.

Ch3vr0n
4th May 2013, 20:00
kk, then i don't need to do anything. For simplicity i copied that folder into BDRB's "Tools" Folder. Same as i did with my DGDecNV :). No possible chance of write access problems then ^^. Even though BDRB is in the program Files (x86) folder. I'll be trying that option out real soon.

omegaman7
4th May 2013, 22:03
Thank you, JDobbs, I shall check Robin Hood: Prince of Thieves...

What was your problem with it? I have it on the back burner. Haven't ran it yet.

AmigaFuture
5th May 2013, 04:59
What was your problem with it? I have it on the back burner. Haven't ran it yet.

The challenge I've noticed is... It's an extra. Movie & Menus with selective extras not to be blanked.

Mark_Venture
5th May 2013, 06:12
I have updated the first post of this thread with a link to the latest release of BD-RB (v0.44.03). Does this version include the --engage no_cue_duration --engage no_cue_relative_position fix?

richardrpg
5th May 2013, 08:02
I just tried my first 3D encode with v0.44.03 and everything went fine until the rebuild phase when I get an "error in attempt to mux (MKVMERGE).

[05/04/13] BD Rebuilder v0.44.03 (beta)
[22:42:05] Source: LIFE_OF_PI_00800
- Input BD size: 27.20 GB
- Approximate total content: [02:06:59.611]
- Windows Version: 6.1 [7601]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: MKV Container, 1920x1080, 640Kbs DD5.1
- 3D conversion mode enabled
- Decoding/Frame serving: DirectShowMVC
- Audio Settings: AC3=0 DTS=1 HD=0 Kbs=640
[22:42:16] PHASE ONE, Encoding
- [22:42:16] Processing: VID_01217_3D (1 of 1)
- [22:42:16] Combining multiple 3D segments.
- [22:52:05] Extracting A/V streams [VID_01217]
- [22:56:48] Reencoding video [VID_01217]
- Source Video: MPEG-4 (AVC), 1920x1080
- Rate/Length: 23.976fps, 182,688 frames
- Converting output to Side-By-Side 3D Format
- Bitrate: 7,570 Kbs
- [22:56:48] Reencoding: VID_01217, Pass 1 of 2
- [00:09:21] Reencoding: VID_01217, Pass 2 of 2
- [01:20:50] Video Encode complete
- [01:20:50] Processing audio tracks
- Track 4352 (eng): Reencoding audio to AC3...
[01:23:13]PHASE ONE complete
[01:23:13]PHASE TWO - Rebuild Started
- [01:23:13] Building ALTERNATE OUTPUT Structure
- ERROR in attempt to mux (MKVMERGE)
[01:28:53] - Failed to REBUILD

edit:
I went into the work files and saw two x264 streams of the same sizes, I manually muxed them with an old build of mkvmerge, the resulting two mkv files both play in sbs format but each side's video is out of sync by 10seconds on the one mkv and even more on the other mkv. I have no knowledge of how all this encoding works, so if I'm doing something dumb, dont hesitate to correct me. I'll try the next encode with a different 3D blu-ray and use the DirectShowMVCSource.dll and files from MVC Player Free v0.0.1.5 and not BD3D2MK3D as I did with the first encode.

richardrpg
5th May 2013, 12:04
Just ran another 3D encode (Thor 3D) and it worked perfectly, I used the DirectShowMVCSource.dll and files from MVC Player Free v0.0.1.5 and not BD3D2MK3D. I also checked the work files and there is only 1 x264 stream and not 2 as with the previous encode of Life of Pi. I did notice that with Life of Pi, there was an extra step used during the encode, namely "Combining multiple 3D segments." which did not happen with Thor.
I'll run Life of Pi again with my current set-up as I know the set-up works and then should have clarity whether its a BD-rebuilder bug or an issue with Life of Pi itself.

jdobbs
5th May 2013, 13:57
Does this version include the --engage no_cue_duration --engage no_cue_relative_position fix? Yes. It does.

jdobbs
5th May 2013, 14:00
Just ran another 3D encode (Thor 3D) and it worked perfectly, I used the DirectShowMVCSource.dll and files from MVC Player Free v0.0.1.5 and not BD3D2MK3D. I also checked the work files and there is only 1 x264 stream and not 2 as with the previous encode of Life of Pi. I did notice that with Life of Pi, there was an extra step used during the encode, namely "Combining multiple 3D segments." which did not happen with Thor.
I'll run Life of Pi again with my current set-up as I know the set-up works and then should have clarity whether its a BD-rebuilder bug or an issue with Life of Pi itself. The "combine" step only occurs when the source playlist is made up of more than one M2TS/CLPI segment (multipart).

richardrpg
5th May 2013, 14:59
Completed Life of Pi 3D with exactly the same settings as Thor 3D, again I get the error "failed to rebuild" it rebuilds up to 100% and then stops and sends that partial rebuild to the work files.
Seems there is something different about the Life of Pi 3D disc, even if I remux that partial build, the resultant mkv is in sbs format, but as before the 2 sides are way out of sync.
Someone who has more knowledge regarding encoding can take a stab at Life of Pi 3D.



----------------------
[05/05/13] BD Rebuilder v0.44.03 (beta)
[13:10:07] Source: LIFE_OF_PI_00800
- Input BD size: 27.20 GB
- Approximate total content: [02:06:59.611]
- Windows Version: 6.1 [7601]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: MKV Container, 1920x1080, 640Kbs DD5.1
- 3D conversion mode enabled
- Decoding/Frame serving: DirectShowMVC
- Audio Settings: AC3=0 DTS=1 HD=0 Kbs=640
[13:10:10] PHASE ONE, Encoding
- [13:10:10] Processing: VID_01217_3D (1 of 1)
- [13:10:10] Combining multiple 3D segments.
- [13:17:42] Extracting A/V streams [VID_01217]
- [13:21:39] Reencoding video [VID_01217]
- Source Video: MPEG-4 (AVC), 1920x1080
- Rate/Length: 23.976fps, 182,688 frames
- Converting output to Side-By-Side 3D Format
- Bitrate: 7,570 Kbs
- [13:21:39] Reencoding: VID_01217, Pass 1 of 2
- [14:34:40] Reencoding: VID_01217, Pass 2 of 2
- [15:45:23] Video Encode complete
- [15:45:23] Processing audio tracks
- Track 4352 (eng): Reencoding audio to AC3...
[15:47:44]PHASE ONE complete
[15:47:44]PHASE TWO - Rebuild Started
- [15:47:44] Building ALTERNATE OUTPUT Structure
- ERROR in attempt to mux (MKVMERGE)
[15:52:32] - Failed to REBUILD

Sharc
5th May 2013, 15:26
^^
What happens if you remux into blu-ray format instead of mkv container?

I did Life of Pi 3D some time ago with BD3D2MK3D, but remuxed the files manually into blu-ray format using tsMuxer.
It worked flawlessly.

jdobbs
5th May 2013, 15:28
Completed Life of Pi 3D with exactly the same settings as Thor 3D, again I get the error "failed to rebuild" it rebuilds up to 100% and then stops and sends that partial rebuild to the work files.
Seems there is something different about the Life of Pi 3D disc, even if I remux that partial build, the resultant mkv is in sbs format, but as before the 2 sides are way out of sync.
Someone who has more knowledge regarding encoding can take a stab at Life of Pi 3D.



----------------------
[05/05/13] BD Rebuilder v0.44.03 (beta)
[13:10:07] Source: LIFE_OF_PI_00800
- Input BD size: 27.20 GB
- Approximate total content: [02:06:59.611]
- Windows Version: 6.1 [7601]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: MKV Container, 1920x1080, 640Kbs DD5.1
- 3D conversion mode enabled
- Decoding/Frame serving: DirectShowMVC
- Audio Settings: AC3=0 DTS=1 HD=0 Kbs=640
[13:10:10] PHASE ONE, Encoding
- [13:10:10] Processing: VID_01217_3D (1 of 1)
- [13:10:10] Combining multiple 3D segments.
- [13:17:42] Extracting A/V streams [VID_01217]
- [13:21:39] Reencoding video [VID_01217]
- Source Video: MPEG-4 (AVC), 1920x1080
- Rate/Length: 23.976fps, 182,688 frames
- Converting output to Side-By-Side 3D Format
- Bitrate: 7,570 Kbs
- [13:21:39] Reencoding: VID_01217, Pass 1 of 2
- [14:34:40] Reencoding: VID_01217, Pass 2 of 2
- [15:45:23] Video Encode complete
- [15:45:23] Processing audio tracks
- Track 4352 (eng): Reencoding audio to AC3...
[15:47:44]PHASE ONE complete
[15:47:44]PHASE TWO - Rebuild Started
- [15:47:44] Building ALTERNATE OUTPUT Structure
- ERROR in attempt to mux (MKVMERGE)
[15:52:32] - Failed to REBUILD If the two sides are out of sync, I would suspect a bad rip. Are you ripping with AnyDVD?

I'll do a few discs to MKV and see if I run into any issues. I seem to recall someone mentioning an alternate version of MKVMERGE for some systems...

Gegette
5th May 2013, 16:21
I have updated the first post of this thread with a link to the latest release of BD-RB (v0.44.02). Changes for this version:May 3rd, 2013 - v0.44.2
- Added support for output of 3D source BDs to
SBS 3D via the SETUP dialog.
Just wait for that to donate. So, it's done !
I try this the next days.
:thanks:

jdobbs
5th May 2013, 16:43
@richardrpg

I was able to repeat your issue in outputting 3D to MKV. - ERROR in attempt to mux (MKVMERGE)
I'll find out what's causing it and post a new release later today.

richardrpg
5th May 2013, 16:52
@richardrpg

I was able to repeat your issue in outputting 3D to MKV. - ERROR in attempt to mux (MKVMERGE)
I'll find out what's causing it and post a new release later today.

O.K. Thanks for the feedback. I will also re-test it when you post the update.

dfsooner
5th May 2013, 16:58
They are in the ALTERNATE output choices list. You can also edit them in MISC\ALTERNATE.TXT.

So "alternate video options that allow output using the original, untouched video to be kept" is apparently not enabled for full backups?

jdobbs
5th May 2013, 17:06
So "alternate video options that allow output using the original, untouched video to be kept" is apparently not enabled for full backups?ALTERNATE output is a mode of movie-only. It is the ability to create DVD, MP4, and MKV files. So, no, it has no relationship at all to full backups.

If you want to create a full backup using the untouched original video, just set a custom output size of 50GB. That way BD-RB will assume it doesn't need to reencode. You could, as an alternative, simply add "FORCE_NOENCODE=1" to the "OPTIONS" area of the config/INI file.

But, of course, if you keep the original video there is the probability that the output won't fit on your target.

omegaman7
5th May 2013, 17:13
Jdobbs, could you please approve attachment in post #17013? Otherwise I won't be certain what he's talking about.

jdobbs
5th May 2013, 17:41
Jdobbs, could you please approve attachment in post #17013? Otherwise I won't be certain what he's talking about.Ok, sorry I missed that one. That error was fixed in v0.44.02. The check shouldn't have been done at all when you've selected ALTERNATE output.

omegaman7
5th May 2013, 17:44
Ok, sorry I missed that one. That error was fixed in v0.44.02. The check shouldn't have been done at all when you've selected ALTERNATE output.

Thanks! ;)

jdobbs
5th May 2013, 17:44
@richardprg

As for the "out of sync" pictures. I suspect that DirectshowMVCSource plugin may not be reentrant, but frankly I'm not sure that's the issue. I can say it seems to be a little flaky -- but it's currently all I have to go with. So make sure you don't run more than one BD-RB job at a time, and don't attempt to open the AVS with MPC to view it during encodes. I've fixed the MKVMERGE muxing error and I'm doing some testing now.

richardrpg
5th May 2013, 18:30
@richardprg

As for the "out of sync" pictures. I suspect that DirectshowMVCSource plugin may not be reentrant, but frankly I'm not sure that's the issue. I can say it seems to be a little flaky -- but it's currently all I have to go with. So make sure you don't run more than one BD-RB job at a time, and don't attempt to open the AVS with MPC to view it during encodes. I've fixed the MKVMERGE muxing error and I'm doing some testing now.

Thanks, will keep that in mind, both jobs I did were done separately and I didn't view the files during the encode, I also use a separate Win7 installation for all encodes.
I'll re-do the encodes when you post the update,with the 2 3D Blu Rays I have, Thor 3D (encodes perfectly) and Life of Pi (out of sync/mkvmerge error) and will then post the results for you.

Mark_Venture
5th May 2013, 18:54
yes. It does.

thank you!!!!

jdobbs
5th May 2013, 19:09
Thanks, will keep that in mind, both jobs I did were done separately and I didn't view the files during the encode, I also use a separate Win7 installation for all encodes.
I'll re-do the encodes when you post the update,with the 2 3D Blu Rays I have, Thor 3D (encodes perfectly) and Life of Pi (out of sync/mkvmerge error) and will then post the results for you. I'm trying to figure out what causes that occasional out-of-sync left/right picture.... did you by chance stop and restart the job as some point?

dfsooner
5th May 2013, 19:25
ALTERNATE output is a mode of movie-only. It is the ability to create DVD, MP4, and MKV files. So, no, it has no relationship at all to full backups.

If you want to create a full backup using the untouched original video, just set a custom output size of 50GB. That way BD-RB will assume it doesn't need to reencode. You could, as an alternative, simply add "FORCE_NOENCODE=1" to the "OPTIONS" area of the config/INI file.

But, of course, if you keep the original video there is the probability that the output won't fit on your target.

OK. Thanks.

What I am trying to do is keep BDRB from re-encoding my menus when doing a full backup to compress to BD-9.
I guess I'll just have to continue copying the menu's m2ts, clpi and mpls files from the original since I cannot do it with the MIN_M2TS_SIZE option.

richardrpg
5th May 2013, 19:32
I'm trying to figure out what causes that occasional out-of-sync left/right picture.... did you by chance stop and restart the job as some point?

I did the encode of Life of Pi twice already.The 1st time (no stop and restart) it gave me the error, I thought it might be the DirectShowMVCSource.dll I used from BD3D2MK3D. I then used the DirectShowMVCSource.dll from MVC Player Free and did the encode of Thor 3D (no stop and restart) and it encoded perfectly.
Then I tried Life of Pi 3D again (with exact settings I used for Thor and also no stop and restart) and got the same error.
As I mentioned earlier, the only difference I saw between the encodes, is that Thor has only 1 stream to encode and Life of Pi has multiple streams to combine "combining multiple 3D segments" whether that can have any bearing on the end product I dont know.
I also noticed in the work files that there is a mediainfo .txt document that says "Unable to load MediaInfo.dll" again I dont have the knowledge to know whether that has a bearing on the end result (incidently the Thor encode also has that mediainfo.txt file with the same msg, so don't think that has any bearing.)

richardrpg
5th May 2013, 21:11
^^
What happens if you remux into blu-ray format instead of mkv container?

I did Life of Pi 3D some time ago with BD3D2MK3D, but remuxed the files manually into blu-ray format using tsMuxer.
It worked flawlessly.

Sorry, I only saw your post now. I still had the work files from Life of Pi 3D and did what you said, muxed using tsmuxer into a .ts file and the result is perfect.
No more out of sync video halves. So it looks like it is an mkvmerge problem.
Thanks.
@Jdobbs, hope you see this. (and you can probably ignore the inane drivel of my previous post)

I did have to do a 3D image correction on my TV from l/r to r/l to view correctly, but thats all.

Sharc
5th May 2013, 22:15
..... I did have to do a 3D image correction on my TV from l/r to r/l to view correctly, but thats all.
This seems to confirm my earlier suggestion (http://forum.doom9.org/showthread.php?p=1626831#post1626831)that BD-RB should allow to swap l/r already for the encoding; it's crucial for those cases where the swapping cannot be done by the playback device.

jdobbs
5th May 2013, 23:21
This seems to confirm my earlier suggestion (http://forum.doom9.org/showthread.php?p=1626831#post1626831)that BD-RB should allow to swap l/r already for the encoding; it's crucial for those cases where the swapping cannot be done by the playback device.L/R is standard. But I can add it, I guess.

AmigaFuture
5th May 2013, 23:24
44.02 and 44.03 with all multiple M2TS movies are producing this for my machine:

[15:07:35]PHASE ONE complete
[15:07:35]PHASE TWO - Rebuild Started
- [15:07:35] Building ALTERNATE OUTPUT Structure
- ERROR in attempt to mux (MKVMERGE)
[15:09:08] - Failed to REBUILD

Movies in 1 M2TS are doing fine with Alternate MKV output.

The Hunger Games: Multiple M2TS...Failed.
Paul (Unrated) = Multiple...Failed.
Robin Hood: PoT = Single...Success.
Braveheart: Single...Success.
The Matrix: Single...Success.
Sherlock Holmes (2009): Multiple...Failed.

Doing Movie & Menus (and keeping Some extras) was tried on all and each completed successfully with High Speed option; rips are good. I'm thinking that the new 3D stuff has something to do with it.. I'm going to check that. I don't buy 3D movies. I have another idea I'm going to check.

jdobbs
5th May 2013, 23:30
44.02 and 44.03 with all multiple M2TS movies are producing this for my machine:

[15:07:35]PHASE ONE complete
[15:07:35]PHASE TWO - Rebuild Started
- [15:07:35] Building ALTERNATE OUTPUT Structure
- ERROR in attempt to mux (MKVMERGE)
[15:09:08] - Failed to REBUILD

Movies in 1 M2TS are doing fine with Alternate MKV output.

The Hunger Games: Multiple M2TS...Failed.
Paul (Unrated) = Multiple...Failed.
Robin Hood: PoT = Single...Success.
Braveheart: Single...Success.
The Matrix: Single...Success.
Sherlock Holmes (2009): Multiple...Failed.

Doing Movie & Menus (and keeping Some extras) was tried on all and each completed successfully with High Speed option; rips are good. I'm thinking that the new 3D stuff has something to do with it.. I'm going to check that. I don't buy 3D movies. I have another idea I'm going to check. Yep. I acknowledged that problem several posts back. I've fixed it and will post a new version shortly.

AmigaFuture
5th May 2013, 23:47
Doh! I see it now. Thanks.

jdobbs
5th May 2013, 23:50
I have updated (once again) the first post of this thread with a link to the latest release of BD-RB (v0.44.04). Changes for this release:- Corrected an issue in which sources that are
3D and multipart were not being correctly
processed during ALTERNATE rebuild, resulting
in an error.
- Corrected overall progress indicator so that
it more accurately shows progress during 3D
encoding.
- Added a new hidden setting. "SWAP_3D=1" will
swap the left and right views when creating
the SBS, O/U, or Anaglyph 3D output.

jdobbs
6th May 2013, 00:05
Doh! I see it now. Thanks.Wait a minute. You're saying that the regular (non-3D) rebuilds are failing too? Arrrgghhh... this 3D version release is a nightmare.

Can you try the version I just posted and let me know if it is any better? Damn. I thought I'd been very careful not to let the 3D code leak over into the previously working sections.

AmigaFuture
6th May 2013, 00:23
Wait a minute. You're saying that the regular (non-3D) rebuilds are failing too? Arrrgghhh... this 3D version release is a nightmare.

Can you try the version I just posted and let me know if it is any better? Damn. I thought I'd been very careful not to let the 3D code leak over into the previously working sections.

Indeed, I was. I will test now...

Edit 1: By the way, the First page Text version still reflects the previous but the filename is correct.

Edit 2: Downloaded, now testing Alternate MKV with Paul... Not 3D version.

Edit 3: Normally I use full 1080 for testing, but to get some results within the next hour I'm using these settings..

[05/05/13] BD Rebuilder v0.44.04 (beta)
[16:31:32] Source: PAUL_00800
- Input BD size: 21.59 GB
- Approximate total content: [01:43:48.263]
- Windows Version: 6.1 [7601]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: MKV Container, 720x480/576, 128Kbs AC3
- Decoding/Frame serving: DirectShow
- Audio Settings: AC3=0 DTS=1 HD=0 Kbs=448
[16:31:33] PHASE ONE, Encoding
- [16:31:33] Processing: VID_00831 (1 of 30)
- [16:31:33] Extracting A/V streams [VID_00831]
- [16:35:51] Reencoding video [VID_00831]
- Source Video: MPEG-4 (AVC), 1920x1080
- Rate/Length: 23.976fps, 5,674 frames
- [16:35:51] Reencoding: VID_00831, Pass 1 of 1
- [16:36:37] Video Encode complete
- [16:36:37] Processing audio tracks
- Track 4352 (eng): Reencoding audio to AC3...

Results when BD-RB is done....in either way that may be. Haha!

Edit 4: It failed. Here's the main window log..in part..

- [17:10:25] Reencoding video [VID_00816]
- Source Video: MPEG-4 (AVC), 1920x1080
- Rate/Length: 23.976fps, 9,441 frames
- [17:10:25] Reencoding: VID_00816, Pass 1 of 1
- [17:11:50] Video Encode complete
[17:11:50]PHASE ONE complete
[17:11:50]PHASE TWO - Rebuild Started
- [17:11:50] Building ALTERNATE OUTPUT Structure
- ERROR in attempt to mux (MKVMERGE)
[17:13:26] - Failed to REBUILD

The PAUL.INF
[Status]
LABEL=PAUL
VERSION=v0.44.04 (beta)
SOURCE_SIZE=23182878720
SOURCE_VIDEO_SIZE=23182878720
TARGET_SIZE=24641536000
REDUCTION=1.06291959241203
RESIZE_1080=0
RESIZE_1440=0
AUDIO_TO_KEEP=eng;
KEEP_HD_AUDIO=0
SUBS_TO_KEEP=eng;
BACKUP_MODE=1
MOVIEONLY_TYPE=6
USE_LAVF=0
INSTANCES=1
DGDECNV=0
QUICK=0
ENCODE_STEP=0
COMPLETED=30
REBUILD_COMPLETE=0
[00831]
AUDIO=10011
PGS=10000
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=998283741
SPLITS=1
NSIZE=0
FLINK=-1
MLINK=0
[00802]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=1295731976
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00832]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=508470801
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00803]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=551148128
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00833]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=485117454
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00804]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=430241008
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00834]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=1087328172
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00805]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=277843440
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00835]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=481930532
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00806]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=493065168
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00836]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=847956367
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00807]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=730164332
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00837]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=870408494
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00808]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=485861940
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00838]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=745537312
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00809]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=1108265205
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00839]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=986169519
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00810]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=995273145
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00840]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=2015035957
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00811]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=207313198
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00841]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=1038642713
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00812]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=175137040
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00842]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=864289342
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00813]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=211127055
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00843]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=2676152488
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00814]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=413666401
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00844]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=674445440
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00815]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=813997361
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00845]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=922293936
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=-1
MLINK=0
[00816]
APULLDOWN=0
S1440=0
VIDEO2=0
V2MBRATE=0
M2TS_TARGET=1250638335
SPLITS=1
AUDIO=10011
NSIZE=0
FLINK=0
MLINK=0


Current BDREBUILDER.INI
[Options]
VERSION=0.44.0.4
MULTIPROCESS=0
ENABLE_TEST=1
DTSX_ENABLE=1
FORCE_NOENCODE=0
FORCE_ENCODE=0
SHOW_ENCODER=0
DVD_IMPORT_THRESHOLD=1
SD_PROGRESSIVE=1
MODE=3
HC_PROFILE=BEST
ENCODE_QUALITY=5
ONEPASS_ENCODING=0
AUTO_QUALITY=0
TARGET_SIZE=23500
MKV_MUXSUPS=1
AUDIO_TO_KEEP=eng;
SUBS_TO_KEEP=eng;
SD_CONVERT=0
OPEN_GOP=0
RESIZE_1080=0
DEINTERLACE=1
SD_TO_1080=0
CONVERT_WIDE=0
DTS_REENCODE=1
AC3_REENCODE=0
AC3_640=0
AC3_192=0
KEEP_HD_AUDIO=0
AVCHD=1
REMOVE_WORKFILES=0
MOVIE_ONLY_LOOP=0
REMOVE_OUTPUT=0
USE_FILTERS=0
BDMV_CERT_ONLY=0
USE_LAVF=0
IVTC_PULLDOWN=1
ASSUME_DVD_PAL=0
UNMASK_CHAPTER=0
COMPLETION_BEEP=0
DGDECNV=0
AUDIO_TRACK_LIMIT=0
SUBTITLE_TRACK_LIMIT=0
CUSTOM_TARGET_SIZE=2020
QUICK_EXTRAS=0
ENABLE_BLANKING=1
MOVIEONLY_TYPE=6
ALTCRF=20
ALT_TARGET=23000
ALTMETHOD=0
ALTAUTOCROP=0
OUTPUT_3D=0
;OUTPUT_FOLDER=T:\Blu-ray Rips\BD-Output
[Paths]
SOURCE_PATH=F:\BLU-RAY ARCHIVES\PAUL\
WORKING_PATH=E:\BLU-RAY\REBUILDER\

jdobbs
6th May 2013, 00:44
@AmigaFuture

Thanks for testing. I have a multipart source going as well.

I'm having a bad day -- and it's my birthday! Is there no justice in this universe?

AmigaFuture
6th May 2013, 00:55
I'm having a bad day -- and it's my birthday!

I stopped celebrating mine years ago because the Moment is more wonderful to me than any single Day could ever be. I feel more awesome now than I did then. Not everyone is there or wants to be. Every "bad" moment has a positive to it and usually only seen with 20/20 hindsight. Here's to you, and Your Day! Cheers! ~Holding a Cup of Tea!~ Be good to Yourself. I have a feeling your joking about The Universe...if you weren't I'd say "Let's talk...because that's a deeper subject..." hehehe. Hence my sig.

Much appreciation for the program!! More than words can express. My TV and BDPlayer as well as iPad 2 would say Thanks also if they could speak. Haha!

16 of 30 parts completed for this movie (1/2 done). I'll update the previous post when it's totally complete. I don't want to get too off-topic.

jdobbs
6th May 2013, 01:11
I stopped celebrating mine years ago because the Moment is more wonderful to me than any single Day could ever be. I feel more awesome now than I did then. Not everyone is there or wants to be. Every "bad" moment has a positive to it and usually only seen with 20/20 hindsight. Here's to you, and Your Day! Cheers! ~Holding a Cup of Tea!~ Be good to Yourself. I have a feeling your joking about The Universe...if you weren't I'd say "Let's talk...because that's a deeper subject..." hehehe. Hence my sig.

Much appreciation for the program!! More than words can express. My TV and BDPlayer as well as iPad 2 would say Thanks also if they could speak. Haha!

16 of 30 parts completed for this movie (1/2 done). I'll update the previous post when it's totally complete. I don't want to get too off-topic. Well I just finished "Toy Story 3" which has 47 parts and it wrote to MKV with no issues, so I have my fingers crossed.

I'm never serious. Life's too short for that.

Even better -- I just noticed someone sent me a very good donation! Happy Birthday to me!

BigCondor
6th May 2013, 01:17
Happy birthday jdobbs, yet something to recognize.

Thanks a lot for your continuing efforts and contributions over the years ever since you introduced DVD Rebuilder.

jdobbs
6th May 2013, 01:20
Happy birthday jdobbs, yet something to recognize.

Thanks a lot for your continuing efforts and contributions over the years ever since you introduced DVD Rebuilder.Much appreciated.

AmigaFuture
6th May 2013, 01:26
Well I just finished "Toy Story 3" which has 47 parts and it wrote to MKV with no issues, so I have my fingers crossed.

I'm never serious. Life's too short for that.

Even better -- I just noticed someone sent me a very good donation! Happy Birthday to me!

Life isn't too short. We determine how long, there is a recipe to as long as we want. It's a personal choice...with more to it...but not for here.

Anyway, interesting... Shall I go ahead and process another movie or...is there something you'd like me to check further? I noticed that this rip has some 0 byte files also like Sherlock Holmes files did.

jdobbs
6th May 2013, 01:32
Hmmm... those zero length files are concerning. They are empty from the TSMUXER extract. Does the MKV appear to playback properly?