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

Ch3vr0n
19th April 2018, 11:14
Yes, post full conversion log. Not 5 lines of it.

Sent from my Nexus 6P with Tapatalk

MrVideo
19th April 2018, 15:11
I'm trying to convert a video I took with my phone to a dvd. However the import fails. Here's the log.

----------------------
[16:09:09] Importing: WORKING
- [16:09:20] Importing video file: (1 of 2)
- Preparing MP4 for processing...
- Scanning for Variable Frame Rate...
- Collecting audio/video streams from source...
- Converting VFR source to CFR format...
[16:09:37]ERROR: Failed VFR conversion. Aborted.
_____________

Any ideas?
Set IMPORT_VFR_DISABLE=1

jdobbs
19th April 2018, 15:18
Just a warning though. If the source is truly VFR, turning that off will result in audio/video sync issues.

MrVideo
19th April 2018, 18:43
Three out of 10 videos that I have to put on a Blu-ray have forced subtitltes (for the foreign language). Those subtitle tracks are marked as forced in the MKV files. Is there a flag to tell BDRB to encode the Blu-ray to turn on subtitle #1 (the forced one in each of the three files)?

jdobbs
20th April 2018, 00:02
Three out of 10 videos that I have to put on a Blu-ray have forced subtitltes (for the foreign language). Those subtitle tracks are marked as forced in the MKV files. Is there a flag to tell BDRB to encode the Blu-ray to turn on subtitle #1 (the forced one in each of the three files)?It should do it automatically. Run MEDIAINFO (the one included with BD-RB) on the original MKV and see if it shows the subtitle as forced. If so, BD-RB should see it and set that subtitle stream to forced in the resulting pseudo BD structure.

I haven't looked at this in a long time, I'll check the code and make sure it is working.

abbadon
20th April 2018, 03:12
Yes, post full conversion log. Not 5 lines of it.

Sent from my Nexus 6P with Tapatalk

That is the ENTIRE log.

__
trying

IMPORT_VFR_DISABLE=1

we'll see what happens

MrVideo
20th April 2018, 05:19
It should do it automatically. Run MEDIAINFO (the one included with BD-RB) on the original MKV and see if it shows the subtitle as forced. If so, BD-RB should see it and set that subtitle stream to forced in the resulting pseudo BD structure.
Yep. Default and forced.
I haven't looked at this in a long time, I'll check the code and make sure it is working.
Is this done before Backup is run, or during Backup? I stop and burn the contents before Backup.

Ch3vr0n
20th April 2018, 08:19
That is the ENTIRE log.

__
trying

IMPORT_VFR_DISABLE=1

we'll see what happensNo it's not. The start and ending are missing

Sent from my Nexus 6P with Tapatalk

varekai
20th April 2018, 18:40
No it's not. The start and ending are missing
These are my logs.
https://frupic.frubar.net/shots/36741.jpg
I know the start and endings are missing but... please advise?

Ch3vr0n
20th April 2018, 19:34
I'm not even going to dignify that with an answer as i wasn't talking to you in the first place.

Lathe
20th April 2018, 20:44
These are my logs.
https://frupic.frubar.net/shots/36741.jpg
I know the start and endings are missing but... please advise?

http://lathe-of-heaven.com/doh.gif

Careful... gonca really likes looking at other people's logs...

Lathe
20th April 2018, 20:47
I'm not even going to dignify that with an answer as i wasn't talking to you in the first place.

http://lathe-of-heaven.com/laugh2.gif

gonca
20th April 2018, 21:48
Lathe, remember saying

it was my anal little 'tweaks' that slowed everything down so much

Varekai
Please don't post those kinds of pics, Lathe likes looking at other guys "wood"

Lathe
21st April 2018, 00:37
Lathe, remember saying

Quote:
it was my anal little 'tweaks' that slowed everything down so much

Varekai
Please don't post those kinds of pics, Lathe likes looking at other guys "wood"

http://lathe-of-heaven.com/sigh1.gif

varekai
21st April 2018, 18:43
I'm not even going to dignify that with an answer as i wasn't talking to you in the first place.
Well... you actually did answer..
Relax... it was a joke... :D

Jake802
24th April 2018, 02:50
Not really a bug. I was just wondering if you are considering toying with the 4K Stuff?

abbadon
24th April 2018, 11:42
So adding "IMPORT_VFR_DISABLE=1" allowed it complete, but yes it was out of sync. As it was a small clip meant as a gift, I just put it on an old phone and gave it to the recipient to watch. I am curious what the issue is and how, if possible, to solve it.

