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

MrVideo
7th June 2018, 06:56
There is an upper limit of 910 on MENU_VERTICAL and MENU_TOP, I'm guessing that's your issue?
Yes, it is. OK, I'm reworking the background image so that I won't run into this issue.

Thanks for the info.

mparade
7th June 2018, 14:58
Using Frim Encoder for MVC encoding with BD-RB on a 16-core AMD system results in very similar processing speed with the same encoding settings as a 4-core Intel system. I am using software encoding/decoding setting within the Intel system as well of course. When changed to x264 the speed difference between the two systems expanded roughly as per the core counts. Any idea? When using AMD systems with Frim Encoder is it the correct behaviour or should I set up something specifically?

Thanks for the support.

kufo
7th June 2018, 19:17
@mparade
Did you set the number of free processors in the hidden opts?
I'm using an Intel system as well, but with Frim the CPU usage is almost about 60%.
I think there's no advantage in it using more than 6 cores, so I set the
the number of free processors to 2. I'm working with an i7-4790K, witch has 8 Cores in HT.

mparade
7th June 2018, 19:55
No.

I have an Intel i5 system (with Nvidia Geforce 1080Ti card installed) and an AMD Ryzen 1950X System (with Nvidia Geforce 1050Ti card intalled). Using Frim with exactly the same settings the encoding time on both nearly the same.
I suspect that the more powerful video card can compensate for the less of CPU cores.


Thank you for the answer.

ggtop
7th June 2018, 20:23
Hi jdobbs,

I think I found a bug in the forced-sub-extraction-routine.
I'm doing alternate output into mp4 container.

First my understanding how it is designed:
During extraction step all sub tracks are demuxed. If FORCED_SUB_LANG (DEU;GER in my case) is set this or these sub streams are scanned for forced subs following this order and stream number down.
If forced subs are found they'll be put into the 9999 stream. And these come only from 1(!) stream.

