View Full Version : BD Rebuilder Beta - Bug Reports Only
AmigaFuture
17th December 2018, 08:35
Quick question. I'm trying to remove some extras and all the warnings, comments, etc screens from my ISOs. Not doing any re-encoding. If I want to see all the smaller streams, I have to select Output Options as DVD5 or DVD9. Anything higher hides all the smaller streams. I can Force No Encode but if I'm selecting DVD5 or DVD9 LPCM will re-encode to AC3 as it's not a BD size and won't ignore encoding. Any way to see all the small streams AND Force No Encode on LPCM audio?
Slower answer to a quick question. Change output to BD-50. You might also need "MIN_M2TS_SIZE=1". Without quotes.
lithiumus
17th December 2018, 14:24
I searched the thread and based on what jdobbs indicated, if the custom target size is set above 8500, HD audio will be allowed to be kept and not reencoded. However, as soon as I set the target size to 8501, all the smaller streams disappear from the stream tab and I can't blank any of the warning and commentaries screens.
Used
MIN_M2TS_SIZE=0
MIN_PLAYLIST_MINS=0
And it that did the trick.
lithiumus
17th December 2018, 20:04
Hey jdobbs, finally back and setup for some UHD testing for you. Just to check, I did some no-encode backups and blanked some extras and even with no re-encoding and keeping all the original streams, the stuttering and audio sync issues are present. Just confirming that this is true as I assume if it was tsmuxer, even original streams would also be affected. LMK, happy to test for you.
MrVideo
17th December 2018, 20:21
Used
MIN_M2TS_SIZE=0
MIN_PLAYLIST_MINS=0
That is weird. I would have expected that to give you everything.
lithiumus
17th December 2018, 22:42
That is weird. I would have expected that to give you everything.
There are a lot of warnings like the "Commentaries expressed by..." that are smaller than 1mb will show up if you use = 0. So better to use 0 and see them all and select the ones you don't want to see that can delay your enjoyment of the video, etc.
jdobbs
18th December 2018, 13:59
Used
MIN_M2TS_SIZE=0
MIN_PLAYLIST_MINS=0
And it that did the trick.Those are the defaults when outputting to BD-5/9 because all playlists have to be encoded. A DVD can't can't handle the higher bitrates of an original BD.
jdobbs
21st December 2018, 21:55
Posted this in the TSM2UHD thread (by mistake) and am repeating it here:
Thought I'd post an update on the BD-RB's UHD-BD processing.
I've completed and tested the HEVC muxing routines and all is well. BD-RB corrects the TSMUXER M2TS for HEVC output and replaces the MPLS and CLPI files (corrupt due to TSMUXERs HEVC muxing issue) with those internally generated by BD-RB. The output works perfectly on my Sony UHD player.
Now I am making modifications to the import routines so they will also correct for TSMUXERs actions. It's not as easy as you may think, since I still need TSMUXER to combine multi-part playlists during import and to mux the other (non-hevc) streams. I've also done research on how BDs handle DolbyVision streams. An extra video track containing the DolbyVision data is muxed as a separate stream into the M2TS file. Since TSMUXER has no awareness of that stream (it thinks it's just another secondary video) I have to go back through my code and make changes so that it can be integrated properly into output. I'm not sure how long that will take -- but I don't expect it to be extensive.
All in all things are moving along -- albeit slowly. I may get a version out for testing in the next few days, but at the latest I'll get it out by EOY.
AmigaFuture
22nd December 2018, 19:21
In other words, it isn't in the log. :D
That is true. The point is that most programs report that it has run out of disc space, Just being friendly to the user. In this case, BDRB ran out of HD space and went off in a tangent. The tangent made me believe that there was something wrong with the source file. IMHO, a bug.
How does a tangent "make" you accept there's something wrong with the source? [edited] Tangents are more living-things related than programs or hardware. :)
Posted this in the TSM2UHD thread (by mistake) and am repeating it here:
Thought I'd post an update on the BD-RB's UHD-BD processing
That's what happens when you spend a lot of time with UHD and not enough squishing bugs for breaks. Your eyes and fingers go cross. :D
jdobbs
23rd December 2018, 13:58
To all: Any and all political comments made in this forum will result in strikes. No exceptions from here on. This is a technical forum, not means for anyone to voice their political opinions.
ripem2011
23rd December 2018, 17:18
Posted this in the TSM2UHD thread (by mistake) and am repeating it here:
Thought I'd post an update on the BD-RB's UHD-BD processing.
I've completed and tested the HEVC muxing routines and all is well. BD-RB corrects the TSMUXER M2TS for HEVC output and replaces the MPLS and CLPI files (corrupt due to TSMUXERs HEVC muxing issue) with those internally generated by BD-RB. The output works perfectly on my Sony UHD player.
Now I am making modifications to the import routines so they will also correct for TSMUXERs actions. It's not as easy as you may think, since I still need TSMUXER to combine multi-part playlists during import and to mux the other (non-hevc) streams. I've also done research on how BDs handle DolbyVision streams. An extra video track containing the DolbyVision data is muxed as a separate stream into the M2TS file. Since TSMUXER has no awareness of that stream (it thinks it's just another secondary video) I have to go back through my code and make changes so that it can be integrated properly into output. I'm not sure how long that will take -- but I don't expect it to be extensive.
All in all things are moving along -- albeit slowly. I may get a version out for testing in the next few days, but at the latest I'll get it out by EOY.
Your da man jdobbs i loved BD Rebuilder before and going to love it more when you get it all working for UHD and i will be donating to you and hope more people will to.to keep this program going:thanks:
jdobbs
23rd December 2018, 19:33
Your da man jdobbs i loved BD Rebuilder before and going to love it more when you get it all working for UHD and i will be donating to you and hope more people will to.to keep this program going:thanks:I'm glad I'm doing this. In testing my code I have found a lot more errors in TSMUXER's output. The latest is crazy PTS values that pop up randomly for audio streams. After I get the next version of BD-RB out and address a few bug reports I'll be concentrating on writing my own BD muxing program.
thecrowler
23rd December 2018, 23:43
Leaving for christmas, and I just wanna say merry christmas and a happy new year to anyone, especially, to jdobbs.
See u next year! :-)
AmigaFuture
24th December 2018, 02:00
I'm glad I'm doing this. In testing my code I have found a lot more errors in TSMUXER's output. The latest is crazy PTS values that pop up randomly for audio streams. After I get the next version of BD-RB out and address a few bug reports I'll be concentrating on writing my own BD muxing program.
This is what I dig about coders/programmers that have passion. Or anyone that has passion for whatever it is. :)
varekai
24th December 2018, 09:41
...I'll be concentrating on writing my own BD muxing program.
That would be great!
Happy Holidays!
jdobbs
24th December 2018, 14:13
Leaving for christmas, and I just wanna say merry christmas and a happy new year to anyone, especially, to jdobbs.
See u next year! :-)Merry Christmas to all! I hope you all enjoy the holidays with friends and family.
kufo
24th December 2018, 17:58
Now it is full ten years in beta, but still an important software for a lot people.
Thank you for this gift, jdobbs. :thanks:
AmigaFuture
25th December 2018, 00:53
Yep, it's a great Yule gift for Winter Solstice...it's one of the best.
MrVideo
30th December 2018, 04:39
After I get the next version of BD-RB out and address a few bug reports I'll be concentrating on writing my own BD muxing program.
Will that be easier than getting the TSMuxer code and fixing it?
AmigaFuture
30th December 2018, 06:20
You have it? It's offered by the programmer?
jdobbs
30th December 2018, 16:20
Will that be easier than getting the TSMuxer code and fixing it?I'd say the odds of that are slim to zero. We do have the code for TSREMUX though. That's something.
Update: Still working on updates to BD-RB. I've hit a lot of issues -- right now I'm working on making the import routines work. I'm not going to get a release out by end-of-year. But I'll keep plugging along until it's finished. It'll be done when it is done, I guess.
Ch3vr0n
30th December 2018, 17:30
Hey don't stress. Family comes first this time of year! Don't let them think you're a stranger.
jdobbs
30th December 2018, 18:41
Hey don't stress. Family comes first this time of year! Don't let them think you're a stranger.Good point. Thanks for understanding.
AmigaFuture
30th December 2018, 19:22
Blood isn't thicker than water in all families. Yeah, don't be too concerned about it, JD, and it doesn't matter what time of year it is. Aside from family members that are cool to hang around, great programming shouldn't be rushed like it has become 15+ years now. Do a good job, and check it. Then release for us to find what you missed. Wink.
I found the recent DTS to AC-3 problem I'd been chasing. Had to remove Service Pack 1, and install 7 like it was updating TO, than install Service Pack 1 again. Then AviSynth again and it's doing well again. The rest of the bugs we'll chat about when you're available. Stress isn't worth it.
Ch3vr0n
30th December 2018, 21:14
Oh if it was up to me, i'd screw one side of the family over on spending time with them over the holidays. I could care less about my father's / brother's side of things, it may sound cold (but for me its the truth/facts). Can't wait for that 60+ yr old to be 6 ft under. Didn't give a damn about me when in school, "patched" things up (at least i made him think that), and i still don't give a damn about him. But hey, for a few times a year, a couple hours of torture (bring cellphone with movies ;)), free food & gifts i'll stick with it.
Anything else, they can shuv it.
To me they're days just like any other (like my B-day). Doesn't mean i can't/wont be considerate of others that do actively and happily need/want/can share the holiday spirit :)
AmigaFuture
31st December 2018, 06:57
I wasn't coming from a thought process of regrets, and anger held onto.. I've let go of many things a family member did to me and other members, I just won't hang with that one member, and some others. I also won't help in any way (used to do a lot of computer repair/modifications). Other members kept saying for years "The person has changed." I'd sense and notice all the stuff not changed. I confronted, face to face, made sure I communicated very well and the person understood where we were both coming from. Ran a line of stuff to me, and I caught/busted every bit of it to the face. Everyone is right in their own mind--and some will dig in and be like a very heavy stone. It's a personal choice to allow it to keep happening to you or not. I prefer Zen approaches to many things, but my Scottish heritage has a saying I love, "Don't [keep] tread[ing] on me with impunity [because I'll jack you over if you do.]", so... Agreed, Ch3vr0n. I only suggest not even keeping hold of those "until he's 6 feet under"..thoughts. It's not worth it...for yourself. Just a thought. :) That one family member is just another person to me, not anything +/-. :) I think the Spirit should be year-around not 1 month or selective months. I stopped celebrating "Christmas" years, and years ago..several reasons, that being one of them.
Okay, I've been wondering.. Are you using Samsung Galaxy S9?
Ch3vr0n
31st December 2018, 13:29
Me? A galaxy? Hell no. Nexus 6P 128GB model :p I don't like any model with a custom UI shell, i want stock android. All those shells do nothing but slow a device down and add duplicate crappy apps you can't get rid off.
videoh
31st December 2018, 15:06
What does this have to do with BDRB?
:readrule:
Ch3vr0n
31st December 2018, 16:01
It all started with me responding to jdobbs pretty much saying "family over software". But back on topic now :)
AmigaFuture
31st December 2018, 21:11
Was going to take that private but...didn't. Now it is. Pardon the reply..back to BD-RB, agreed. :)
MrVideo
3rd January 2019, 09:20
I ran into an issue trying to import a BD that BDRB created.
This is an image of what is on the disc, as seen by BDRB (http://vidiot.com/images/BDRB-190102.jpg).
#6 is incorrect. It should have been equal to the menu. Instead I've determined that it is #5. Here is the log:
[14:39:30] Importing BDs: TIMELESS-S1-D1
- Analyzing source playlists...
- Title Editing Dialog...
- Importing BD: D: [ 1 of 1 ]
- Importing Playlist 00006 [00:02:08.211]
- Importing Playlist 00001 [00:44:55.818]
- Importing Playlist 00002 [00:42:55.739]
- Importing Playlist 00003 [00:42:13.906]
- Importing Playlist 00004 [00:42:56.282]
- Importing Playlist 00005 [00:42:44.561]
- Skipped title per user setting...
- Creating Quick-Play Menu...
- Encoding menu background...
- Building menu structure...
[15:01:28] Import completed successfully.
==========================
[16:04:49] BD Rebuilder v0.60.04
[16:04:49] BEGIN - BATCH SEQUENCE
==========================
-----------------------
[16:04:49] PROCESSING BATCH FILE [1]
----------------------
[01/02/19] BD Rebuilder v0.60.04
[16:04:49] Source: 2. The Assassination of Abraham Lincoln_00002
- Input BD size: 4.49 GB
- Approximate total content: [00:44:55.818]
- Windows Version: 6.1 [7601]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: MKV, Intact Video, Intact Audio
- Quality: High Quality (Default)
- Decoding/Frame serving: X264/LAVF
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[16:04:49] PHASE ONE, Encoding
- [16:04:49] Processing: VID_00002 (1 of 1)
- [16:04:49] Extracting A/V streams [VID_00002]
- [16:06:25] Reencoding video [VID_00002]
- [16:06:25] Keeping original video (no reencode)
- [16:06:25] Processing audio tracks
- Track 4352 (eng): Keeping original audio
- Track 4353 (eng): Keeping original audio
[16:06:25]PHASE ONE complete
[16:06:25]PHASE TWO - Rebuild Started
- [16:06:25] Building ALTERNATE OUTPUT Structure
[16:09:25] - Encode and Rebuild complete
[16:09:25] JOB: 2. The Assassination of Abraham Lincoln finished.
-----------------------
[16:09:25] PROCESSING BATCH FILE [2]
----------------------
[01/02/19] BD Rebuilder v0.60.04
[16:09:25] Source: 3. Atomic City_00003
- Input BD size: 3.47 GB
- Approximate total content: [00:42:55.739]
- Windows Version: 6.1 [7601]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: MKV, Intact Video, Intact Audio
- Quality: High Quality (Default)
- Decoding/Frame serving: X264/LAVF
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[16:09:26] PHASE ONE, Encoding
- [16:09:26] Processing: VID_00003 (1 of 1)
- [16:09:26] Extracting A/V streams [VID_00003]
- [16:10:44] Reencoding video [VID_00003]
- [16:10:44] Keeping original video (no reencode)
- [16:10:44] Processing audio tracks
- Track 4352 (eng): Keeping original audio
- Track 4353 (eng): Keeping original audio
[16:10:44]PHASE ONE complete
[16:10:44]PHASE TWO - Rebuild Started
- [16:10:44] Building ALTERNATE OUTPUT Structure
[16:13:12] - Encode and Rebuild complete
[16:13:12] JOB: 3. Atomic City finished.
-----------------------
[16:13:12] PROCESSING BATCH FILE [3]
----------------------
[01/02/19] BD Rebuilder v0.60.04
[16:13:12] Source: 4. Party At Castle Varlar_00004
- Input BD size: 3.89 GB
- Approximate total content: [00:42:13.906]
- Windows Version: 6.1 [7601]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: MKV, Intact Video, Intact Audio
- Quality: High Quality (Default)
- Decoding/Frame serving: X264/LAVF
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[16:13:13] PHASE ONE, Encoding
- [16:13:13] Processing: VID_00004 (1 of 1)
- [16:13:13] Extracting A/V streams [VID_00004]
- [16:15:25] Reencoding video [VID_00004]
- [16:15:25] Keeping original video (no reencode)
- [16:15:25] Processing audio tracks
- Track 4352 (eng): Keeping original audio
- Track 4353 (eng): Keeping original audio
[16:15:25]PHASE ONE complete
[16:15:25]PHASE TWO - Rebuild Started
- [16:15:25] Building ALTERNATE OUTPUT Structure
[16:18:50] - Encode and Rebuild complete
[16:18:50] JOB: 4. Party At Castle Varlar finished.
-----------------------
[16:18:50] PROCESSING BATCH FILE [4]
----------------------
[01/02/19] BD Rebuilder v0.60.04
[16:18:50] Source: 5. The Alamo_00005
- Input BD size: 3.19 GB
- Approximate total content: [00:42:56.282]
- Windows Version: 6.1 [7601]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: MKV, Intact Video, Intact Audio
- Quality: High Quality (Default)
- Decoding/Frame serving: X264/LAVF
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[16:18:51] PHASE ONE, Encoding
- [16:18:51] Processing: VID_00005 (1 of 1)
- [16:18:51] Extracting A/V streams [VID_00005]
- [16:20:44] Reencoding video [VID_00005]
- [16:20:44] Keeping original video (no reencode)
- [16:20:44] Processing audio tracks
- Track 4352 (eng): Keeping original audio
- Track 4353 (eng): Keeping original audio
[16:20:44]PHASE ONE complete
[16:20:44]PHASE TWO - Rebuild Started
- [16:20:44] Building ALTERNATE OUTPUT Structure
[16:23:34] - Encode and Rebuild complete
[16:23:34] JOB: 5. The Alamo finished.
==========================
[16:23:34] END - BATCH SEQUENCE
==========================
Another go at it:
[16:24:09] Importing BDs: TIMELESS-S1-D1
- Analyzing source playlists...
- Title Editing Dialog...
- Importing BD: D: [ 1 of 1 ]
- Importing Playlist 00006 [00:02:08.211]
- Skipped title per user setting...
- Importing Playlist 00001 [00:44:55.818]
- Skipped title per user setting...
- Importing Playlist 00002 [00:42:55.739]
- Skipped title per user setting...
- Importing Playlist 00003 [00:42:13.906]
- Skipped title per user setting...
- Importing Playlist 00004 [00:42:56.282]
- Skipped title per user setting...
- Importing Playlist 00005 [00:42:44.561]
- Creating Quick-Play Menu...
- Encoding menu background...
- Building menu structure...
[16:28:41] Import completed successfully.
==========================
[16:28:57] BD Rebuilder v0.60.04
[16:28:57] BEGIN - BATCH SEQUENCE
==========================
-----------------------
[16:28:57] PROCESSING BATCH FILE [1]
----------------------
[01/02/19] BD Rebuilder v0.60.04
[16:28:57] Source: 06. D- [00-42-44]_00001
- Input BD size: 3.07 GB
- Approximate total content: [00:42:44.561]
- Windows Version: 6.1 [7601]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: MKV, Intact Video, Intact Audio
- Quality: High Quality (Default)
- Decoding/Frame serving: X264/LAVF
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[16:28:57] PHASE ONE, Encoding
- [16:28:57] Processing: VID_00001 (1 of 1)
- [16:28:57] Extracting A/V streams [VID_00001]
- [16:30:14] Reencoding video [VID_00001]
- [16:30:14] Keeping original video (no reencode)
- [16:30:14] Processing audio tracks
- Track 4352 (eng): Keeping original audio
- Track 4353 (eng): Keeping original audio
[16:30:14]PHASE ONE complete
[16:30:14]PHASE TWO - Rebuild Started
- [16:30:14] Building ALTERNATE OUTPUT Structure
[16:32:26] - Encode and Rebuild complete
[16:32:26] JOB: 06. D- [00-42-44] finished.
==========================
[16:32:26] END - BATCH SEQUENCE
==========================
This is the directory listing of the result of both attempts:
06. D- [00-42-44].mkv
2. The Assassination of Abraham Lincoln.mkv
3. Atomic City.mkv
4. Party At Castle Varlar.mkv
5. The Alamo.mkv
So, ultimately I imported all of the files, since you can't tell BDRB to skip any files:
[01:13:29] Importing BDs: TIMELESS-S1-D1
- Analyzing source playlists...
- Title Editing Dialog...
- Importing BD: D: [ 1 of 1 ]
- Importing Playlist 00006 [00:02:08.211]
- Importing Playlist 00001 [00:44:55.818]
- Importing Playlist 00002 [00:42:55.739]
- Importing Playlist 00003 [00:42:13.906]
- Importing Playlist 00004 [00:42:56.282]
- Importing Playlist 00005 [00:42:44.561]
- Creating Quick-Play Menu...
- Encoding menu background...
- Building menu structure...
[01:31:51] Import completed successfully.
==========================
[01:33:34] BD Rebuilder v0.60.04
[01:33:34] BEGIN - BATCH SEQUENCE
==========================
-----------------------
[01:33:34] PROCESSING BATCH FILE [1]
----------------------
[01/03/19] BD Rebuilder v0.60.04
[01:33:34] Source: 1. Pilot_00001
- Input BD size: 0.02 GB
- Approximate total content: [00:02:08.211]
- Windows Version: 6.1 [7601]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: MKV, Intact Video, Intact Audio
- Quality: High Quality (Default)
- Decoding/Frame serving: X264/LAVF
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[01:33:34] PHASE ONE, Encoding
- [01:33:34] Processing: VID_00001 (1 of 1)
- [01:33:34] Extracting A/V streams [VID_00001]
- [01:33:39] Reencoding video [VID_00001]
- [01:33:39] Keeping original video (no reencode)
- [01:33:39] Processing audio tracks
- Track 4352 (eng): Keeping original audio
[01:33:39]PHASE ONE complete
[01:33:39]PHASE TWO - Rebuild Started
- [01:33:39] Building ALTERNATE OUTPUT Structure
[01:33:40] - Encode and Rebuild complete
[01:33:40] JOB: 1. Pilot finished.
-----------------------
[01:33:40] PROCESSING BATCH FILE [2]
----------------------
[01/03/19] BD Rebuilder v0.60.04
[01:33:40] Source: 2. The Assassination of Abraham Lincoln_00002
- Input BD size: 4.49 GB
- Approximate total content: [00:44:55.818]
- Windows Version: 6.1 [7601]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: MKV, Intact Video, Intact Audio
- Quality: High Quality (Default)
- Decoding/Frame serving: X264/LAVF
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[01:33:40] PHASE ONE, Encoding
- [01:33:40] Processing: VID_00002 (1 of 1)
- [01:33:40] Extracting A/V streams [VID_00002]
- [01:35:17] Reencoding video [VID_00002]
- [01:35:17] Keeping original video (no reencode)
- [01:35:17] Processing audio tracks
- Track 4352 (eng): Keeping original audio
- Track 4353 (eng): Keeping original audio
[01:35:17]PHASE ONE complete
[01:35:17]PHASE TWO - Rebuild Started
- [01:35:17] Building ALTERNATE OUTPUT Structure
[01:38:21] - Encode and Rebuild complete
[01:38:21] JOB: 2. The Assassination of Abraham Lincoln finished.
-----------------------
[01:38:21] PROCESSING BATCH FILE [3]
----------------------
[01/03/19] BD Rebuilder v0.60.04
[01:38:22] Source: 3. Atomic City_00003
- Input BD size: 3.47 GB
- Approximate total content: [00:42:55.739]
- Windows Version: 6.1 [7601]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: MKV, Intact Video, Intact Audio
- Quality: High Quality (Default)
- Decoding/Frame serving: X264/LAVF
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[01:38:22] PHASE ONE, Encoding
- [01:38:22] Processing: VID_00003 (1 of 1)
- [01:38:22] Extracting A/V streams [VID_00003]
- [01:39:41] Reencoding video [VID_00003]
- [01:39:41] Keeping original video (no reencode)
- [01:39:41] Processing audio tracks
- Track 4352 (eng): Keeping original audio
- Track 4353 (eng): Keeping original audio
[01:39:41]PHASE ONE complete
[01:39:41]PHASE TWO - Rebuild Started
- [01:39:41] Building ALTERNATE OUTPUT Structure
[01:42:23] - Encode and Rebuild complete
[01:42:23] JOB: 3. Atomic City finished.
-----------------------
[01:42:23] PROCESSING BATCH FILE [4]
----------------------
[01/03/19] BD Rebuilder v0.60.04
[01:42:23] Source: 4. Party At Castle Varlar_00004
- Input BD size: 3.89 GB
- Approximate total content: [00:42:13.906]
- Windows Version: 6.1 [7601]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: MKV, Intact Video, Intact Audio
- Quality: High Quality (Default)
- Decoding/Frame serving: X264/LAVF
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[01:42:23] PHASE ONE, Encoding
- [01:42:23] Processing: VID_00004 (1 of 1)
- [01:42:23] Extracting A/V streams [VID_00004]
- [01:44:32] Reencoding video [VID_00004]
- [01:44:32] Keeping original video (no reencode)
- [01:44:32] Processing audio tracks
- Track 4352 (eng): Keeping original audio
- Track 4353 (eng): Keeping original audio
[01:44:32]PHASE ONE complete
[01:44:32]PHASE TWO - Rebuild Started
- [01:44:32] Building ALTERNATE OUTPUT Structure
[01:48:01] - Encode and Rebuild complete
[01:48:01] JOB: 4. Party At Castle Varlar finished.
-----------------------
[01:48:01] PROCESSING BATCH FILE [5]
----------------------
[01/03/19] BD Rebuilder v0.60.04
[01:48:01] Source: 5. The Alamo_00005
- Input BD size: 3.19 GB
- Approximate total content: [00:42:56.282]
- Windows Version: 6.1 [7601]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: MKV, Intact Video, Intact Audio
- Quality: High Quality (Default)
- Decoding/Frame serving: X264/LAVF
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[01:48:02] PHASE ONE, Encoding
- [01:48:02] Processing: VID_00005 (1 of 1)
- [01:48:02] Extracting A/V streams [VID_00005]
- [01:49:38] Reencoding video [VID_00005]
- [01:49:38] Keeping original video (no reencode)
- [01:49:38] Processing audio tracks
- Track 4352 (eng): Keeping original audio
- Track 4353 (eng): Keeping original audio
[01:49:38]PHASE ONE complete
[01:49:38]PHASE TWO - Rebuild Started
- [01:49:38] Building ALTERNATE OUTPUT Structure
[01:52:43] - Encode and Rebuild complete
[01:52:43] JOB: 5. The Alamo finished.
-----------------------
[01:52:43] PROCESSING BATCH FILE [6]
----------------------
[01/03/19] BD Rebuilder v0.60.04
[01:52:43] Source: 06. D- [00-42-44]_00006
- Input BD size: 3.07 GB
- Approximate total content: [00:42:44.561]
- Windows Version: 6.1 [7601]
- MOVIE-ONLY/ALTERNATE OUTPUT mode enabled
- Mode: MKV, Intact Video, Intact Audio
- Quality: High Quality (Default)
- Decoding/Frame serving: X264/LAVF
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[01:52:44] PHASE ONE, Encoding
- [01:52:44] Processing: VID_00006 (1 of 1)
- [01:52:44] Extracting A/V streams [VID_00006]
- [01:54:18] Reencoding video [VID_00006]
- [01:54:18] Keeping original video (no reencode)
- [01:54:18] Processing audio tracks
- Track 4352 (eng): Keeping original audio
- Track 4353 (eng): Keeping original audio
[01:54:18]PHASE ONE complete
[01:54:18]PHASE TWO - Rebuild Started
- [01:54:18] Building ALTERNATE OUTPUT Structure
[01:57:29] - Encode and Rebuild complete
[01:57:29] JOB: 06. D- [00-42-44] finished.
==========================
[01:57:29] END - BATCH SEQUENCE
==========================
As can be seen, the menu file was never extracted. The "06" file was actually #5. Well, not exactly. Notice the length difference.
Here is the BDMV file (http://vidiot.com/BDRB-BDMV.zip), minus the M2TS files.
UPDATE: I've discovered that BDRB is doing a title shift. The title for playlist 1 is assigned to playlist 6 (yep, the menu video), The pattern continues such that the title for playlist 5 is assigned to playlist 4. Playlist 5 ends up getting the "06. D- [00-42-44]" title. This happens on all three disks that I've done so far and expect it to do the same for the remaining two.
Blurayhd
7th January 2019, 08:12
Hi all hi Jdobbs I hope you start a good new year and please excuse me english is not my first language but I trying to do my best
So, I have on my collection several movies that I like to make a backup and last weeks I was thinking about encode that backup to MKV 265 10 bit (I check and Bd rebuilder cant do that Iīm wrong?)
Let me explain, for example I have Star Wars , last days I make a backup with Rebuilder
So, when the BD25 was finish, just for see whats happens I tried to encode this BD25 to MKV 265 10 bit with another program and make me a file around 15gb comparing with the almost 22gb of BD25?
This MKV file with 15gb is a perfect copy of my BD25
So I wonder if I keep this MKV file as backup and some time when I need it if I just restored this MKV again to a BD25 Iīll get the same quality that I previously get when I encode the first time?
For example the DTS audio I encode to AAC
Jdobbs I hope dont be Broking any rules, if I do, just let me know dear please I dont any bad intention
Thank you in advance!!
ps: I canīt find in Bd rebuilder this option
Sharc
7th January 2019, 09:32
Hi all hi Jdobbs I hope you start a good new year and please excuse me english is not my first language but I trying to do my best
So, I have on my collection several movies that I like to make a backup and last weeks I was thinking about encode that backup to MKV 265 10 bit (I check and Bd rebuilder cant do that Iīm wrong?)
Let me explain, for example I have Star Wars , last days I make a backup with Rebuilder
So, when the BD25 was finish, just for see whats happens I tried to encode this BD25 to MKV 265 10 bit with another program and make me a file around 15gb comparing with the almost 22gb of BD25?
This MKV file with 15gb is a perfect copy of my BD25
So I wonder if I keep this MKV file as backup and some time when I need it if I just restored this MKV again to a BD25 Iīll get the same quality that I previously get when I encode the first time?
For example the DTS audio I encode to AAC
Jdobbs I hope dont be Broking any rules, if I do, just let me know dear please I dont any bad intention
Thank you in advance!!
ps: I canīt find in Bd rebuilder this option
First of all, you should keep the original Blu-Ray disc in a safe place. This is your master for all subsequent re-encodes.
Secondly, as every re-encode of a re-encode (like your MKV 265 10 bit) introduces new losses and artefacts (they might be small though), it is not recommended to keep a re-encode of a re-encode as a master or archival copy.
jfcarbel
7th January 2019, 19:28
Upgraded version and want to ensure I refresh/update as its been some time since I updated anything.
Are these settings still valid?
1) Nero AAC:
Just upgraded version and noticed I had in INI file a path to Nero AAC encoder as set below:
NEROAAC=1
NeroAACPath=C:\Program Files (x86)\Nero\NeroAACCodec_v1.5.4\neroAacEnc.exe
Is Nero still the best for quality and recommended? I ask because that was the recommendation many years ago, but I assume the FAAC project has improved.
2) FFSHOW version:
Noticed I am running an very old version at 3382 and looks like for some time 4504 is recommended version.
Should I install new version and will installer move over any custom settings I had in prior version?
3) Multiprocessor settings:
Also noticed using this setting as I have a Intel 6 core CPU and 16GB RAM
MULTIPROCESS=4
Are most folks with multi core using this setting? I have not had any issues with it and been using for some time now.
4) Encode Quality settings
Noticed I switched off auth and set to High Quality Default (ENCODE_QUALITY=2)
And One Pass ABR (ONEPASS_ENCODING=2)
Should I continue using one pass ABR or is CRF now what most use? I understand if I uncheck one pass the output target might be more accurate but it takes more time. Is 2 pass almost double what one pass encoding time takes?
5) Tool versions
noticed am using AVISYNTH Version: 2.5.8.0 and HAALI Splitter: 1.9.42.1
Will update to AVIsynth to latest. But is the version of Splitter the latest, could not tell as readme file does not indicate version that jdobbs recommends.
6) Preview in BDRebuilder
Noticed it launches my MPC classic 6.4.9.1 which is surprising as most bluray are H.264 so would have thought would now launch MPC-HC which I have installed.
Blurayhd
8th January 2019, 04:37
First of all, you should keep the original Blu-Ray disc in a safe place. This is your master for all subsequent re-encodes.
Secondly, as every re-encode of a re-encode (like your MKV 265 10 bit) introduces new losses and artefacts (they might be small though), it is not recommended to keep a re-encode of a re-encode as a master or archival copy.
You are saying if I pass BD25 to MKV 265 directly, with full quality and AAC audio best quality (just like when you pass the BD25 to MKV with Makemkv) Iīll get loose quality?
My idea like I sayd is encode with Rebuilder to BD25 and not burning to disc but pass is it MKV, you know, 23gb compare with 15gb is something
So what do you say?
MrVideo
8th January 2019, 10:45
As pointed out, each and every recode introduces errors into the video. The higher the recoding bitrate, the less errors, but still errors. Going from DTS to AAC is not the best thing to do either. So, do as you were told and keep the original Blu-ray.
Will you notice the recoding errors, probably not.
Blurayhd
8th January 2019, 19:10
As pointed out, each and every recode introduces errors into the video. The higher the recoding bitrate, the less errors, but still errors. Going from DTS to AAC is not the best thing to do either. So, do as you were told and keep the original Blu-ray.
Will you notice the recoding errors, probably not.
Thank you
ggtop
12th January 2019, 19:57
Hi,
I have just experienced one of those rare cases where BDRB doesn't recognize a disc structure. The BD is called "Ein Vogel auf dem Drahtseil" and a german release of "Bird on a wire". BDRB doesn't read it from ISO and from original with AnyDVD running. If of any help BD Info, BD Edit, Clone BD have no problem showing the discs content. Anything I can provide to help?
ggtop
CV91913
12th January 2019, 23:03
Hi,
I have just experienced one of those rare cases where BDRB doesn't recognize a disc structure. The BD is called "Ein Vogel auf dem Drahtseil" and a german release of "Bird on a wire". BDRB doesn't read it from ISO and from original with AnyDVD running. If of any help BD Info, BD Edit, Clone BD have no problem showing the discs content. Anything I can provide to help?
ggtop
As I recall, there are problems running BDRB with AnyDVD running. It was developed to run with disks that had no protection. And, I believe, JD does not respond to issues involving external programs like AnyDVD.
AmigaFuture
13th January 2019, 03:26
There's something to disable in AnyDVD, I think.. Anyway, rip the BD to Hard Drive and BD-RB should notice the rip fine.
Shadow-Man
13th January 2019, 17:09
Is it possible to override the --bluray-compat switch? I only want to use software players so... (B-Pyramid optimal, GOP 24 - 240)
I read that there is an encoding quality 6 wich enables a custom commandline - but i cant get it to work.
jdobbs
14th July 2012, 14:44
...ENCODE_QUALITY=6 is used for a custom command line. It is only meant for internal testing and very definitely isn't a higher quality level. Without proper usage (also undocumented) it could create a stream that is not BD compliant.
And here are some suggestions (if possible:cool:)
- different Avisynth settings for Main Movie / Bonus Material
- individual resolution settings for movie / extras (movie 1080 - extras 720)
- individual audio settings for movie / extras (i.e. movie dts-hd 5.1 to 640 ac3 5.1 / extras dts 768 5.1 to ac3 192 stereo)
- A copy stream option (usefull when in edit mode und enforce reencoding is used but still some streams should be untouched)
- the possibility to replace an Audio Stream (Main Movie) (for dubbing or uhd audio for bluray i.e. DTS 768 from BD to DTS-HD from uhd)
- the possibility to define a timerange for main movie on episode bluray with extras i.e.
episodes 3 x 45 min / specials: making of 60 min, Intervies 20 min
> timerange 30<>50 so the Episodes will count as "main movies"
- support for qtgmc deinterlacer (auto use on interlaced material, with possibility to edit some switches like preset, ezdenoise, source match - auto set single frame for 1080p and double frame for 720p)
:thanks:
Lathe
13th January 2019, 21:30
To all: Any and all political comments made in this forum will result in strikes. No exceptions from here on. This is a technical forum, not means for anyone to voice their political opinions.
JD for president!!! http://lathe-of-heaven.com/thumbsup3.gif
Oh CRAP!!! http://lathe-of-heaven.com/yikes.gif
Heh heh... just getting caught up... I haven't been getting any notifications here and I just noticed how very Peaceful life... uh, *cough..., I mean, uh, how much I must have missed out on... :D
Lathe
13th January 2019, 21:45
Quote:
Originally Posted by Ch3vr0n
Hey don't stress. Family comes first this time of year! Don't let them think you're a stranger.
Good point. Thanks for understanding.
Ah, but... Has JD indeed been getting stranger and stranger...? Have the neighbors been saying that he is the guy who is always so quiet and keeps to himself...?
http://lathe-of-heaven.com/worried.gif
MrVideo
14th January 2019, 04:26
Is it possible to override the --bluray-compat switch? I only want to use software players so... (B-Pyramid optimal, GOP 24 - 240)
Why? Software players have no issue playing BD compatible H.264 encodings.
AmigaFuture
14th January 2019, 05:23
JD for president!!!
Heh heh... just getting caught up... I haven't been getting any notifications here and I just noticed how very Peaceful life... uh, *cough..., I mean, uh, how much I must have missed out on... :D
You're pretty common, so I wonder how many others aren't getting updates if they haven't visited in a while?
Blurayhd
15th January 2019, 18:40
Hi all hi Jdobbs I have Passengers in UHD and I need to convert to Full HD, I pass from Bluray structure to one MKV file with audios tracks and subtitles and when I use Bd rebuilder 60.04 and in File,Imports, Mkv, I select this passengers UHD MKV file to import so Bd rebuilder should collect all information about it in let me start the convertion to Full hd? I ask this question because I donīt have clear how to do it because Bd rebuilder, just donīt do nothing, I mean, I can select the MKV and Bd rebuilder says
"[14:35:03] Importing MKV: PASSENGERS_(2016)_T00
- Preparing MKV for processing..."
And
[14:35:03] Importing MKV: PASSENGERS_(2016)_T00
- Preparing MKV for processing...
- Collecting audio/video streams from source...
And then this
[14:35:03] Importing MKV: PASSENGERS_(2016)_T00
- Preparing MKV for processing...
- Collecting audio/video streams from source...
- Building pseudo-BD source structure...
- Source issue found, attempting correction...
And then just the bars appears at 100% but donīt do nothing and doesnīt appears any like audio tracks and subtitles, just nothing
This is the log thank you Ch3vron
----------------------
[14:35:03] Importing MKV: PASSENGERS_(2016)_T00
- Preparing MKV for processing...
- Collecting audio/video streams from source...
- Building pseudo-BD source structure...
- Source issue found, attempting correction...
[15:08:19]ERROR: Removing compression. Aborted.
I just donīt know because the bar of current process just go ahead but when it finish, nothing happens Bd rebuilder just stay there
please excuse me my english because is not my first language
Could you help me? thank you in advance!!
Ch3vr0n
15th January 2019, 18:45
Not without the full log
Blurayhd
15th January 2019, 19:09
Not without the full log
Youīre right, sorry in the rush I missed that
Blurayhd
15th January 2019, 22:54
All right this is the log and screenshot I donīknow what am I wrong? I have 176gb fee space on that drive
[14:35:03] Importing MKV: PASSENGERS_(2016)_T00
- Preparing MKV for processing...
- Collecting audio/video streams from source...
- Building pseudo-BD source structure...
- Source issue found, attempting correction...
[15:08:19]ERROR: Removing compression. Aborted.
----------------------
[15:20:59] Importing MKV: PASSENGERS_(2016)_T00
- Preparing MKV for processing...
- Collecting audio/video streams from source...
- Building pseudo-BD source structure...
- Source issue found, attempting correction...
- Building pseudo-BD source structure...
[16:26:16]ERROR: Failed to build BD structure. Aborted.
http://subirimagen.me/uploads/20190115155549.JPG
Blurayhd
16th January 2019, 02:28
All right this is the log and screenshot I donīknow what am I wrong? I have 176gb fee space on that drive
[14:35:03] Importing MKV: PASSENGERS_(2016)_T00
- Preparing MKV for processing...
- Collecting audio/video streams from source...
- Building pseudo-BD source structure...
- Source issue found, attempting correction...
[15:08:19]ERROR: Removing compression. Aborted.
----------------------
[15:20:59] Importing MKV: PASSENGERS_(2016)_T00
- Preparing MKV for processing...
- Collecting audio/video streams from source...
- Building pseudo-BD source structure...
- Source issue found, attempting correction...
- Building pseudo-BD source structure...
[16:26:16]ERROR: Failed to build BD structure. Aborted.
http://subirimagen.me/uploads/20190115155549.JPG
Finally I make some more space on disk and I get this log
----------------------
[20:40:10] Importing MKV: PASSENGERS_(2016)_T00
- Preparing MKV for processing...
- Collecting audio/video streams from source...
- Building pseudo-BD source structure...
- Source issue found, attempting correction...
- Building pseudo-BD source structure...
[21:51:24] Video import completed successfully.
But once the video import is complete Bd rebuilder should show me the audio and subtitles tracks so far I know but only show me this
http://subirimagen.me/uploads/20190115192451.JPG
I donīt have any option to modify anything
Like I sayd before I donīt know what to do, and you donīt have any idea how much Iīll appreciate if any one could show me what I have to do and the error?
have a nice day
MrVideo
16th January 2019, 02:34
Wait for JD to release a new version that will allow for UHD to BD backups.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.