e143slime8
25th April 2018, 20:13
The issue, yes. The CloneBD stuff, not so much.

Here's the contents of BDREBUILDER.INI for Jigsaw for those interested:

[Options]
VERSION=0.50.0.24
ENCODER=0
MODE=0
ENCODE_QUALITY=0
ONEPASS_ENCODING=2
AUTO_QUALITY=1
TARGET_SIZE=23500
AUDIO_TO_KEEP=eng;
SUBS_TO_KEEP=all
SD_CONVERT=0
OPEN_GOP=0
RESIZE_1080=0
RESIZE_1440=0
RESIZE_720=0
DEINTERLACE=1
SD_TO_1080=0
IGNORE_3D=0
CONVERT_WIDE=0
DTS_REENCODE=0
AC3_REENCODE=0
AC3_640=1
AC3_192=0
KEEP_HD_AUDIO=0
AUDIO_DRC=0
DECODER=0
AVCHD=1
REMOVE_WORKFILES=0
REMOVE_OUTPUT=0
USE_FILTERS=0
BDMV_CERT_ONLY=0
IVTC_PULLDOWN=0
ASSUME_DVD_PAL=0
FRIMSOURCE=0
COMPLETION_BEEP=0
OUTPUT_SBS=0
NEROAAC=0
SUPTITLE=0
PGSTOSRT=0
AUDIO_TRACK_LIMIT=1
SUBTITLE_TRACK_LIMIT=1
CUSTOM_TARGET_SIZE=23500
AUTO_BURN=1
VERBOSE_STATUS=1
[Paths]
SOURCE_PATH=H:\RIPPED NEW MOVIES\JIGSAW GOOD\
WORKING_PATH=H:\TEMP TARGET FROM BDRB MOVIES\



Note: the problem is the movie/audio sync and jumping around starting near the 29 minute mark.

jdobbs
26th April 2018, 14:19
@e143slime8

Could you also click on HELP/INSPECT and post what is displayed? Sync issues are often related to the versions of the helper apps. Also, have you tried reripping? When sync issues start that late, it can sometimes be caused by a glitch just before that point due to a bad rip.

DoctorM
1st May 2018, 05:58
Not really a bug. I was just wondering if you are considering toying with the 4K Stuff?
Can't 4k already be imported as video files or are you talking full UHD BD to BD conversion?

HomeDepot4
1st May 2018, 22:29
Trying to make a encode my version of "Elf" and I'm getting the following error, been using BDRebuilder for years and never had a problem.. have done a couple this week actually.. Making a BD25.

Rebuilding BD file Structure
- Failed in attempt to multiplex: MUX_MOVIE_ONLY.meta
- Not enought buffer for parse video stream. Current frame num 10139
Failed to REBUILD

[05/01/18] Checking System Settings
- BD-Rebuilder v0.50.25
- Windows Version: 6.2 [9200]
- Working Path Free Space: 2,365.13GB
- AVISYNTH Version: 2.6.0.6, Ok
- LAVFILTERS: Ok
- X264: Ok
- AFTEN: Ok
- FAAC: Ok
- MP4BOX: Ok
- WAVI: Ok
- TSMUXER: Ok
- FRIMEncode: Ok
- FRIMDecode: Ok
[05/01/18] Systems Settings Check complete

[Options]
VERSION=0.50.0.23
ENCODER=0
MODE=3
ENCODE_QUALITY=0
ONEPASS_ENCODING=2
AUTO_QUALITY=1
AUDIO_TO_KEEP=eng;
SUBS_TO_KEEP=eng;
SD_CONVERT=0
OPEN_GOP=0
RESIZE_1080=0
RESIZE_1440=0
RESIZE_720=0
DEINTERLACE=1
SD_TO_1080=0
IGNORE_3D=0
CONVERT_WIDE=0
DTS_REENCODE=1
AC3_REENCODE=1
AC3_640=1
AC3_192=0
KEEP_HD_AUDIO=1
DTSX_ENABLE=1
AUDIO_DRC=0
DECODER=2
AVCHD=0
REMOVE_WORKFILES=1
REMOVE_OUTPUT=1
USE_FILTERS=0
BDMV_CERT_ONLY=0
IVTC_PULLDOWN=1
ASSUME_DVD_PAL=0
FRIMSOURCE=0
COMPLETION_BEEP=0
OUTPUT_SBS=0
NEROAAC=0
SUPTITLE=0
PGSTOSRT=0
AUDIO_TRACK_LIMIT=1
SUBTITLE_TRACK_LIMIT=1
CUSTOM_TARGET_SIZE=23500
TARGET_SIZE=23500
MOVIEONLY_TYPE=17
ALTCRF=23
ALT_TARGET=1024
ALT_CRF_TARGET=1024
ALTMETHOD=0
ALTAUTOCROP=0
AUTO_BURN=1
[Paths]
WORKING_PATH=G:\MUSIC\BLURAY\
SOURCE_PATH=G:\VIDEO\BACKUP\ELF\
[Batch]
MAIN_MPLS=00023.MPLS
MAIN_MPLS_ANGLE=0
FORCED_SUB=0
FORCED_AUD=0
AUDIO=111111111
SUBS=000000000000000000