Now I have a multipart source (Hancock) which has unfortunately forced subs in 2 GER subs streams (normal & director's comments). I think that's legal because always one is hidden in two different playlists. But that is not respected by BDRB (good idea btw).
Obviously the same approach as above takes place here. On each part of the multipart source the subs are scanned and the forced ones are extracted.
But in some parts the normal stream has no forced subs, but the director's comments has and those are now in the 9999 file.

A possible solution could be to remember the sub stream number from the first part where ALL forced subs were extracted to a 9999 file and to use only this stream for searching forced subs or to disable a stream completely from the stream tab. While writing I think the latter is a bad idea because I don't know if I need to keep a track before BDRD demuxed it and I can analyse it.

I hope you could follow my attempt to explain it.

If case you have an idea for a workaround I'm also fine with it as it seems to be a very rare case.

Thanks in advance,

ggtop

kufo
8th June 2018, 02:00
@mparade

I had to revise my last post ( #27404 ) because it was flawed. I forgot to change the keyboard language on my smartphone and did not read it carefully ... :-P
You are certainly right with your assumption about the interaction between CPU utilization and graphics card. I've seen it with me when I exchanged the very old 760GTX for the 1060 with 6GB memory.
My suggestion: Use a tool that shows the CPU usage during the encode. Depending on how tall you are, you can try to work with more cores. If you stay well below 100%, that only makes sense for multitasking during the encode.
I hope that helps you find an answer!

mparade
8th June 2018, 07:18
Yes and thank you very much. I will check both my CPU and GPU utilization during both Frim and x264 in BD-RB. I guess using x264 it will be very close to 100%, and it might be much lower using Frim.

MrVideo
9th June 2018, 05:38
Any particular reason why BDRB wants to error out when trying to convert M2TS files that were created with tsmuxer? All BDRB indicates is that it has an error. No reason given. If I take that same M2TS file and create a MKV file, BDRB has no issue with it. BDRB has not liked any of the M2TS files that I've created with tsmuxer. Curious.

Lathe
9th June 2018, 06:06
Any particular reason why BDRB wants to error out when trying to convert M2TS files that were created with tsmuxer? All BDRB indicates is that it has an error. No reason given. If I take that same M2TS file and create a MKV file, BDRB has no issue with it. BDRB has not liked any of the M2TS files that I've created with tsmuxer. Curious.

I know this doesn't answer what you are asking, but since you are using TSMuxer to create the m2ts file in the first place, why not simply create the full BDMV folder instead and then use that as input into BDRB...? Because, I'm GUESSING that when you try to import an m2ts file into BDRB, it is going to create one anyway, right?

MrVideo
9th June 2018, 06:14
BD Master Toolkit experienced an error 4000 (17:16:53)
Create Quick Menu() 00076 4000
During: Building menu structure [1]
Current progress 98.90%

Any update as to why this error is occurring when trying to build multi-page menus? Only happens under Win7-64. The last one that I was working with, worked under XP-64.

jdobbs
9th June 2018, 14:27
Any update as to why this error is occurring when trying to build multi-page menus? Only happens under Win7-64. The last one that I was working with, worked under XP-64.All I can say is that the error means "Path not found". I can't repeat the error and I don't remember any other reports of it, so I'm not sure what I can do.

Ch3vr0n
9th June 2018, 19:43
Any news on that test build @jdobbs with that hidden option for 3D we discussed?

Sent from my Nexus 7 with Tapatalk

MrVideo
10th June 2018, 02:03
All I can say is that the error means "Path not found".
So much for Win7 being a "better" OS than the previous versions. :( Why it wants to screw up when trying to do the 2nd menu set of files is beyond me, considering when it had no problem with the paths for all of the previous files.

Probably also explains the "permission" error I get every now and then, i.e., trying to create a directory/file.

For these two errors (and also HDD full), how about adding a dialog box that reports the actual error and an option to "try again?" Having to start over wastes a lot of time.

Leave it to my combination of hardware and Win7 to come up with these errors.

UPDATE: No mater how many times that I rerun this particular job, it always fails trying to build the 2nd menu. If it were an intermittent W7 thing, then it should work the next time around. It doesn't. There has to be a way to troubleshoot this.

As a side note, when doing one of the runs on the XP-64 box, I got a file not found error. Re-running it had no errors. Also, when running out of HDD space, BDRB does not handle that gracefully. It gives errors while processing files. For example, with MKVs, it complains about inconsistencies and tries to correct them, only to fail. It took a while before I noticed that I was running out of space.

spotswood
14th June 2018, 22:35
I used the new DTS Express switch to backup Star Trek The Original Series season 1 disc 1. The disc uses seamless branching and has a PIP for commentary.

The CPI definitely gets changed by the DTS-Express code. When the DTS Express is added to the M2TS the SPN values change and the table has to be updated. I'll look and see if there is something goofy happening there. The fact that there is PiP and Angles might make a difference.

Hi everyone... having a weird problem with this series as well. Not sure if the above from a while back have anything to do with it but... a couple episodes have PiP/dts express and the rest don't. They all include DTS-MA 7.1 audio which is overkill in my opinion, so I uncheck the Keep HD Audio for BD25 intact and check Do Not convert DTS to AC3 so it keeps the DTS core (@768k in this case).

Problem is BDRebuilder is not using the DTS core soundtrack and leaving the DTS-MA intact. Also when trying to play the Corbomite Maneuver with the original graphics from the beginning, it starts about 10 minutes in and freezes, having to go back to the main menu. The same episode with updated graphics plays fine, albeit with the DTS-MA audio rather than the core.

Any ideas? Thanks for any help you can provide... ;^)

MrVideo
17th June 2018, 05:42
Sub-title forced not forcing sub-title to be on. The MediaInfo that comes with v25 shows that sub-title track #3 is forced=yes. Yet, when playing the video, no sub-title track is on. Track #3 must be manually enabled in the BD player.

mparade
17th June 2018, 12:29
@jdobbs

Do you plan importing 4K HDR material as well with the next release for alternate output?


Thank you very for this wonderful software.

RoyGBiv-inRI
17th June 2018, 17:23
I have been using BDRebuilder a lot, and I recently started using it to put multiple episodes of TV shows from DVD onto one BD. I copy the DVDs to my HDD as MKV files and then import the MKV files into BDRebuilder, but when I do, they come over without any subs. I presume there is some setting that I have set incorrectly, but I've looked through them all and can't figure it out.

Can someone tell me what I'm doing wrong?

Thanks.

SMK

Ch3vr0n
17th June 2018, 17:32
Well first thing you'd need to do is find out whether bdrb "is to blame" or your mkv conversion suite. You need to first find out if the MKV's have the desired subtitles or not, because if they don't that's your problem and bdrb can't use what isn't there.

RoyGBiv-inRI
17th June 2018, 18:50
I use MakeMKV to rip the discs, and all the subtitles are in those MKV files.

SMK

musiclover
17th June 2018, 20:19
Why make use of mkv as intermediary? You can import the dvd's as is.

Sharc
17th June 2018, 23:13
Why make use of mkv as intermediary? You can import the dvd's as is.
Yes, but the DVD needs to be decrypted. I understand the OP used MakeMKV to decrypt the DVD source.

RoyGBiv-inRI
17th June 2018, 23:54
Correct. Also, the one time I tried directly using a ripped DVD, I couldn't figure out how to put episodes from more than one DVD together because the VOB files are all named the same.

SMK

jdobbs
18th June 2018, 13:57
Correct. Also, the one time I tried directly using a ripped DVD, I couldn't figure out how to put episodes from more than one DVD together because the VOB files are all named the same.

SMKYou name them when they are imported.

MrVideo
18th June 2018, 14:17
I use MakeMKV to rip the discs, and all the subtitles are in those MKV files.
And you know that how?

RoyGBiv-inRI
18th June 2018, 16:09
You name them when they are imported.

My understanding is that BDRebuilder will only import files that are in the same folder. How can I put VOB files from multiple DVDs in one folder as they will all have the same names there???

SMK

RoyGBiv-inRI
18th June 2018, 16:12
And you know that how?

Because if I play those MKV files on my computer with either VLC or MPC the subtitles are all listed, and I can choose any of them, and they appear on screen. Also, if I use multiAVCHD, those subtitles are in the m2ts files it creates. I prefer to use BDRebuilder, but I've been using multiAVCHD for these discs just for that reason.

SMK

Ch3vr0n
18th June 2018, 16:39
Your understanding is wrong. It's simple. Just create a root folder like:

DVDs
-- DVD1
---- VIDEO_TS
-- DVD2
---- VIDEO_TS
-- DVD3
---- VIDEO_TS

and point BDRB to the DVD's folder, it will do the rest

jdobbs
18th June 2018, 19:23
Your understanding is wrong. It's simple. Just create a root folder like:

DVDs
-- DVD1
---- VIDEO_TS
-- DVD2
---- VIDEO_TS
-- DVD3
---- VIDEO_TS

and point BDRB to the DVD's folder, it will do the restExactly.

RoyGBiv-inRI
18th June 2018, 19:42
Thank you for the info. I will try it.

SMK

Lathe
19th June 2018, 02:39
Thank you for the info. I will try it.

SMK

Yeah, sometimes when you haven't done it before, it takes a moment to grasp that. You do the same when importing multiple BDMV folders too. I do that sometimes when I don't want to do the whole disc, but I want the main movie file and some Xtras. So, each BDMV / CERT folder is in it's OWN folder which is titled whatever it is, then all of those folders you group within one master folder, which is the one you import into BDRB. So, as shown above, in my case there is usually the main movie folder with it's name, then 1 folder for each Xtra with it's title with it's own BDMV / CERT folders inside. Then, you just put all those folders into the mother folder above it. I usually just leave the mother folder as 'New Folder' because the name doesn't get used anywhere, and then import that mother folder into BDRB.

Then BDRB allows you to rename each folder if you wish before it imports them into a completed BDMV / CERT final folder which incorporates all the other folders along with a nice menu inside.

***EDIT

Also, when using BDMV folders as mentioned above, I THINK that the running time is included with each 'title' that you import. So, if you don't have enough room to hold the full title AND running times, you can edit those before BDRB imports them. I'm guessing that the same is true with DVDs...

MrVideo
19th June 2018, 03:55
Because if I play those MKV files on my computer with either VLC or MPC the subtitles are all listed, and I can choose any of them, and they appear on screen.
For trouble-shooting purposes, I had to ask. It is always a good idea to provide said proof when making a claim.

rysktkr
19th June 2018, 15:47
I have been using BD Rebuilder for a long time. Suddenly I am getting this error "BD Master Toolkit experienced an error 2301". on all BDs that I try to compress movie only. I reinstalled BD Rebulder and LAV filters but that did not help. I searched this thread for the 2301 error but couldn't anything. Any ideas?

jdobbs
19th June 2018, 16:26
I have been using BD Rebuilder for a long time. Suddenly I am getting this error "BD Master Toolkit experienced an error 2301". on all BDs that I try to compress movie only. I reinstalled BD Rebulder and LAV filters but that did not help. I searched this thread for the 2301 error but couldn't anything. Any ideas?I'd need the entire message. 2301 is where the error occurred, not the error number.

I need to change that "BD Master Toolkit" text, it just confuses people. I was going to create a set of DLLs that could be linked into another program and I changed the text on the error handler. I forgot to change it back.

rysktkr
19th June 2018, 17:21
Here's the entire dialog:

"BD Master Toolkit experienced an error 2301 MovieOnlyRebuild() 00075 2301"

mparade
19th June 2018, 18:49
If I want to help development of BD-RB with donation what to enter as the email of the recipient? Sorry for asking it, but I have just forgotten the way of donating. :scared:

Thanks for the reply.

Lathe
19th June 2018, 21:26
If I want to help development of BD-RB with donation what to enter as the email of the recipient? Sorry for asking it, but I have just forgotten the way of donating. :scared:

Thanks for the reply.

Good for you mate! http://lathe-of-heaven.com/thumbsup.gif

Just send all donations to 'lathe.of.heaven@gmail.com' and they will be promptly forwarded... http://lathe-of-heaven.com/rolleyes2.gif

http://rs16.pbsrc.com/albums/b45/sbreik/animated%20images/devil%20angel/angelsmiley43d.gif~c200

No, don't do that... :)

ggtop
19th June 2018, 22:00
If I want to help development of BD-RB with donation what to enter as the email of the recipient? Sorry for asking it, but I have just forgotten the way of donating. :scared:


Hi mparade,

last time I used dvd-rb[at]jdobbs.net and jdobbs received it.

ggtop

Lathe
19th June 2018, 22:06
Hi mparade,

last time I used dvd-rb[at]jdobbs.net and jdobbs received it.

ggtop

Could you use PayPal with that address...?

mparade
19th June 2018, 22:12
Good for you mate! http://lathe-of-heaven.com/thumbsup.gif

Just send all donations to 'lathe.of.heaven@gmail.com' and they will be promptly forwarded... http://lathe-of-heaven.com/rolleyes2.gif

http://rs16.pbsrc.com/albums/b45/sbreik/animated%20images/devil%20angel/angelsmiley43d.gif~c200

No, don't do that... :)

Sent. :cool:

mparade
19th June 2018, 22:17
Hi mparade,

last time I used dvd-rb[at]jdobbs.net and jdobbs received it.

ggtop

thx! Since, it is long time ago I made some donation the last time, it is high time now I sent more than the average. : )

Ch3vr0n
19th June 2018, 22:22
For some reason PayPal doesn't want to do business with jdobbs. Same reason as always 'bdrb assists in copyright infringement'.

Just use the donate option inside the software. It'll link you to an Amazon gift card. Use that.

Sent from my Nexus 7 with Tapatalk

Lathe
19th June 2018, 22:32
Sent. :cool:

OH NO! I'm toast! http://lathe-of-heaven.com/doh.gif

ggtop
19th June 2018, 22:33
Could you use PayPal with that address...?

No, for an Amazon gift card where the "donation" link in jdobbs footer directs you. Now jdobbs has to spend the millions in buying things from them like toothpaste, bread etc.

BTW I could use Paypal 12 years ago when donating for DVD-RB :-)

