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
15th October 2010, 01:07
Yeah, I'm talking about 1080i (sorry, I jumped in a quote from a few months back on you long after the context had been lost). It's a very high quality bobbing deinterlacer. (Actually, I use QTGMC (http://forum.doom9.org/showthread.php?t=156028) as shortcut to specify fast but quite-sufficient quality for HD.) I *can* kinda, sorta get it to work by tossing out every other frame post-bobbing (I want to use it to bob deinterlace and then resize to 720p), so that BD-RB's insertion of assumefps(30000,1001) doesn't throw off duration and sync. Like so:

i:BlackmanResize( 1280, height, taps=5 )
i:QTGMC( Preset="Very Fast", EdiMode="nnedi3" ).SelectEven()
i:BlackmanResize( width, 720, taps=5 )

But I'm dropping half the temporal resolution and x264 is still being given the -tff command, making it encode as if it were interlaced material and losing 8-15% bitrate efficiency.

You're right that HD and SD would additionally need to be distinguished. Like an additional couple of avisynth prefixes, besides the i:, e:, etc. - one for SD and one for HD.

*Or*, an option to specify one's own 1) deinterlacing method and 2) resizing method, quite apart from the avisynth filters section, would seem to cover all the bases? Like, besides just "Resize 1080p to 720p", have a suboption for *how*. And besides "use DECOMB filter on interlaced source", have a suboption for *how*? Perhaps configurable only as a hidden setting? I think a hidden option is a good idea. If I start throwing out that sort of thing in the SETUP dialog I'd be answering questions for the following three weeks. Just adding IVTC in the last release filled up my e-mail box with questions -- and it was done automatically.

Snarko
15th October 2010, 01:34
I think a hidden option is a good idea. If I start throwing out that sort of thing in the SETUP dialog I'd be answering questions for the following three weeks. Just adding IVTC in the last release filled up my e-mail box with questions -- and it was done automatically.

I guess this belongs more in the feature request thread, now. Anyway, thanks for any consideration you may give to user-selected deinterlacing and/or resizing!

SoniG
15th October 2010, 01:47
I try new ones all the time, and almost every time something will create a new issue. It never seems to be consistent. One time it may be MPEG-2, the next time it may be an audio problem. I'd certainly like to use newer releases -- but it has to work across lots of different CODECS for Blu-ray support. All I can say is that if you use one of the two I suggest, directshow support for X264 is solid.
OK, thanks for your answer. It was to enjoy new DXVA playback features but I can live without it.

waynezo
15th October 2010, 03:15
BD Rebuilder works several times for me in the past, but now I get a windows popup error message "wavi.exe has stopped working"

Here is the lines a get in the log before the error :

[19:02:05] BD Rebuilder v0.33.04 (beta)
- Source: 82860856_DAVE_MATTHEWS_DISC_1
- Input BD size: 40.47 GB
- Approximate total content: [02:55:19.901]
- Target BD size: 7.72 GB
- Windows Version: 6.1 [7600]
- Audio Settings: AC3=1 DTS=1 HD=0 Kbs=640
[19:02:07] PHASE ONE, Encoding
- [19:02:07] Extracting A/V streams [VID_00012]
- [19:02:08] Reencoding: VID_00012 (1 of 4)

And this is from the cmd window:

C:\BD_Rebuilder>"C:\BD_Rebuilder\tools\wavi.exe" "D:\WORKING\WORKFILES\AUD_00012
_4352.AVS" - | "C:\BD_Rebuilder\tools\aften.exe" -v 1 -b 224 -readtoeof 1 - "D
:\WORKING\WORKFILES\AUD_00012_4352.AC3"

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

Does anybody has a clue about what is the problem ?

Thanks,

Olivier


I'm having the same problem only when the original file is LPCM

waynezo
15th October 2010, 03:18
BD Rebuilder works several times for me in the past, but now I get a windows popup error message "wavi.exe has stopped working"

Here is the lines a get in the log before the error :

[19:02:05] BD Rebuilder v0.33.04 (beta)
- Source: 82860856_DAVE_MATTHEWS_DISC_1
- Input BD size: 40.47 GB
- Approximate total content: [02:55:19.901]
- Target BD size: 7.72 GB
- Windows Version: 6.1 [7600]
- Audio Settings: AC3=1 DTS=1 HD=0 Kbs=640
[19:02:07] PHASE ONE, Encoding
- [19:02:07] Extracting A/V streams [VID_00012]
- [19:02:08] Reencoding: VID_00012 (1 of 4)

And this is from the cmd window:

C:\BD_Rebuilder>"C:\BD_Rebuilder\tools\wavi.exe" "D:\WORKING\WORKFILES\AUD_00012
_4352.AVS" - | "C:\BD_Rebuilder\tools\aften.exe" -v 1 -b 224 -readtoeof 1 - "D
:\WORKING\WORKFILES\AUD_00012_4352.AC3"

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

Does anybody has a clue about what is the problem ?

Thanks,

Olivier

I have the same problem only with LPCM

waynezo
15th October 2010, 04:18
I just ran a job with LPCM 2ch audio. It worked correctly. I'd suggest you remove and reinstall BD-RB and all helper apps.

[Edit] One other thought. When converting LPCM, BD-RB uses AVISYNTH's "DirectshowSource()" filter. I would recommend you open up FFDSHOW's "Audio Decoder Configuration" -- and under the codecs list set "Uncompressed" to "All Supported" -- just in case there is no inherent DirectShow decoder for LPCM enabled on your system.

I set "Uncompressed" to "All Supported" but still get the error.
I've attached a screenshot

klas
15th October 2010, 07:13
You need to post the entire log, not just the parts you want me to see. Posting little pieces always makes me assume there is something you don't want me to see. Use "CODE" to wrap it (the "#" symbol at the top of the reply dialog) so it doesn't fill the page (it becomes scrollable).

The problem is the audio not the video. I thought the answer would be simple and quick.
Not an answer full of suspicions

waynezo
15th October 2010, 13:59
That just means no DOS style ERRCODE is being returned from the WAVI process. You'll probably end up with a different error later when it tries to rebuild -- either that or the zero length output file will get muxed and your audio will be silent (most likely).

I'd need more information to try and figure out why you're getting the error. The audio .AVS file of the affected M2TS/track would help (AUD_XXXXX_YYYY.AVS, XXXX=M2TS number, YYYY=PID) . It would also be nice to know what disc you're attempting.

One thing to remember is that if you are doing a movie-only to BD-9 and have "strict AVCHD" selected, the DTS audio is going to be reencoded to AC3 (even with "do not convert dts to ac3" selected). "Strict AVCHD" tells BD-RB that you want to stay compliant with the AVCHD standard -- and DTS doesn't exist in that standard. For a better explanation, read that section in the BD-RB FAQ post (it's a sticky in this sub forum).

A little confusion on my part: If you're only keeping LPCM, why are you bringing up the "do not convert DTS" flag? BTW, LPCM is always converted for BD-9... it's too big to keep.

The finished disc (Diana Krall Live in Rio) plays fine has DD 2.0. BDRB stops working until I close the wavi.exe message then goes on to finish the disc. Since I don't have a HDMI capable AVR and use digital coaxial to connect, do I need LPCM?

AUD_00006_4352.AVS

#Created by BD Rebuilder - v0.35.01 (beta)
LoadPlugin("C:\BD Rebuilder\BD_Rebuilder\tools\nicaudio.dll")
audio=DirectshowSource("00006.track_4352.wav").Amplify(1.2)
audio = (AudioChannels(audio) > 6) ? GetChannel(audio,1,2,3,4,7,8) : audio
ConvertAudioTo16bit(ResampleAudio(audio, 48000))

waynezo
15th October 2010, 14:09
The finished disc (Diana Krall Live in Rio) plays fine has DD 2.0. BDRB stops working until I close the wavi.exe message then goes on to finish the disc. Since I don't have a HDMI capable AVR and use digital coaxial to connect, do I need LPCM?

AUD_00006_4352.AVS

#Created by BD Rebuilder - v0.35.01 (beta)
LoadPlugin("C:\BD Rebuilder\BD_Rebuilder\tools\nicaudio.dll")
audio=DirectshowSource("00006.track_4352.wav").Amplify(1.2)
audio = (AudioChannels(audio) > 6) ? GetChannel(audio,1,2,3,4,7,8) : audio
ConvertAudioTo16bit(ResampleAudio(audio, 48000))

This is the windows log for the app

Error 10/15/2010 8:37:29 AM Application Error 1000 (100)

Log Name: Application
Source: Application Error
Date: 10/15/2010 8:37:29 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: Waynezo-i7-920
Description:
Faulting application name: wavi.exe, version: 0.0.0.0, time stamp: 0x46c49fdf
Faulting module name: ntdll.dll, version: 6.1.7600.16559, time stamp: 0x4ba9b29c
Exception code: 0xc0000374
Fault offset: 0x000cdc9b
Faulting process id: 0x1f18
Faulting application start time: 0x01cb6c65b9ef6da3
Faulting application path: C:\BD Rebuilder\BD_Rebuilder\tools\wavi.exe
Faulting module path: C:\Windows\SysWOW64\ntdll.dll
Report Id: f87d91d9-d858-11df-83c6-90e6ba2fb081
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2010-10-15T12:37:29.000000000Z" />
<EventRecordID>196527</EventRecordID>
<Channel>Application</Channel>
<Computer>Waynezo-i7-920</Computer>
<Security />
</System>
<EventData>
<Data>wavi.exe</Data>
<Data>0.0.0.0</Data>
<Data>46c49fdf</Data>
<Data>ntdll.dll</Data>
<Data>6.1.7600.16559</Data>
<Data>4ba9b29c</Data>
<Data>c0000374</Data>
<Data>000cdc9b</Data>
<Data>1f18</Data>
<Data>01cb6c65b9ef6da3</Data>
<Data>C:\BD Rebuilder\BD_Rebuilder\tools\wavi.exe</Data>
<Data>C:\Windows\SysWOW64\ntdll.dll</Data>
<Data>f87d91d9-d858-11df-83c6-90e6ba2fb081</Data>
</EventData>
</Event>

jdobbs
15th October 2010, 15:22
@waynezo

That's now 6 posts all reporting the same error. Here is a quote from the first post of this thread:If you decide to download and test -- please post any errors you find in this thread. Don't push bug resolution or keep asking for a fix. I will get to the reported bugs, but only when I can find the time.Review rules #8 and #11. Further abuse will result in a strike.

waynezo
15th October 2010, 15:24
I have BDRB installed on a folder on the C drive (not program files) How do I uninstall/reinstall?

jdobbs
15th October 2010, 15:26
The problem is the audio not the video. I thought the answer would be simple and quick.
Not an answer full of suspicions Klas. I'm not being "suspicious" -- there is information in the log that can help find problems -- and all too often people leave out the results of the INSPECT in the log because they are convinced it isn't the cause and don't want to change their versions of the support software when it says "incorrect". It almost always is the cause, though... In an earlier post I even had one user who edited his log and replaced "not recommended version" with "ok".

Actually in my first response to this post I had confused you with him. I apologize for that.

jdobbs
15th October 2010, 15:28
I have BDRB installed on a folder on the C drive (not program files) How do I uninstall/reinstall? Delete it. Also, as I said, uninstall FFDSHOW, HAALI, and AVISYNTH, then delete their folders, and reinstall them -- USING ONLY THE VERSIONS FROM THE FIRST POST OF THIS THREAD.

Can you provide a directory listing of the WORKFILE folder?

waynezo
15th October 2010, 16:10
Delete it. Also, as I said, uninstall FFDSHOW, HAALI, and AVISYNTH, then delete their folders, and reinstall them -- USING ONLY THE VERSIONS FROM THE FIRST POST OF THIS THREAD.

Can you provide a directory listing of the WORKFILE folder?

T:\0bdrb test\WORKFILES

Thanks for your hard work on this software. I will do a complete reinstall per instructions and report back on results.

I'm anxious to get this bug fixed because I am so impressed with the quality on a BD9.

longtom
15th October 2010, 16:41
T:\0bdrb test\WORKFILES

Thanks for your hard work on this software. I will do a complete reinstall per instructions and report back on results.

I'm anxious to get this bug fixed because I am so impressed with the quality on a BD9.

I think he wants the files listing INSIDE the folder. :rolleyes:

waynezo
15th October 2010, 17:19
This is the contents of the workfile folder.

COMMENT Karen's Directory Printer v5.3.2
COMMENT © 1997, 1999-2002, 2004-2005, 2007-2008 by Karen Kenworthy, All Rights Reserved
COMMENT http://www.karenware.com/
COMMENT
COMMENT Lines beginning with "COMMENT" (like this one) contain comments or explanations.
COMMENT They do not contain any information about particular files or folders.
COMMENT
COMMENT Lines beginning with "FILE" contain information about a Single File.
COMMENT Here's the information found in those lines:
COMMENT Attributes <TAB> Date Created <TAB> Date Last Modified <TAB> Date Last Accessed <TAB> File Size <TAB> File Name
COMMENT
COMMENT Lines beginning with "FOLDER" contain information about a Single Folder.
COMMENT Here's the information found in those lines:
COMMENT Full Name (Path+Folder) <TAB> Attributes <TAB> Number of Sub-Folders <TAB> Number of Files <TAB> Folder Size <TAB> Compressed Size
COMMENT
COMMENT Lines beginning with "TOTAL" contain information about a Folder, and all its Sub-Folders.
COMMENT Here's the information found in those lines:
COMMENT Full Name (Path+Folder) <TAB> Attributes <TAB> Number of Sub-Folders <TAB> Number of Files <TAB> Folder Size <TAB> Compressed Size
COMMENT
COMMENT Computer: WAYNEZO-I7-920
COMMENT User: Waynezo
COMMENT Prepared: 12:15 10/15/2010
COMMENT Folder: T:\0BDRB\WORKFILES\
COMMENT Include Sub-Folders? Yes
COMMENT
FOLDER T:\0BDRB\WORKFILES\ ------- 0 70 1,452,066,400 1,452,066,400
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 388 00000.clpi
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 2,654,208 00000.m2ts
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 388 00001.clpi
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 2,512,896 00001.m2ts
FILE ---A---- 10/15/2010 11:59 10/15/2010 11:59 10/15/2010 11:59 432 00002.clpi
FILE ---A---- 10/15/2010 11:59 10/15/2010 11:59 10/15/2010 11:59 6,494,208 00002.m2ts
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 560,896 00002.track_4352.ac3
FILE ---A---- 10/15/2010 12:10 10/15/2010 12:10 10/15/2010 12:10 107,151,360 00004.track_4113.264
FILE ---A---- 10/15/2010 12:10 10/15/2010 12:10 10/15/2010 12:10 7,864,320 00004.track_4352.wav
FILE ---A---- 10/15/2010 12:10 10/15/2010 12:10 10/15/2010 12:10 2,352 00006.clpi
FILE ---A---- 10/15/2010 12:10 10/15/2010 12:10 10/15/2010 12:10 392,374,272 00006.m2ts
FILE ---A---- 10/15/2010 12:03 10/15/2010 12:03 10/15/2010 12:03 57,273,668 00006.track_4352.wav
FILE ---A---- 10/15/2010 12:03 10/15/2010 12:03 10/15/2010 12:03 1,104 00008.clpi
FILE ---A---- 10/15/2010 12:03 10/15/2010 12:03 10/15/2010 12:03 113,129,472 00008.m2ts
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:01 10/15/2010 12:01 8,573,440 00008.track_4352.ac3
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:01 10/15/2010 12:01 8,573,440 00008.track_4353.ac3
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:01 10/15/2010 12:01 8,573,440 00008.track_4354.ac3
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:01 10/15/2010 12:01 1,104 00009.clpi
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:01 10/15/2010 12:01 112,988,160 00009.m2ts
FILE ---A---- 10/15/2010 11:59 10/15/2010 11:59 10/15/2010 11:59 8,573,440 00009.track_4352.ac3
FILE ---A---- 10/15/2010 11:59 10/15/2010 11:59 10/15/2010 11:59 8,573,440 00009.track_4353.ac3
FILE ---A---- 10/15/2010 11:59 10/15/2010 11:59 10/15/2010 11:59 8,573,440 00009.track_4354.ac3
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 190 AUD_00000.meta
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 190 AUD_00001.meta
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 294 AUD_00002.meta
FILE ---A---- 10/15/2010 11:59 10/15/2010 11:59 10/15/2010 11:59 803,840 AUD_00002_4352.AC3
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 290 AUD_00002_4352.AVS
FILE ---A---- 10/15/2010 12:10 10/15/2010 12:10 10/15/2010 12:10 295 AUD_00004.meta
FILE ---A---- 10/15/2010 12:03 10/15/2010 12:03 10/15/2010 12:03 295 AUD_00006.meta
FILE ---A---- 10/15/2010 12:08 10/15/2010 12:10 10/15/2010 12:08 8,353,408 AUD_00006_4352.AC3
FILE ---A---- 10/15/2010 12:03 10/15/2010 12:03 10/15/2010 12:03 294 AUD_00006_4352.AVS
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:01 10/15/2010 12:01 502 AUD_00008.meta
FILE ---A---- 10/15/2010 12:03 10/15/2010 12:03 10/15/2010 12:03 8,576,000 AUD_00008_4352.AC3
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:01 10/15/2010 12:01 290 AUD_00008_4352.AVS
FILE ---A---- 10/15/2010 12:03 10/15/2010 12:03 10/15/2010 12:03 8,576,000 AUD_00008_4353.AC3
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:01 10/15/2010 12:01 290 AUD_00008_4353.AVS
FILE ---A---- 10/15/2010 12:03 10/15/2010 12:03 10/15/2010 12:03 8,576,000 AUD_00008_4354.AC3
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:01 10/15/2010 12:01 290 AUD_00008_4354.AVS
FILE ---A---- 10/15/2010 11:59 10/15/2010 11:59 10/15/2010 11:59 502 AUD_00009.meta
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:01 10/15/2010 12:01 8,576,000 AUD_00009_4352.AC3
FILE ---A---- 10/15/2010 11:59 10/15/2010 11:59 10/15/2010 11:59 290 AUD_00009_4352.AVS
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:01 10/15/2010 12:01 8,576,000 AUD_00009_4353.AC3
FILE ---A---- 10/15/2010 11:59 10/15/2010 11:59 10/15/2010 11:59 290 AUD_00009_4353.AVS
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:01 10/15/2010 12:01 8,576,000 AUD_00009_4354.AC3
FILE ---A---- 10/15/2010 11:59 10/15/2010 11:59 10/15/2010 11:59 290 AUD_00009_4354.AVS
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 182 MUX_00000.meta
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 182 MUX_00001.meta
FILE ---A---- 10/15/2010 11:59 10/15/2010 11:59 10/15/2010 11:59 240 MUX_00002.meta
FILE ---A---- 10/15/2010 12:10 10/15/2010 12:10 10/15/2010 12:10 240 MUX_00006.meta
FILE ---A---- 10/15/2010 12:03 10/15/2010 12:03 10/15/2010 12:03 356 MUX_00008.meta
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:01 10/15/2010 12:01 356 MUX_00009.meta
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 216 VID_00000.AVS
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 2,480,387 VID_00000.AVS.264
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 30,839 VID_00000.AVS.264.stats
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 216 VID_00001.AVS
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 2,346,476 VID_00001.AVS.264
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 31,005 VID_00001.AVS.264.stats
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:58 10/15/2010 11:58 216 VID_00002.AVS
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:59 10/15/2010 11:58 5,274,809 VID_00002.AVS.264
FILE ---A---- 10/15/2010 11:58 10/15/2010 11:59 10/15/2010 11:58 39,841 VID_00002.AVS.264.stats
FILE ---A---- 10/15/2010 12:03 10/15/2010 12:03 10/15/2010 12:03 217 VID_00006.AVS
FILE ---A---- 10/15/2010 12:03 10/15/2010 12:08 10/15/2010 12:03 365,348,538 VID_00006.AVS.264
FILE ---A---- 10/15/2010 12:03 10/15/2010 12:08 10/15/2010 12:03 1,014,116 VID_00006.AVS.264.stats
FILE ---A---- 10/15/2010 12:03 10/15/2010 12:03 10/15/2010 12:03 19 VID_00006.CHP
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:01 10/15/2010 12:01 217 VID_00008.AVS
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:03 10/15/2010 12:01 79,924,393 VID_00008.AVS.264
FILE ---A---- 10/15/2010 12:01 10/15/2010 12:03 10/15/2010 12:01 359,278 VID_00008.AVS.264.stats
FILE ---A---- 10/15/2010 11:59 10/15/2010 11:59 10/15/2010 11:59 217 VID_00009.AVS
FILE ---A---- 10/15/2010 11:59 10/15/2010 12:01 10/15/2010 11:59 79,786,875 VID_00009.AVS.264
FILE ---A---- 10/15/2010 11:59 10/15/2010 12:01 10/15/2010 11:59 359,261 VID_00009.AVS.264.stats
TOTAL T:\0BDRB\WORKFILES\ ------- 0 70 1,452,066,400 1,452,066,400

waynezo
15th October 2010, 18:19
I carefully uninstalled programs and deleted folders, cleaned the reg, restarted PC, and reinstalled everything to no avail.
BDRB works perfect for everything except it stops until the wavi.exe message is closed.

If I can't find a solution I may just deselect LPCM.

Other than lossless sound is there any other reason I would want the LPCM track?

Could this problem be related to the Diana Krall Blu-Ray itself?

Any advice will be greatly appreciated

Capsbackup
15th October 2010, 19:21
If I can't find a solution I may just deselect LPCM.
Other than lossless sound is there any other reason I would want the LPCM track?


Why not try without LPCM? :confused:
I can see no reason why you need LPCM, especially on a backup.
When you have a BD-50 disc, there is plenty of room for all this lossless audio, and also normally true for BD-25. But not aways. Just look in the Workfiles folder and add up all the audio files that are there, especially with concert Blu-rays.

jdobbs
15th October 2010, 19:29
I carefully uninstalled programs and deleted folders, cleaned the reg, restarted PC, and reinstalled everything to no avail.
BDRB works perfect for everything except it stops until the wavi.exe message is closed.

If I can't find a solution I may just deselect LPCM.

Other than lossless sound is there any other reason I would want the LPCM track?

Could this problem be related to the Diana Krall Blu-Ray itself?

Any advice will be greatly appreciated I'm a little surprised by the directory listing. I thought the WAV files would be larger... It's dying when trying to reencode 00006? It seems like it would first try to do 00004?

A copy of the log from the attempt would make it a lot easier. I don't even know if you're doing movie-only or full backup.

waynezo
15th October 2010, 20:18
I'm a little surprised by the directory listing. I thought the WAV files would be larger... It's dying when trying to reencode 00006? It seems like it would first try to do 00004?

A copy of the log from the attempt would make it a lot easier. I don't even know if you're doing movie-only or full backup.

I'm doing full backup. 00006 is the first file it processes with LPCM.
Not just the main movie, but any section with LPCM will create the windows error message and BDRB will pause. Once I close the message BDRB will continue and successfully create backup BD9.
When I set for BD25 and check keep HD audio I don't get error message. Only for BD9 on LPCM.
When I get the windows error message BDRB doesn't crash only pauses.
Are there any settings I can tweak under properties of the wavi.exe file or hiddenopts?

Below is the log BDRB didn't crash I aborted after the error message.
It seems to do the smaller sections first and the main movie last.
I tried to send 00006 wav file by gmail, but it is too large 55mb.


[14:48:22] BD Rebuilder v0.35.01 (beta)
- Source: DIANA_KRALL
- Input BD size: 34.75 GB
- Approximate total content: [02:32:35.312]
- Target BD size: 7.84 GB
- Windows Version: 6.1 [7600]
- Auto Quality: Better (Faster), Two Pass
- Audio Settings: AC3=1 DTS=1 HD=0 Kbs=640
[14:48:25] PHASE ONE, Encoding
- [14:48:25] Extracting A/V streams [VID_00001]
- [14:48:26] Reencoding: VID_00001 (1 of 9)
- [14:48:26] Collecting video information
- Source Video: MPEG-4 (AVC), 1920x1080
- Rate/Length: 29.970fps, 300 frames
- [14:48:26] Reencoding: VID_00001, Pass 1 of 1
- [14:48:29] Video Encode complete
- [14:48:29] Reencoding audio tracks (if req'd)
- [14:48:29] Multiplexing M2TS
- [14:48:30] Extracting A/V streams [VID_00000]
- [14:48:30] Reencoding: VID_00000 (2 of 9)
- [14:48:30] Collecting video information
- Source Video: MPEG-4 (AVC), 1920x1080
- Rate/Length: 29.970fps, 300 frames
- [14:48:30] Reencoding: VID_00000, Pass 1 of 1
- [14:48:34] Video Encode complete
- [14:48:34] Reencoding audio tracks (if req'd)
- [14:48:34] Multiplexing M2TS
- [14:48:35] Extracting A/V streams [VID_00002]
- [14:48:35] Reencoding: VID_00002 (3 of 9)
- [14:48:35] Collecting video information
- Source Video: MPEG-4 (AVC), 1920x1080
- Rate/Length: 29.970fps, 361 frames
- [14:48:35] Reencoding: VID_00002, Pass 1 of 1
- [14:48:43] Video Encode complete
- [14:48:43] Reencoding audio tracks (if req'd)
- [14:48:43] Multiplexing M2TS
- [14:48:44] Extracting A/V streams [VID_00009]
- [14:48:53] Reencoding: VID_00009 (4 of 9)
- [14:48:53] Collecting video information
- Source Video: MPEG-4 (AVC), 1920x1080
- Rate/Length: 29.970fps, 3,167 frames
- [14:48:53] Reencoding: VID_00009, Pass 1 of 1
- [14:50:40] Video Encode complete
- [14:50:40] Reencoding audio tracks (if req'd)
- [14:50:41] Multiplexing M2TS
- [14:50:43] Extracting A/V streams [VID_00008]
- [14:50:53] Reencoding: VID_00008 (5 of 9)
- [14:50:53] Collecting video information
- Source Video: MPEG-4 (AVC), 1920x1080
- Rate/Length: 29.970fps, 3,167 frames
- [14:50:53] Reencoding: VID_00008, Pass 1 of 1
- [14:52:40] Video Encode complete
- [14:52:40] Reencoding audio tracks (if req'd)
- [14:52:41] Multiplexing M2TS
- [14:52:43] Extracting A/V streams [VID_00006]
- [14:53:27] Reencoding: VID_00006 (6 of 9)
- [14:53:27] Collecting video information
- Source Video: MPEG-4 (AVC), 1920x1080
- Rate/Length: 29.970fps, 8,940 frames
- [14:53:27] Reencoding: VID_00006, Pass 1 of 1
- [14:58:22] Video Encode complete
- [14:58:22] Reencoding audio tracks (if req'd)
- [15:00:18] Multiplexing M2TS
- [15:00:22] Extracting A/V streams [VID_00004]
[15:00:28]PHASE ONE aborted by user request

waynezo
16th October 2010, 02:54
I did a backup of Elton 60 concert bluray. No errors on BDRB, full disc setting BD25. Manually burned it with ImgBurn using finished BDMV and Certificate folders. Sound plays the concert, but video just loops the menu screen. menu comands don't work. Video file of the concert is on the disc. Could this be a bad encode or a bad burn?

setarip_old
16th October 2010, 03:32
@waynezo

Hi!

On what have you tried playing the burned disc?

omegaman7
16th October 2010, 04:55
Menu commands LOL! I had something identical happen with a dvd player that didn't like +RW dvds. Every +RW did that. Regardless of efforts. Really weird actually. My current Blu Ray Player supposedly only supports BD-RE. Haven't got a chance to try those yet. But the player is slowly dying anyway, so I may never know. Been considering RMA'ing the SOB!

waynezo
16th October 2010, 11:40
My player is Sony BDP-S470. Also when I played the ISO on the computer with media center classic the movie would play but no menus. I suspect something went wrong in the shrink process.

borivoje
16th October 2010, 13:06
Hello.

Thanks for this wonderful program. I've made more than 50 successful rebuilds with it (always BD25 - movie only - very slow-highest quality) and this is the first failed rebuild I have encountered. The movie is ''The Exorcist - Extended Director's Cut''. I can't see any particular problem from the log.

Here's the log:

-----------------------
[13:38:59] BD Rebuilder v0.35.01 (beta)
- Source: EXORCIST_DC
- Input BD size: 31.77 GB
- Approximate total content: [02:12:21.141]
- Target BD size: 23.83 GB
- Windows Version: 6.1 [7600]
- MOVIE-ONLY mode enabled
- Quality: Highest (Very Slow), Two Pass
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[13:38:59] PHASE ONE, Encoding
- [13:38:59] Extracting A/V streams [VID_00020]
- [13:57:53] Reencoding: VID_00020 (1 of 1)
- [13:57:53] Collecting video information
- Source Video: VC-1, 1920x1080
- Rate/Length: 23.976fps, 190,397 frames
- Bitrate: 19,479 Kbs
- [13:57:53] Reencoding: VID_00020, Pass 1 of 2
- Encode failed. Retrying.
- Encode failed. Retrying.
- Reached retry limit. Aborting.
- BD-Rebuilder v0.35.01 (beta)
- 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 "libmpeg2": Ok
- FFDSHOW AVC set to "libavcodec": Ok
- X264: Ok
- AFTEN: Ok
- FAAC: Ok
- MP4BOX: Ok
- WAVI: Ok
- TSMUXER: Ok
[13:57:54] - Failed video encode, aborted


Edit:

I just got the same error with another movie, so it's not movie related then. It makes me think that some new settings are making the problem, since all the earlier beta builds I have used (a dozen or so) have worked flawlessly.

CHEERS

jdobbs
16th October 2010, 14:36
Hello.

Thanks for this wonderful program. I've made more than 50 successful rebuilds with it (always BD25 - movie only - very slow-highest quality) and this is the first failed rebuild I have encountered. The movie is ''The Exorcist - Extended Director's Cut''. I can't see any particular problem from the log.

Here's the log:

-----------------------
[13:38:59] BD Rebuilder v0.35.01 (beta)
- Source: EXORCIST_DC
- Input BD size: 31.77 GB
- Approximate total content: [02:12:21.141]
- Target BD size: 23.83 GB
- Windows Version: 6.1 [7600]
- MOVIE-ONLY mode enabled
- Quality: Highest (Very Slow), Two Pass
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[13:38:59] PHASE ONE, Encoding
- [13:38:59] Extracting A/V streams [VID_00020]
- [13:57:53] Reencoding: VID_00020 (1 of 1)
- [13:57:53] Collecting video information
- Source Video: VC-1, 1920x1080
- Rate/Length: 23.976fps, 190,397 frames
- Bitrate: 19,479 Kbs
- [13:57:53] Reencoding: VID_00020, Pass 1 of 2
- Encode failed. Retrying.
- Encode failed. Retrying.
- Reached retry limit. Aborting.
- BD-Rebuilder v0.35.01 (beta)
- 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 "libmpeg2": Ok
- FFDSHOW AVC set to "libavcodec": Ok
- X264: Ok
- AFTEN: Ok
- FAAC: Ok
- MP4BOX: Ok
- WAVI: Ok
- TSMUXER: Ok
[13:57:54] - Failed video encode, aborted


Edit:

I just got the same error with another movie, so it's not movie related then. It makes me think that some new settings are making the problem, since all the earlier beta builds I have used (a dozen or so) have worked flawlessly.

CHEERSSomething else you installed probably redirected DirectShow support for VC-1 to some incompatible codec. Uninstall FFDHOW and reinstall and you'll probably be fixed.

Race Guy
16th October 2010, 16:34
I did a backup of Elton 60 concert bluray. No errors on BDRB, full disc setting BD25. Manually burned it with ImgBurn using finished BDMV and Certificate folders. Sound plays the concert, but video just loops the menu screen. menu commands don't work. Video file of the concert is on the disc. Could this be a bad encode or a bad burn?

The menus in that disc CAN'T be recoded.

You need to set the hidden op MIN M2TS="---" but I can't remember the number. 600 rings a bell, but I can't be sure.

Find the menus in the STREAM folder, check the sizes & go +100MB over the largest one.

You also need a BD-RE to test burn if you're doing concerts, 'cause they tend to be "quirky" in the menus. You'll avoid a LOT of disappointment!!

waynezo
16th October 2010, 19:07
The menus in that disc CAN'T be recoded.

You need to set the hidden op MIN M2TS="---" but I can't remember the number. 600 rings a bell, but I can't be sure.

Find the menus in the STREAM folder, check the sizes & go +100MB over the largest one.

You also need a BD-RE to test burn if you're doing concerts, 'cause they tend to be "quirky" in the menus. You'll avoid a LOT of disappointment!!

Yes, I just ran to the store to get a BD-RE. Did Diana Krall Live in Rio on BD25, came out perfect.

How do I find the hidden ops menu?

Does the menu problem like the elton 60 disc happen a lot?

Love this program. My main goal is to backup concert BD's with menus for song selection.

Also did a full BD9 of Diana Krall I'm amazed how good it came out.

borivoje
16th October 2010, 20:32
Reinstaling FFDSHOW is not working ... I made few changes in video configuration, but nothing works ... I get the same log every time ... Is it possible that new BD Rebuilder has made some changes, because I'm 120% sure that I haven't installed anything that could've changed FFDSHOW settings since the last successful rebuild, made with 0.34.07?

Capsbackup
16th October 2010, 21:24
How do I find the hidden ops menu?


Look inside the BD-RB folder for the text "HIDDENOPTS".
Basically put "MIN_M2TS_SIZE=600" below options in the BD-RB.ini, or whatever value is above the largest menu. I think this only works for BD-25 backups though.

Capsbackup
16th October 2010, 21:29
Reinstaling FFDSHOW is not working ... I made few changes in video configuration, but nothing works ... I get the same log every time ... Is it possible that new BD Rebuilder has made some changes, because I'm 120% sure that I haven't installed anything that could've changed FFDSHOW settings since the last successful rebuild, made with 0.34.07?

Uninstall haali and delete it's folder in programs. Also, uninstall ffdshow and avisynth. Reboot. Now reinstall those three programs.
Delete the BD-RB.ini inside it's folder. Then right click on REG_MSCOMCTL and run as administrator. Then do the same for BD-RB.exe.

borivoje
16th October 2010, 23:27
That was it, but I still can't figure out how settings ended messed up without any installation ... Anyway, it works now ...

Many thanks Capsbackup ...

CHEERS

waynezo
17th October 2010, 00:41
The menus in that disc CAN'T be recoded.

You need to set the hidden op MIN M2TS="---" but I can't remember the number. 600 rings a bell, but I can't be sure.

Find the menus in the STREAM folder, check the sizes & go +100MB over the largest one.

You also need a BD-RE to test burn if you're doing concerts, 'cause they tend to be "quirky" in the menus. You'll avoid a LOT of disappointment!!

Success! Yes, 600 was the number. I suppose I should leave it at that setting.
Thanks Race Guy and Capsbackup.
And of course jdobbs.


:thanks:

DK
17th October 2010, 12:20
Yeah, but the non-US BD of IM 2 is a BD25!
I've have the EU/German Version and it's a BD25.
The US Disc is a BD50, or am i wrong?

Also Iron Man 1, the US Disc was a BD50 and the Non US a BD25.

The Quality of the US Disc is much better.
Dont understand, why they releasing 2 different Discs

Not quite.
The entire content is ~45GB; the main movie has some 24GB.

massiah
17th October 2010, 18:54
OK... I have been using BD-RB since last Christmas. Normally when I have any problems with freezing, I just uninstall and re-install(sometimes, a few times) and it seems to get going again.
I have done over 50 backups successfully but, I am having problems with SPARTACUS Season 1 Disc 1.
I am running a 64bit-OS with a QX9650CPU, 8GB RAM, Multiple hard drives(internal and external) and BD-RB is installed on my second hard drive.
I normally don't have any problems with it on the C: drive and have tried different scenarios with that. This encode just keeps on freezing.

Any clues?

- Windows Version: 6.1 [7601]
- AVISYNTH Version: 2.5.7.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.35.0.1, Ok
- X264: Ok
- AFTEN: Ok
- FAAC: Ok
- MP4BOX: Ok
- WAVI: Ok
- TSMUXER: Ok
--------------------------------------------

[12:45:30] BD Rebuilder v0.35.01 (beta)
- Source: SPARTACUS_S1_D1
- Input BD size: 43.29 GB
- Approximate total content: [03:42:10.316]
- Target BD size: 22.90 GB
- Windows Version: 6.1 [7601]
- Quality: Better (Faster), ABR
- Audio Settings: AC3=1 DTS=1 HD=1 Kbs=640
- Resuming from previously started job.
[12:45:32] PHASE ONE, Encoding
- [12:45:32] Reencoding: VID_00004 (7 of 10)
- [12:45:32] Collecting video information
- Source Video: MPEG-4 (AVC), 1920x1080
- Rate/Length: 23.976fps, 70,728 frames
- Bitrate: 10,416 Kbs
- [12:45:32] Reencoding: VID_00004, Pass 1 of 1

Dirk Diggler
17th October 2010, 19:16
OK... I have been using BD-RB since last Christmas. Normally when I have any problems with freezing, I just uninstall and re-install(sometimes, a few times) and it seems to get going again.
I have done over 50 backups successfully but, I am having problems with SPARTACUS Season 1 Disc 1.
I am running a 64bit-OS with a QX9650CPU, 8GB RAM, Multiple hard drives(internal and external) and BD-RB is installed on my second hard drive.
I normally don't have any problems with it on the C: drive and have tried different scenarios with that. This encode just keeps on freezing.

Any clues?

Ive backed up Spartacus Season 1 with no issues. Try re-ripping it again...

CV91913
17th October 2010, 22:40
jdobbs...I have experienced the same problem on multiple backups. I noticed you asked for the full log but did not see it posted or any other response. So I will post my logs. This "Can't open file:" error has occurred on BD 25 movie only and BD 5 movie only with and without the "use x264'x internal LAVF" option set. In all cases resuming has solved the problem. It has occurred on 3 different backups since moving to 35.1 Here is the most recent case:

[08:23:27] BD Rebuilder v0.35.01 (beta)
- Source: BRAVEHEART
- Input BD size: 42.81 GB
- Approximate total content: [02:57:43.152]
- Target BD size: 22.66 GB
- Windows Version: 6.1 [7600]
- MOVIE-ONLY mode enabled
- Auto Quality: Good (Very Fast), ABR
- Audio Settings: AC3=1 DTS=1 HD=0 Kbs=640
[08:23:27] PHASE ONE, Encoding
- [08:23:27] Extracting A/V streams [VID_00006]
- [08:45:49] Reencoding: VID_00006 (1 of 1)
- [08:45:49] Collecting video information
- Source Video: MPEG-4 (AVC), 1920x1080
- Rate/Length: 23.976fps, 255,660 frames
- Bitrate: 16,211 Kbs
- [08:45:49] Reencoding: VID_00006, Pass 1 of 1
- [12:36:38] Video Encode complete
- [12:36:38] Reencoding audio tracks (if req'd)
- [12:39:47] Multiplexing M2TS
[12:49:15]PHASE ONE complete
[12:49:15]PHASE TWO - Rebuild Started
- [12:49:15] Rebuilding BD file Structure
- Failed in attempt to multiplex: MUX_MOVIE_ONLY.meta
- Can't open file: C:\USERS\PUBLIC\VIDEOS\RIPS\WORKFILES\00006.M2TS
[12:49:15] - Failed to REBUILD
-----------------------
[13:18:57] BD Rebuilder v0.35.01 (beta)
- Source: BRAVEHEART
- Input BD size: 42.81 GB
- Approximate total content: [02:57:43.152]
- Target BD size: 22.66 GB
- Windows Version: 6.1 [7600]
- MOVIE-ONLY mode enabled
- Auto Quality: Good (Very Fast), ABR
- Audio Settings: AC3=1 DTS=1 HD=0 Kbs=640
- Resuming from previously started job.
[13:18:58] PHASE ONE, Encoding
[13:18:58]PHASE ONE complete
[13:18:58]PHASE TWO - Rebuild Started
- [13:18:58] Rebuilding BD file Structure
[13:29:21] - Encode and Rebuild complete
- WORKFILES folder removed.
[13:29:21]JOB: BRAVEHEART finished.
[Status]
LABEL=BRAVEHEART
VERSION=v0.35.01 (beta)
SOURCE_SIZE=45971742720
SOURCE_VIDEO_SIZE=45971742720
TARGET_SIZE=24326963200
REDUCTION=.529172090520218
RESIZE_1080=0
AUDIO_TO_KEEP=eng;
SUBS_TO_KEEP=eng;
BACKUP_MODE=1
MOVIEONLY_TYPE=0
USE_LAVF=-1
QUICK=0
ENCODE_STEP=0
COMPLETED=1
REBUILD_COMPLETE=1
[00006]
AUDIO=1000
PGS=100100
M2TS_TARGET=24326963200
RATE=16211
NSTART=27000000
NEND=506842560
NSIZE=22408882176
FLINK=0
MLINK=0
- Windows Version: 6.1 [7600]
- AVISYNTH Version: 2.5.7.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.35.0.1, Ok
- X264: Ok
- AFTEN: Ok
- FAAC: Ok
- MP4BOX: Ok
- WAVI: Ok
- TSMUXER: Ok

[SLiM]D12
18th October 2010, 02:19
Googled for a bit to no avail. Backed up a movie with Cinavia, i'm trying to "replace" the DTS-HD audio with the ac3 from the DVD. I'm not sure how i do this.

I used tsmuxer to re-mux the video from BD-RB for the affected M2TS file, but when the bluray is playing in my PS3, i get no audio. All i did was remove the DTS-HD in tsmuxer, replace it with the AC3 and mux to M2TS file and replace the one in the output dir of BD-RB.

Can somebody give me a hand, or point me to a link that shows me what to do?

thx in advance!

[SLiM]

Adub
18th October 2010, 03:54
Normally when I'm editing Blu-rays, I use multiAVCHD and its Blu-ray import function.

I don't know the structure of Blu-rays that well yet, but it's possible that your PS3 is seeing that your audio SHOULD BE DTS-HD, but is tweaking out when it sees that it is actually AC3. Try remuxing with MultiAVCHD instead of TS-Muxer.

Oh, and massiah, you never actually told us what your problem was. Your (partial) log doesn't explain anything.

massiah
18th October 2010, 04:13
I tried what DirkDiggler said and changed some settings in ffdshow. Everything reads OK for the settings but still no go.
Freezes again.

Adub...my partial log stops right where it ends. Probably because it freezes my PC and I have to restart.

Dunno... I am lost.
Looking to build a new PC anyways... SR2 Classified with dual Xeon chips and 24GBRAM in the next few months.
Start my build from scratch... again

Thanks anyways, guys

jdobbs
18th October 2010, 05:11
D12;1451152']Googled for a bit to no avail. Backed up a movie with Cinavia, i'm trying to "replace" the DTS-HD audio with the ac3 from the DVD. I'm not sure how i do this.

I used tsmuxer to re-mux the video from BD-RB for the affected M2TS file, but when the bluray is playing in my PS3, i get no audio. All i did was remove the DTS-HD in tsmuxer, replace it with the AC3 and mux to M2TS file and replace the one in the output dir of BD-RB.

Can somebody give me a hand, or point me to a link that shows me what to do?

thx in advance!

[SLiM] Not sure I understand exactly what you did, but if you replaced a .DTS with a .AC3, you can't do that without some manipulation. There are references to the type of audio (DTS/AC3) in the CLPI and MPLS files.

First run the job through BD-RB telling it to reencode the DTS to AC3. After it completes, replace the AC3 file in the working folder with the one from the DVD -- then start BD-RB again and tell it to resume. It will rebuild using the new AC3 and you'll be done. Make sure, though, that the bitrates etc match (the DVD is probably 5.1 448Kbs).

[SLiM]D12
18th October 2010, 13:36
Not sure I understand exactly what you did, but if you replaced a .DTS with a .AC3, you can't do that without some manipulation. There are references to the type of audio (DTS/AC3) in the CLPI and MPLS files.

First run the job through BD-RB telling it to reencode the DTS to AC3. After it completes, replace the AC3 file in the working folder with the one from the DVD -- then start BD-RB again and tell it to resume. It will rebuild using the new AC3 and you'll be done. Make sure, though, that the bitrates etc match (the DVD is probably 5.1 448Kbs).

the bitrate is 384 kbs, there's no way to use that in BD-RB is there?

jdobbs
18th October 2010, 14:35
jdobbs...I have experienced the same problem on multiple backups. I noticed you asked for the full log but did not see it posted or any other response. So I will post my logs. This "Can't open file:" error has occurred on BD 25 movie only and BD 5 movie only with and without the "use x264'x internal LAVF" option set. In all cases resuming has solved the problem. It has occurred on 3 different backups since moving to 35.1 Here is the most recent case:

[08:23:27] BD Rebuilder v0.35.01 (beta)
- Source: BRAVEHEART
- Input BD size: 42.81 GB
- Approximate total content: [02:57:43.152]
- Target BD size: 22.66 GB
- Windows Version: 6.1 [7600]
- MOVIE-ONLY mode enabled
- Auto Quality: Good (Very Fast), ABR
- Audio Settings: AC3=1 DTS=1 HD=0 Kbs=640
[08:23:27] PHASE ONE, Encoding
- [08:23:27] Extracting A/V streams [VID_00006]
- [08:45:49] Reencoding: VID_00006 (1 of 1)
- [08:45:49] Collecting video information
- Source Video: MPEG-4 (AVC), 1920x1080
- Rate/Length: 23.976fps, 255,660 frames
- Bitrate: 16,211 Kbs
- [08:45:49] Reencoding: VID_00006, Pass 1 of 1
- [12:36:38] Video Encode complete
- [12:36:38] Reencoding audio tracks (if req'd)
- [12:39:47] Multiplexing M2TS
[12:49:15]PHASE ONE complete
[12:49:15]PHASE TWO - Rebuild Started
- [12:49:15] Rebuilding BD file Structure
- Failed in attempt to multiplex: MUX_MOVIE_ONLY.meta
- Can't open file: C:\USERS\PUBLIC\VIDEOS\RIPS\WORKFILES\00006.M2TS
[12:49:15] - Failed to REBUILD
-----------------------
[13:18:57] BD Rebuilder v0.35.01 (beta)
- Source: BRAVEHEART
- Input BD size: 42.81 GB
- Approximate total content: [02:57:43.152]
- Target BD size: 22.66 GB
- Windows Version: 6.1 [7600]
- MOVIE-ONLY mode enabled
- Auto Quality: Good (Very Fast), ABR
- Audio Settings: AC3=1 DTS=1 HD=0 Kbs=640
- Resuming from previously started job.
[13:18:58] PHASE ONE, Encoding
[13:18:58]PHASE ONE complete
[13:18:58]PHASE TWO - Rebuild Started
- [13:18:58] Rebuilding BD file Structure
[13:29:21] - Encode and Rebuild complete
- WORKFILES folder removed.
[13:29:21]JOB: BRAVEHEART finished.
[Status]
LABEL=BRAVEHEART
VERSION=v0.35.01 (beta)
SOURCE_SIZE=45971742720
SOURCE_VIDEO_SIZE=45971742720
TARGET_SIZE=24326963200
REDUCTION=.529172090520218
RESIZE_1080=0
AUDIO_TO_KEEP=eng;
SUBS_TO_KEEP=eng;
BACKUP_MODE=1
MOVIEONLY_TYPE=0
USE_LAVF=-1
QUICK=0
ENCODE_STEP=0
COMPLETED=1
REBUILD_COMPLETE=1
[00006]
AUDIO=1000
PGS=100100
M2TS_TARGET=24326963200
RATE=16211
NSTART=27000000
NEND=506842560
NSIZE=22408882176
FLINK=0
MLINK=0
- Windows Version: 6.1 [7600]
- AVISYNTH Version: 2.5.7.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.35.0.1, Ok
- X264: Ok
- AFTEN: Ok
- FAAC: Ok
- MP4BOX: Ok
- WAVI: Ok
- TSMUXER: Ok
What antivirus software are you using? I saw some issues a long time ago (in DVD Rebuilder) in which the antivirus was delaying closing of files -- causing failure to open unless there was a delay thrown in. Disable your antivirus and see if the problem still exists.

CV91913
18th October 2010, 15:38
I am running McAfee. Although I have turned off all scheduled scans, it is running. I will turn it off and see if that helps. Thanks.

jdobbs
18th October 2010, 15:50
I am running McAfee. Although I have turned off all scheduled scans, it is running. I will turn it off and see if that helps. Thanks. Hmm... I run McAfee also, but I have realtime scanning disabled.

jdobbs
18th October 2010, 15:52
D12;1451264']the bitrate is 384 kbs, there's no way to use that in BD-RB is there? Just use 448Kbs to replace it. It should be fine.

CV91913
18th October 2010, 16:20
I have an ongoing issue that has shown up as far back as 34.6 and I have now seen it with 35.1. There are no logs as everything completes without error. The problems is that when creating a BD25, movie only, where the input files are small enough that reencoding is not required, the resulting BD structure will not play on any of my computers using Roxio CinePlayer. If I play from the BDMV, CinePlayer crashes and if I try to play the .m2ts file directly it brings up an error dialog about using fddshow. It does not matter if I choose yes or no, it won't play. If I burn it to BD it will play on a standalone BluRay player but not in a PC. If I use the BD25 as an input and build a BD5 everything is fine. If a dink around with the original and add soundtracks to cause it to do a BD25 reencode, all is well. This issue is hit and miss. The last two backups it has occurred on were "A Time to Kill" and Pirates Carrib Black Pearl." I just did "Total Recall" yesterday and it played. This bug report thread may not be the right place but I don't know where else to put it.

Ch3vr0n
18th October 2010, 16:49
Did you try a real player like Arcsoft TMT 3 or even PowerDVD ?

Capsbackup
18th October 2010, 16:56
@CV91913;
Roxio CinePlayer is not a very reliable test software player. All software players have quirks on BD backups. The standalone is the true test.
If jdobbs goal was to make backups for software players, bug reports would be so long that he could not possibly satisfy anyone! :(

CV91913
18th October 2010, 17:37
Roxio may be crap but it played the original BluRay disk just fine and it played the rip just fine. I just thought there might be something going on with the extraction. Sorry for bothering you.