Any help would be appreciated. Thanks..

UPDATE, Actually, it doesn't seem to be picking the movie... it's choosing one of the extras and not the main movie.. interesting

jdobbs
1st May 2018, 22:48
@HomeDepot4

1. Please post the entire log. Thanks.
2. Any reason why you aren't using the latest version?

HomeDepot4
1st May 2018, 23:01
@HomeDepot4

1. Please post the entire log. Thanks.
2. Any reason why you aren't using the latest version?

I have the latest installed... that's odd why it doesn't reflect that... Anyway, here is the complete log. Thanks! Obviously, not choosing the main movie, as it would be more than 11 gigs!

[05/01/18] BD Rebuilder v0.50.25
[12:22:26] Source: ELF_00023
- Input BD size: 11.77 GB
- Approximate total content: [01:28:24.841]
- Target BD size: 22.95 GB
- Windows Version: 6.2 [9200]
- MOVIE-ONLY mode enabled
- Auto Quality: Good (Very Fast), ABR
- Decoding/Frame serving: X264/LAVF
- Audio Settings: AC3=1 DTS=1 HD=1 Kbs=640
[12:22:26] PHASE ONE, Encoding
- [12:22:26] Processing: VID_00004 (1 of 9)
- [12:22:26] Extracting A/V streams [VID_00004]
- [12:24:21] Reencoding video [VID_00004]
- [12:24:21] Keeping original video (no reencode)
- [12:24:21] Processing audio tracks
- Track 4352 (eng): Keeping original audio
- [12:24:21] Processing: VID_00006 (2 of 9)
- [12:24:21] Extracting A/V streams [VID_00006]
- [12:25:06] Reencoding video [VID_00006]
- Source Video: VC-1, 1920x1080
- Rate/Length: 23.976fps, 29,689 frames
- Bitrate: 28,685 Kbs
- [12:25:06] Reencoding: VID_00006, Pass 1 of 1
- [12:31:38] Video Encode complete
- [12:31:38] Processing: VID_00005 (3 of 9)
- [12:31:38] Extracting A/V streams [VID_00005]
- [12:32:12] Reencoding video [VID_00005]
- Source Video: VC-1, 1920x1080
- Rate/Length: 23.976fps, 16,585 frames
- Bitrate: 35,000 Kbs
- [12:32:12] Reencoding: VID_00005, Pass 1 of 1
- [12:36:14] Video Encode complete
- [12:36:14] Processing: VID_00007 (4 of 9)
- [12:36:14] Extracting A/V streams [VID_00007]
- [12:36:35] Reencoding video [VID_00007]
- Source Video: VC-1, 1920x1080
- Rate/Length: 23.976fps, 9,529 frames
- Bitrate: 35,000 Kbs
- [12:36:35] Reencoding: VID_00007, Pass 1 of 1
- [12:38:53] Video Encode complete
- [12:38:53] Processing: VID_00008 (5 of 9)
- [12:38:53] Extracting A/V streams [VID_00008]
- [12:39:21] Reencoding video [VID_00008]
- Source Video: VC-1, 1920x1080
- Rate/Length: 23.976fps, 17,593 frames
- Bitrate: 28,279 Kbs
- [12:39:21] Reencoding: VID_00008, Pass 1 of 1
- [12:43:13] Video Encode complete
- [12:43:13] Processing: VID_00009 (6 of 9)
- [12:43:13] Extracting A/V streams [VID_00009]
- [12:43:32] Reencoding video [VID_00009]
- Source Video: VC-1, 1920x1080
- Rate/Length: 23.976fps, 9,409 frames
- Bitrate: 33,044 Kbs
- [12:43:32] Reencoding: VID_00009, Pass 1 of 1
- [12:45:28] Video Encode complete
- [12:45:28] Processing: VID_00010 (7 of 9)
- [12:45:28] Extracting A/V streams [VID_00010]
- [12:45:57] Reencoding video [VID_00010]
- Source Video: VC-1, 1920x1080
- Rate/Length: 23.976fps, 15,009 frames
- Bitrate: 34,855 Kbs
- [12:45:57] Reencoding: VID_00010, Pass 1 of 1
- [12:49:32] Video Encode complete
- [12:49:32] Processing: VID_00011 (8 of 9)
- [12:49:32] Extracting A/V streams [VID_00011]
- [12:49:53] Reencoding video [VID_00011]
- Source Video: VC-1, 1920x1080
- Rate/Length: 23.976fps, 9,369 frames
- Bitrate: 35,000 Kbs
- [12:49:53] Reencoding: VID_00011, Pass 1 of 1
- [12:52:09] Video Encode complete
- [12:52:09] Processing: VID_00012 (9 of 9)
- [12:52:09] Extracting A/V streams [VID_00012]
- [12:52:33] Reencoding video [VID_00012]
- Source Video: VC-1, 1920x1080
- Rate/Length: 23.976fps, 9,865 frames
- Bitrate: 35,000 Kbs
- [12:52:33] Reencoding: VID_00012, Pass 1 of 1
- [12:55:02] Video Encode complete
[12:55:02]PHASE ONE complete
[12:55:02]PHASE TWO - Rebuild Started
- [12:55:02] Rebuilding BD file Structure
- Failed in attempt to multiplex: MUX_MOVIE_ONLY.meta
- Not enought buffer for parse video stream. Current frame num 10139
[17:21:19] - Failed to REBUILD