ggtop

Lathe
19th June 2018, 22:35
No, for an Amazon gift card where the "donation" link in jdobbs footer directs you. Now jdobbs has to spend the millions in buying things from them like toothpaste, bread etc.

BTW I could use Paypal 12 years ago when donating for DVD-RB :-)

ggtop

Yeah, I kind of thought so, thanks mate!

jdobbs
19th June 2018, 22:37
If I want to help development of BD-RB with donation what to enter as the email of the recipient? Sorry for asking it, but I have just forgotten the way of donating. :scared:

Thanks for the reply.The address is on the help menu next to where it says donations (dvd-rb@jdobbs.net).

jdobbs
19th June 2018, 22:40
Sent. :cool:It wasn't sent to me... not sure where you sent it.

Lathe
19th June 2018, 22:54
It wasn't sent to me... not sure where you sent it.

No, no, no...! He was just kidding. DAMN, I'm gonna get in trouble here!

BTW, JD... I know I mentioned this before, but wouldn't it just be simpler to set up a simple, private e'mail address like 'JD@gmail' or whatever, so that we could send you actual money? Wouldn't that be better?

MrVideo
20th June 2018, 03:55
DAMN, I'm gonna get in trouble here!
Since when are you NOT in trouble? :D

Lathe
20th June 2018, 05:44
Since when are you NOT in trouble? :D

Good point... http://lathe-of-heaven.com/cool4.gif

RobertM
20th June 2018, 14:56
Well, I, for one, am glad about your 'joke'. It reminded me that it's been quite a while since I last donated. Hope that got through.