jdobbs
2nd May 2018, 15:57
1. The error is coming from TSMUXER. Typically that means a corrupt source... but, I don't think so in this case.

2. There is nothing in a source that says "I'm the main movie." So BD-RB uses a series of checks to look for in each playlist to determine which is the most likely. It's right 99+% of the time, but in this case it looks like it didn't. If it's choosing the wrong playlist, use the "Other Movie-Only Playlist" selection from the MODE menu and choose the playlist for the main feature. But... the one it's selecting looks like it is almost 12GB, which is pretty large for an extra. If it is wrong, that may fix your issue.

3. Now... with that said -- there is another obvious problem for this playlist. The first section of the playlist (VID_00004) is being kept intact while the rest of the playlist (VID_00006, VID_00007... etc) are being encoded. That means the first section is VC-1 and the others are AVC. That is illegal, should never happen, and is likely the source of the issue. So there is something going wrong in BD-RB that I will have to investigate.

If this playlist actually is the movie... you can add

FORCE_NOENCODE=1

to the [Options] area of your BDREBUILDER.INI file. This should make BD-RB keep the entire stream intact, and since the length will easily fit on the target there would be no need to reencode.

If, however, you ran into a situation where it wouldn't fit, or where you needed it to be AVC rather than VC-1, you could add (instead):

FORCE_ENCODE=1

That would make sure the source is reencoded, even if it would fit without doing so.

If you use either option, it's a good idea to remove it after you are done to avoid issues with other discs.

HomeDepot4
2nd May 2018, 17:11
Thanks for helping clear that up. It looks like it 'picked' a 1 hour 28 minute extra that is included in the movie. I tried your suggestion of using the -other movie method and am encoding an MKV. When I get home I will try to burn the the BDR and report back.

Thank you!

slimm
2nd May 2018, 17:38
Just wanted to thank you again for this software. A gift card has been sent your way.

jdobbs
2nd May 2018, 18:08
Just wanted to thank you again for this software. A gift card has been sent your way.Thank you. Your support is appreciated.

Blurayhd
3rd May 2018, 01:14
http://lathe-of-heaven.com/sigh1.gif

I have to say it you make me laugh

Lathe
3rd May 2018, 01:37
I have to say it you make me laugh

http://lathe-of-heaven.com/banana01.gif http://lathe-of-heaven.com/banana02.gif http://lathe-of-heaven.com/banana03.gif http://lathe-of-heaven.com/banana04.gif http://lathe-of-heaven.com/banana05.gif

geheim
3rd May 2018, 06:22
Hey jdobbs, do you have any news about UHD compatibility of BDRB?? Could you figure out the muxing problems??

gonca
3rd May 2018, 23:20
I have to say it you make me laugh

He's used that one so many times that it is old, not original or funny anymore
Unless you are talking about his capabilities:D:D

Lathe
3rd May 2018, 23:24
He's used that one so many times that it is old, not original or funny anymore
Unless you are talking about his capabilities:D:D

I think a certain someone needs a nice little trip to the woods...

http://lathe-of-heaven.com/Beating a dead horse3.gif

gonca
4th May 2018, 00:02
That is an old one as well, get a new script writer

Blurayhd
6th May 2018, 21:28
For encoding my Bluray disc I use so far my pc desktop but I wonder if I can use my laptop for this job? I mean I dont want to my laptop explode or hardware problems I have a Dell Inspiron 17 5000 series with I5 7th gen and 8gb ddr4 and the hot air is disiping to the back, just for try I started some encode and can notice that encode takes several hours so I cancel it and for that I asking to you this

what do you say? can I the encode process too much for my processor, my hardware etc considering the serveral hours or what?

Thank you in advance!!

jdobbs
7th May 2018, 01:18
For encoding my Bluray disc I use so far my pc desktop but I wonder if I can use my laptop for this job? I mean I dont want to my laptop explode or hardware problems I have a Dell Inspiron 17 5000 series with I5 7th gen and 8gb ddr4 and the hot air is disiping to the back, just for try I started some encode and can notice that encode takes several hours so I cancel it and for that I asking to you this

what do you say? can I the encode process too much for my processor, my hardware etc considering the serveral hours or what?

Thank you in advance!!I can't imagine whey it would be an issue... lots of people use notebooks for BD encoding.

Blurayhd
7th May 2018, 05:43
I can't imagine whey it would be an issue... lots of people use notebooks for BD encoding.

Thank you for answer me Jdobbs but you know, you said me days or weeks ago x264 takes the full load of processor (thanks for teach me about it), and I dont know if the encoding proces will be 7 hours, 14 hours you think so.

I really hope you dont mind of I wait if more people around here maybe could tell me and give me they opinion?

Blurayhd
7th May 2018, 06:51
I can't imagine whey it would be an issue... lots of people use notebooks for BD encoding.

Dear Jdobbs please dont get me wrong I appreciate that you told me I really do, I just wish some more opinions about it

Thank you again have a nice week!!

drmih
7th May 2018, 17:31
I only use a laptop nowadays for all encoding - if it's got a GPU all the better, as you can do BD or UHD compressions in about 30 mins. Unless you seriously overclock the CPU / GPU, any pc or laptop should cope with whatever you throw at it - they are specified to have some margin (hence why you can over-clock them).

LowDead
7th May 2018, 17:42
For encoding my Bluray disc I use so far my pc desktop but I wonder if I can use my laptop for this job? I mean I dont want to my laptop explode or hardware problems I have a Dell Inspiron 17 5000 series with I5 7th gen and 8gb ddr4 and the hot air is disiping to the back, just for try I started some encode and can notice that encode takes several hours so I cancel it and for that I asking to you this

what do you say? can I the encode process too much for my processor, my hardware etc considering the serveral hours or what?

Thank you in advance!!

Yeah you are good to go. Make sure there isn't any dust clogging the fan ports on the back though.

//LD

Blurayhd
7th May 2018, 18:40
I only use a laptop nowadays for all encoding - if it's got a GPU all the better, as you can do BD or UHD compressions in about 30 mins. Unless you seriously overclock the CPU / GPU, any pc or laptop should cope with whatever you throw at it - they are specified to have some margin (hence why you can over-clock them).

I have to say it, please excuse me Jdobbs I know this is Bd rebuilder post but as an example I´m using for others encoding that Rebuilder still doesnt, I´m using the GPU with encodings almost maybe 1hour and half and it is ok but I dont know about if using Bd rebuilder maybe 10 hours, 14 hours I dont want hardware problems

My laptop GPU is integrated Intel HD 620 with 128gb mb.

Of course it will be amazing if BD rebuilder could have the GPU option but I think if Jdobbs not put this option yet is for something

So you think or you are saying the laptop can work full load almost 14 hours?

Thank you again!!

Blurayhd
7th May 2018, 18:42
Yeah you are good to go. Make sure there isn't any dust clogging the fan ports on the back though.

//LD

Same the last post, thank you Lowdead so you´re sayng I can go with full load almost 14 hours? please excuse me English is my second language and some times is hard to me to explain or tell or saying but I do m best!!, the hardware specs are:

GPU Intel Integrated HD 620 with 128mb

8gb DDR4

Processor I5 7th gen

Just for ask, there is no way to add some more memory to integrated GPU from the RAM? I read can be possible with pc Desktop but no idea with laptop

Ch3vr0n
7th May 2018, 19:01
You can't add ram, as it's likely 'virtual' ram taken from the actual total ram in the laptop. However if you know how to get into the laptops BIOS and know your way around, it may potentially be possible to assign more. However, bdrb mainly uses x264/265 depending on the type of conversion you'll do. That's CPU demanding, not the built-in GPU part.

You should be fine if the cooler is up to the task. As the CPU will be under full load normally. Now, that will create heat, which the cooler will need to be capable of blowing out, do the vents need to be clear from dust (and nothing blocking them).

As to potential damage, in the old days when cpu's got too hot and cooling want to to today's standards they could indeed get damaged. Today, a CPU will shut itself off when it gets too hot to prevent that from happening.

Sent from my Nexus 6P with Tapatalk

Blurayhd
7th May 2018, 23:43
You can't add ram, as it's likely 'virtual' ram taken from the actual total ram in the laptop. However if you know how to get into the laptops BIOS and know your way around, it may potentially be possible to assign more. However, bdrb mainly uses x264/265 depending on the type of conversion you'll do. That's CPU demanding, not the built-in GPU part.

You should be fine if the cooler is up to the task. As the CPU will be under full load normally. Now, that will create heat, which the cooler will need to be capable of blowing out, do the vents need to be clear from dust (and nothing blocking them).

As to potential damage, in the old days when cpu's got too hot and cooling want to to today's standards they could indeed get damaged. Today, a CPU will shut itself off when it gets too hot to prevent that from happening.

Sent from my Nexus 6P with Tapatalk

Thank you Ch3vr0n

Jdobbs there´s some way to add an option or button in Bd rebuilder that you can pause the encoding and continue? so we dont have to start all the encoding again...

jdobbs
8th May 2018, 23:40
You can stop at any time... but it will always have to resume at the beginning of a current pass (x264 doesn't have a way of which I'm aware to resume an encode pass). I'm not aware of a way to pause only a process. That doesn't mean it doesn't necessarily exist, only that I'm not familiar with it (if it does exist).

Lathe
9th May 2018, 01:33
That doesn't mean it doesn't necessarily exist, only that I'm not familiar with it (if it does exist).

But, if it DOESN'T exist and you DO know about it...?

Ahhhhh... then you'd have something...

MrVideo
9th May 2018, 03:28
You can stop at any time... but it will always have to resume at the beginning of a current pass (x264 doesn't have a way of which I'm aware to resume an encode pass). I'm not aware of a way to pause only a process. That doesn't mean it doesn't necessarily exist, only that I'm not familiar with it (if it does exist).
Under Windoze I do not think you can. I have the cygwin tools installed and start my encoding via the Zshell. One is able to Ctrl-Z (stop) the script, but I do not think that the x264 executable will accept the stop. It should under Unix/Linux, but this isn't Unix/Linux, even with the cygwin tools. Windoze architecture must still be honored.

I just tried it with a 2nd pass of the x264 encoder. The script I use to do all of my encodings indeed was suspended (stopped), but the x264 encoder kept right on ticking.

Mediogre
11th May 2018, 06:57
You can stop at any time... but it will always have to resume at the beginning of a current pass (x264 doesn't have a way of which I'm aware to resume an encode pass). I'm not aware of a way to pause only a process. That doesn't mean it doesn't necessarily exist, only that I'm not familiar with it (if it does exist).

Process Explorer allows you to suspend a process. Just find the x264.exe process in its window, right-click on it and select suspend. It's worked well for me in the past.

MrVideo
11th May 2018, 08:40
Process Explorer allows you to suspend a process. Just find the x264.exe process in its window, right-click on it and select suspend. It's worked well for me in the past.
Interesting. I'll have to remember that.

mparade
12th May 2018, 11:12
@jdobbs

Will BD-RB have an option for chosing DGDecNV as the frameserver for UHD-BD encodings? I have a Pascal Card and latest DGDecNV now supports decoding of HEVC upto 12-bit without any issue. I have tested it and is working flawlessly.

Thanks for this amazing software.

mparade
12th May 2018, 12:25
Is it possible to use Full Backup mode in case of BD3D source (including menus and extras) without reencoding the video (keeping intact)? I just want to throw out unwanted audio streams, reencode the English HD track to AC3 5.1 while keeping an other AC3 5.1 track of the main movie.

Giving thanks to any answer. :)