View Full Version : BD Rebuilder Beta - Bug Reports Only
GaPony
21st July 2009, 00:57
I have just done Madagascar 2 (to bd-9) and there is still the problem with the audio missing on the main movie and no reponse from the 'audio' button on the Sony 550 - I can't trigger the PiP. On a pc using TMT3 - here the default audio is a mismatch of the soundtrack and the commentary and at 192kbp - weird and echoey. When PiP is selected the window appears but there is no sound at all.
It can't be just me!
FWIW, I did that movie months ago in two different ways, both successful.
Full movie to BD25 - default program settings.
Movie only to BD9 - Using "Stricter compliance for AVCHD" enabled and everything else at default.
ds9delta
21st July 2009, 01:42
Error With 25.02 Still Trying Cars R0 (Australia)
- [09:44:07] Extracting A/V streams [VID_00060]
- Error in attempt to extract audio/subs.
- AV frame too large (56291 bytes). Increase AV buffer.
[10:12:40] - Failed to retrieve audio, aborted
[Options]
RESIZE=0
MODE=0
AUDIO_TO_KEEP=eng;
SUBS_TO_KEEP=all
TRELLIS=1
COLOR_BOOST=0
RESIZE_1080=0
DTS_REENCODE=0
AC3_REENCODE=1
AC3_640=0
KEEP_HD_AUDIO=1
AVCHD=0
REMOVE_WORKFILES=0
AUDIO_TRACK_LIMIT=0
SUBTITLE_TRACK_LIMIT=0
CUSTOM_TARGET_SIZE=22900
CRF_ENCODING=0
TARGET_SIZE=22900
ENCODE_QUALITY=5
PRIORITY_CLASS=0
[Paths]
SOURCE_PATH=I:\
WORKING_PATH=D:\AWAITING BLU-RAY BURN\NEW FOLDER\
Anyone Able To Help Please??? I Don't Even Get This Error! I've Never Heard Of It Before On Any Sort Of Video Encoding! Any Advice, Help, Or Explanation Greatly Appreciated! Cheers:)
Jake802
21st July 2009, 02:22
Thanks! Ill try burning it and see what happens!
Sharc
21st July 2009, 07:59
I'm looking at your spreadsheet right now. I don't think I understand it yet -- so bear with me. :)
Here my algorithm:
Step 0:
crf_0 = 20 # initial guess
=> Encode a sample. Result is ActualSize_0
Step 1:
crf_1 = crf_0 - 6*(TargetSize - ActualSize_0)/ActualSize_0
=> Encode a sample. Result is ActualSize_1
Step 2: from here onwards (n = 2, 3, 4, .... ) the recursive formula applies:
crf_n = crf_n-1 - (TargetSize - ActualSize_n-1)*(crf_n-1 - crf_n-2)/(ActualSize_n-2 - ActualSize_n-1)
=> Encode sample
.... etc.
We can stop if (TargetSize - ActualSize_n) / TargetSize < 5% (for example).
Normaly this requires very few steps only (2.....4) in my experience.
Chefkoch_ico
21st July 2009, 09:36
Hi,
I did Seven Pounds with 25.01 1pass to bd-25, way undersized (about 70%)
Now with 25.02 I did Valkyrie, same settings, size is now great (97% of a BD-25)
I now to a high speed 1 pass of a problematic universal title with PiP. Hope it works now with PowerDVD.
Bye
drmih
21st July 2009, 10:21
FWIW, I did that movie months ago in two different ways, both successful.
Full movie to BD25 - default program settings.
Movie only to BD9 - Using "Stricter compliance for AVCHD" enabled and everything else at default.
I did as well - this was only to test out the PiP capability in the new version.
datman
21st July 2009, 12:50
Hello jdobbs, nice work on all the new features. I especially like the shut off at completion.
I have been getting this same error at the completion of all 3 encodes with 25.02 and it seems to disrupt the automatic shut off. The encode seems to be fine.
My first run with 0.25.02 was full movie BD25 of Dances with wolves in fast BD-25 mode.
The result was way OVERsized (more than 40gb final size).
And I got this error message, which has been spken off before at the end of the process.
Now I'm runnning movie only with otherwise identical settings and will report back later on.
jdobbs
21st July 2009, 15:31
Error With 25.02 Still Trying Cars R0 (Australia)
- [09:44:07] Extracting A/V streams [VID_00060]
- Error in attempt to extract audio/subs.
- AV frame too large (56291 bytes). Increase AV buffer.
[10:12:40] - Failed to retrieve audio, aborted
[Options]
RESIZE=0
MODE=0
AUDIO_TO_KEEP=eng;
SUBS_TO_KEEP=all
TRELLIS=1
COLOR_BOOST=0
RESIZE_1080=0
DTS_REENCODE=0
AC3_REENCODE=1
AC3_640=0
KEEP_HD_AUDIO=1
AVCHD=0
REMOVE_WORKFILES=0
AUDIO_TRACK_LIMIT=0
SUBTITLE_TRACK_LIMIT=0
CUSTOM_TARGET_SIZE=22900
CRF_ENCODING=0
TARGET_SIZE=22900
ENCODE_QUALITY=5
PRIORITY_CLASS=0
[Paths]
SOURCE_PATH=I:\
WORKING_PATH=D:\AWAITING BLU-RAY BURN\NEW FOLDER\
Anyone Able To Help Please??? I Don't Even Get This Error! I've Never Heard Of It Before On Any Sort Of Video Encoding! Any Advice, Help, Or Explanation Greatly Appreciated! Cheers:)
BD-RB is just showing the error that it received from TSMUXER. I've never seen that one either.
jdobbs
21st July 2009, 16:18
Hello, Just tried to do a movie only encode bd25 using custom setting on new version of BD got the following error msg:
-----------------------
[03:29:42] BD Rebuilder v0.25.02 (beta)
- Source: BD_VIDEO
- Input BD size: 29.52 GB
- Approximate total content: [02:13:47.477]
- Target BD size: 22.90 GB
- MOVIE-ONLY mode enabled
[03:29:42] PHASE ONE, Encoding
- [03:29:42] Extracting A/V streams [VID_00074]
- [03:44:41] Reencoding: VID_00074 (1 of 1)
[12:23:40]PHASE ONE complete
[12:23:40]PHASE TWO - Rebuild Started
- [12:23:40] Rebuilding BD file Structure
- [12:36:41] CorrectEPData() 00009 2904
[17:54:55] - Encode and Rebuild complete
[17:54:55]JOB: BD_VIDEO finished.
Any ideas?
Thanks
Jake This is certainly confusing. The 00009 is an indicator of a subscript that is out of range. The 2904 identifies where it happened. But the identifier 2904 has nothing to do with the CorrectEPData() subroutine. :confused:
jdobbs
21st July 2009, 16:25
My first run with 0.25.02 was full movie BD25 of Dances with wolves in fast BD-25 mode.
The result was way OVERsized (more than 40gb final size).
And I got this error message, which has been spken off before at the end of the process.
Now I'm runnning movie only with otherwise identical settings and will report back later on. Please post the INI and INF files. Was one-pass (experimental) selected?
Sn8kbordin
21st July 2009, 16:25
BD-RB 0.25.02 gives error "BD RB experienced an error 2904 CorrectEPData() 00009 2904" when doing movie only to DVD9, stricker AVCHD checked, when not resizing and when resizing to 720P.
-----------------------
[18:53:27] BD Rebuilder v0.25.02 (beta)
- Source: BLOW
- Input BD size: 23.40 GB
- Approximate total content: [02:03:26.440]
- Target BD size: 8.06 GB
- MOVIE-ONLY mode enabled
[18:53:27] PHASE ONE, Encoding
- [18:53:27] Extracting A/V streams [VID_00000]
- [19:02:23] Reencoding: VID_00000 (1 of 1)
- [23:20:30] Video Encode complete
- [23:20:30] Reencoding audio tracks (if req'd)
- [23:20:30] Multiplexing M2TS
[23:23:17]PHASE ONE complete
[23:23:17]PHASE TWO - Rebuild Started
- [23:23:17] Rebuilding BD file Structure
- [23:25:25] CorrectEPData() 00009 2904
[06:57:37] - Encode and Rebuild complete
[06:57:37]JOB: BLOW finished.
-----------------------
[07:06:43] BD Rebuilder v0.25.02 (beta)
- Source: BLOW
- Input BD size: 23.40 GB
- Approximate total content: [02:03:26.440]
- Target BD size: 8.06 GB
- MOVIE-ONLY mode enabled
- Encoding cancelled.
-----------------------
[07:13:54] BD Rebuilder v0.25.02 (beta)
- Source: SPE_BDLIVE
- Input BD size: 27.40 GB
- Approximate total content: [02:03:05.419]
- Target BD size: 8.07 GB
- MOVIE-ONLY mode enabled
- RESIZE 1080p to 720p enabled
[07:13:57] PHASE ONE, Encoding
- [07:13:57] Extracting A/V streams [VID_00262]
- [07:18:04] Collecting video information [00262]
- Video: 1920x1080, 23.976fps, 177,073 frames
- Bitrate: 7,800 Kbs
- [07:18:04] Reencoding: VID_00262, Pass 1 of 2
- [08:23:07] Reencoding: VID_00262, Pass 2 of 2
- [10:10:04] Video Encode complete
- [10:10:04] Reencoding audio tracks (if req'd)
- [10:10:04] Multiplexing M2TS
[10:12:51]PHASE ONE complete
[10:12:51]PHASE TWO - Rebuild Started
- [10:12:51] Rebuilding BD file Structure
- [10:14:40] CorrectEPData() 00009 2904
[10:22:46] - Encode and Rebuild complete
[10:22:46]JOB: SPE_BDLIVE finished.
Movie only resulted in proper size this time but with error on end.
Why does BD-RB produce the strict avchd structure for a BD-25 conversion?
I have ticked this option in the settings but wasnt it in former version that the strict avchd structure only applied when bd-5/9 was chosen?
Here is the log for the oversized full movie bd-25 and the movie only bd-25 conversion:
-----------------------
[21:31:03] BD Rebuilder v0.25.02 (beta)
- Source: WOLF
- Input BD size: 43,12 GB
- Approximate total content: [04:23:14.153]
- Target BD size: 22,46 GB
[21:31:03] PHASE ONE, Encoding
- [21:31:03] Extracting A/V streams [VID_00001]
- [21:31:09] Reencoding: VID_00001 (1 of 15)
- [21:32:51] Extracting A/V streams [VID_00006]
- [21:46:58] Reencoding: VID_00006 (2 of 15)
- [04:31:16] Extracting A/V streams [VID_00007]
- [04:31:19] Reencoding: VID_00007 (3 of 15)
- [04:33:55] Extracting A/V streams [VID_00008]
- [04:33:59] Reencoding: VID_00008 (4 of 15)
- [04:36:32] Extracting A/V streams [VID_00009]
- [04:36:36] Reencoding: VID_00009 (5 of 15)
- [04:39:51] Extracting A/V streams [VID_00010]
- [04:39:56] Reencoding: VID_00010 (6 of 15)
- [04:42:47] Extracting A/V streams [VID_00011]
- [04:42:51] Reencoding: VID_00011 (7 of 15)
- [04:46:02] Extracting A/V streams [VID_00012]
- [04:46:10] Reencoding: VID_00012 (8 of 15)
- [04:49:32] Extracting A/V streams [VID_00013]
- [04:49:38] Reencoding: VID_00013 (9 of 15)
- [04:53:31] Extracting A/V streams [VID_00014]
- [04:53:37] Reencoding: VID_00014 (10 of 15)
- [04:57:26] Extracting A/V streams [VID_00015]
- [04:57:30] Reencoding: VID_00015 (11 of 15)
- [05:00:28] Extracting A/V streams [VID_00016]
- [05:00:28] Reencoding: VID_00016 (12 of 15)
- [05:00:31] Extracting A/V streams [VID_00017]
- [05:00:31] Reencoding: VID_00017 (13 of 15)
- [05:00:33] Extracting A/V streams [VID_00021]
- [05:00:38] Reencoding: VID_00021 (14 of 15)
- [05:04:17] Extracting A/V streams [VID_00022]
- [05:04:23] Reencoding: VID_00022 (15 of 15)
[05:07:46]PHASE ONE complete
[05:07:46]PHASE TWO - Rebuild Started
- [05:07:46] Rebuilding BD file Structure
[05:07:51] - Encode and Rebuild complete
- Computer SHUTDOWN initiated.
-----------------------
[06:58:20] BD Rebuilder v0.25.02 (beta)
- Source: WOLF
- Input BD size: 40,44 GB
- Approximate total content: [03:56:39.476]
- Target BD size: 22,46 GB
- MOVIE-ONLY mode enabled
- SHUTDOWN at completion enabled
[06:58:20] PHASE ONE, Encoding
- [06:58:20] Extracting A/V streams [VID_00006]
- [07:11:08] Reencoding: VID_00006 (1 of 2)
- [12:56:42] Extracting A/V streams [VID_00016]
- [12:56:43] Reencoding: VID_00016 (2 of 2)
[12:56:49]PHASE ONE complete
[12:56:49]PHASE TWO - Rebuild Started
- [12:56:49] Rebuilding BD file Structure
- [14:04:21] CorrectEPData() 00009 2904
[17:16:35] - Encode and Rebuild complete
[17:16:35]JOB: WOLF finished.
Because I used the same directory I think the INF file was overwritten and this is only the latter version for the movie only bd-25 conversion (with the strict avchd structure):
[Status]
LABEL=WOLF
VERSION=v0.25.02 (beta)
SOURCE_SIZE=43425196032
SOURCE_VIDEO_SIZE=43425196032
TARGET_SIZE=24117248000
REDUCTION=.55537453376671
RESIZE_1080=0
AUDIO_TO_KEEP=deu;eng;
SUBS_TO_KEEP=deu;eng;
BACKUP_MODE=1
QUICK=0
ENCODE_STEP=0
COMPLETED=2
REBUILD_COMPLETE=0
[00006]
AUDIO=1111
PGS=11111
M2TS_TARGET=24117234351
RATE=6275
NSIZE=11697641472
FLINK=0
MLINK=0
[00016]
M2TS_TARGET=13649
RATE=500
AUDIO=
NSIZE=18432
FLINK=0
MLINK=0
Was one-pass (experimental) selected?
I could swear it was NOT but will repeat the conversion.
Shuttle99
21st July 2009, 22:45
I have tested 25.02 twice movie only one @two pass dvd 9 and again one pass dvd9 both times gave me the same error ....2904 like the posts above the only difference it said something about correct path ...2904 but both times completed ok even with the error.
jdobbs
22nd July 2009, 00:43
Yeah, I found it. It was related to the new code I'd added to support secondary audio and affects Movie-Only encodes. It won't hurt anything, and can be ignored, but is annoying. I'll put out a new version with the fix.
jdobbs
22nd July 2009, 00:55
Just posted a new version, you can download it through the first post of this thread. Changes:
- Updated the prediction algorithm for one-pass
encoding. It should now be slightly more accurate
- Corrected bug that causes the error "00009 2904"
in CorrectEPData() when doing movie-only encodes.
- Other minor corrections and cosmetic fixes.
GaPony
22nd July 2009, 01:23
Don't you mean v.0.25.03 beta? :)
jwjohnson
22nd July 2009, 03:22
I just did a movie only BD-25 of Harry Potter 5 - The Order of the Phoenix with 25.03. It completed very quickly, but came out way undersized. ImgBurn says the image is only 15.7 GB. It plays ok from the folder with TMT 2.1.6.130, but I don't like the wasted space. The Movie stream was shown to be 29 GB so it should have re-encoded it. Here's the log and I've attached the INI and INF files.
[18:37:58] BD Rebuilder v0.25.03 (beta)
- Source: HP5_PHOENIX
- Input BD size: 28.36 GB
- Approximate total content: [02:18:14.452]
- Target BD size: 22.46 GB
- MOVIE-ONLY mode enabled
[18:38:06] PHASE ONE, Encoding
- [18:38:06] Extracting A/V streams [VID_00000]
- [19:09:03] Collecting video information [00000]
- [19:09:03] Keeping original video (no reencode)
- [19:09:03] Reencoding audio tracks (if req'd)
- [19:11:02] Multiplexing M2TS
[19:19:48]PHASE ONE complete
[19:19:48]PHASE TWO - Rebuild Started
- [19:19:48] Rebuilding BD file Structure
[19:29:23] - Encode and Rebuild complete
[19:29:23]JOB: HP5_PHOENIX finished.
[Options]
RESIZE=0
MODE=1
QUICK_EXTRAS=0
TARGET_SIZE=23000
VERBOSE_STATUS=1
AUDIO_TO_KEEP=eng;
SUBS_TO_KEEP=eng;
TRELLIS=1
COLOR_BOOST=0
RESIZE_1080=0
DTS_REENCODE=1
AC3_REENCODE=1
AC3_640=1
KEEP_HD_AUDIO=0
AVCHD=0
REMOVE_WORKFILES=0
AUDIO_TRACK_LIMIT=1
SUBTITLE_TRACK_LIMIT=1
CUSTOM_TARGET_SIZE=23450
[Paths]
SOURCE_PATH=F:\BD-RIPS\HP5_PHOENIX\
WORKING_PATH=F:\BD-RB WORK\
[Status]
LABEL=HP5_PHOENIX
VERSION=v0.25.03 (beta)
SOURCE_SIZE=30447593472
SOURCE_VIDEO_SIZE=30447593472
TARGET_SIZE=24117248000
REDUCTION=.792090449518729
RESIZE_1080=0
AUDIO_TO_KEEP=eng;
SUBS_TO_KEEP=eng;
BACKUP_MODE=1
QUICK=0
ENCODE_STEP=0
COMPLETED=1
REBUILD_COMPLETE=1
[00000]
AUDIO=10000000000000
PGS=100000000000000000000000000
M2TS_TARGET=24117248000
USE_ORIGINAL=1
NSIZE=14973511680
FLINK=0
MLINK=0
Jake802
22nd July 2009, 03:28
Trying it out on X3 now! Thanks JDobbs!
jdobbs
22nd July 2009, 04:27
Don't you mean v.0.25.03 beta? :)Uhhh... yes I did. :)
jdobbs
22nd July 2009, 04:32
I just did a movie only BD-25 of Harry Potter 5 - The Order of the Phoenix with 25.03. It completed very quickly, but came out way undersized. ImgBurn says the image is only 15.7 GB. It plays ok from the folder with TMT 2.1.6.130, but I don't like the wasted space. The Movie stream was shown to be 29 GB so it should have re-encoded it. Here's the log and I've attached the INI and INF files. That's because there was no need to reencode -- the film was small enough to fit as it was. It would REALLY be a waste of space to reencode just to make it bigger at the expense of quality.
jwjohnson
22nd July 2009, 04:39
Could you send me the .stats file? dvd-rb@dvd-rb.com That's because there was no need to reencode -- the film was small enough to fit as it was. It would REALLY be a waste of space to reencode just to make it bigger at the expense of quality.
Where do I find the .stats file?
jdobbs
22nd July 2009, 04:41
Where do I find the .stats file? I edited the post after I looked more closely at your LOG. There will be no .stats because there was no encode done.
Sharc
22nd July 2009, 07:25
Just posted a new version, you can download it through the first post of this thread. Changes:
- Updated the prediction algorithm for one-pass
encoding. It should now be slightly more accurate
Just to report back: It looks much better now.
crf sequence for v0.25.02 (beta)
26.16 8.31 13.89 19.04 21.08 19.56 20.86 19.81 20.75 19.95 20.66 20.01 20.59 20.06 20.57 20.08 20.57 20.09 20.55 20.10 20.33 [20.33]
For v0.25.03 (beta)
26.16 9.34 22.69 20.80 20.49 [20.51]
Furiousflea
22nd July 2009, 12:31
jdobbs...
Could the freezing\no audio problem with PiP backups on the Sony S550 be releated to that the PiP track is compressed using a different codec to the main feature after processing with BDRB...
Since the PiP track is left as is (VC1) and the main movie which was VC1 is now in MPEG4?
Does the rule apply that you can't mix codecs in an mpls even for PiP tracks apply?
Maybe this could be the problem and some players don't mind but others do? Maybe it would be worth adding the option to compress the PiP track to find out...
Just a thought :)
Furiousflea
22nd July 2009, 13:16
jdobbs...
Could the freezing\no audio problem with PiP backups on the Sony S550 be releated to that the PiP track is compressed using a different codec to the main feature after processing with BDRB...
Since the PiP track is left as is (VC1) and the main movie which was VC1 is now in MPEG4?
Does the rule apply that you can't mix codecs in an mpls even for PiP tracks apply?
Maybe this could be the problem and some players don't mind but others do? Maybe it would be worth adding the option to compress the PiP track to find out...
Just a thought :)
EDIT
SOLUTION!!!!
Right, the problem seems to be because I had the S550 set to output in "pure" mode. This has the effect of outputting a bit stream for a receiver that can decode TrueHD\DTSMA (which mine can). However it seems there is a limitation in the player that it can't output the AC3+ audio mixed with that "pure" signal - which would make sense having the effect of not hearing the PiP audio (which should be mixed with the main TrueHD audio track - and NOT actually replace it)...
So "The Matrix" works fine now...TrueHD appears in when I press the "info" button on the remote, but I can actually hear the PiP track + the main TrueHD track together - (when I set the output to "mix" in the settings for the S550)
However there is a problem or an inconvenience, because I know for a face that the S550 when it encounters DTSMA and you have it set to mix - it will only output normal DTS...
Anyways, jdobbs...looks like this is resolved, at least for Blurays that have AC3+...
I'm not sure about "The Day The Earth Stood Still" though...as I think there could be a genuine problem there, since that original PiP track doesn't actually even have any audio but a freezing occurs when PiP video should appear.
EDIT
Problem with freezing is still there with "The Day The Earth Stood Still"....
Also...I'm using the "keep interlaced" option and when I look at this material on my Sony S550...There are clear interlaced zig zagging present as if the player isn't even attempting to deinterlace? Is this a known bug? This is on "The Matrix" special features.
daberti
22nd July 2009, 13:43
BD-RB is just showing the error that it received from TSMUXER. I've never seen that one either.
I'm waiting for my 0.25.2 8% sample encode to finish, with 1%, 2%, 4% already done.
Black Hawk Down, regionB, Movie Only BD25 destination, High Speed+One-pass. More about this later.
Meanwhile a thought came into my mind: it has always been my understanding that Trellis should be somehow (but not necessarily) helpful in a 2-pass encoding environment and that could lead to unpredictable results in 1-pass only encoding. I just leave it disabled by default. What is your opinion?
EDIT 2009-07-23
Logs of 0.25.2 with 1%-2%-4%-8% follow (20.4GB-20.4GB-20.8GB-21.2GB respectively)
-----------------------
[10.59.50] BD Rebuilder v0.25.02 (beta)
- Source: BLACK_HAWK_DOWN
- Input BD size: 33,03 GB
- Approximate total content: [02:24:19.649]
- Target BD size: 22,46 GB
- MOVIE-ONLY mode enabled
[10.59.50] PHASE ONE, Encoding
- [10.59.50] Extracting A/V streams [VID_00000]
- [11.18.39] Collecting video information [00000]
- Video: 1920x1080, 23,976fps, 207.624 frames
- [11.18.39] Reencoding: VID_00000 (1 of 1)
- [11.18.39] Performing CRF Prediction...
- Analyzing 21,56 22,65 [22,76]
- [11.28.30] Encoding using constant rate factor.
- [16.33.55] Video Encode complete
- [16.33.55] Reencoding audio tracks (if req'd)
- [16.33.55] Multiplexing M2TS
[16.49.20]PHASE ONE complete
[16.49.20]PHASE TWO - Rebuild Started
- [16.49.20] Rebuilding BD file Structure
- [17.11.29] CorrectEPData() 00009 2904
[17.20.07] - Encode and Rebuild complete
[17.20.07]JOB: BLACK_HAWK_DOWN finished.
-----------------------
[17.34.59] BD Rebuilder v0.25.02 (beta)
- Source: BLACK_HAWK_DOWN
- Input BD size: 33,03 GB
- Approximate total content: [02:24:19.649]
- Target BD size: 22,46 GB
- MOVIE-ONLY mode enabled
[17.34.59] PHASE ONE, Encoding
- [17.34.59] Extracting A/V streams [VID_00000]
- [18.23.17] Collecting video information [00000]
- Video: 1920x1080, 23,976fps, 207.624 frames
- [18.23.18] Reencoding: VID_00000 (1 of 1)
- [18.23.18] Performing CRF Prediction...
- Analyzing 21,56 22,65 [22,74]
- [18.34.57] Encoding using constant rate factor.
- [22.15.37] Video Encode complete
- [22.15.37] Reencoding audio tracks (if req'd)
- [22.15.37] Multiplexing M2TS
[22.31.06]PHASE ONE complete
[22.31.06]PHASE TWO - Rebuild Started
- [22.31.06] Rebuilding BD file Structure
- [22.51.34] CorrectEPData() 00009 2904
[23.49.15] - Encode and Rebuild complete
[23.49.15]JOB: BLACK_HAWK_DOWN finished.
-----------------------
[13.29.30] BD Rebuilder v0.25.02 (beta)
- Source: BLACK_HAWK_DOWN
- Input BD size: 33,03 GB
- Approximate total content: [02:24:19.649]
- Target BD size: 22,46 GB
- MOVIE-ONLY mode enabled
[13.29.30] PHASE ONE, Encoding
- [13.29.30] Extracting A/V streams [VID_00000]
- [14.24.49] Collecting video information [00000]
- Video: 1920x1080, 23,976fps, 207.624 frames
- [14.24.50] Reencoding: VID_00000 (1 of 1)
- [14.24.50] Performing CRF Prediction...
- Analyzing 21,56 22,53 [22,60]
- [14.47.17] Encoding using constant rate factor.
- [18.36.22] Video Encode complete
- [18.36.22] Reencoding audio tracks (if req'd)
- [18.36.22] Multiplexing M2TS
[18.51.38]PHASE ONE complete
[18.51.38]PHASE TWO - Rebuild Started
- [18.51.38] Rebuilding BD file Structure
- [19.13.39] CorrectEPData() 00009 2904
[19.49.09] - Encode and Rebuild complete
[19.49.09]JOB: BLACK_HAWK_DOWN finished.
-----------------------
[10.29.52] BD Rebuilder v0.25.02 (beta)
- Source: BLACK_HAWK_DOWN
- Input BD size: 33,03 GB
- Approximate total content: [02:24:19.649]
- Target BD size: 22,46 GB
- MOVIE-ONLY mode enabled
[10.29.55] PHASE ONE, Encoding
- [10.29.55] Extracting A/V streams [VID_00000]
- [11.26.48] Collecting video information [00000]
- Video: 1920x1080, 23,976fps, 207.624 frames
- [11.26.48] Reencoding: VID_00000 (1 of 1)
- [11.26.48] Performing CRF Prediction...
- Analyzing 21,56 22,40 [22,45]
- [12.22.04] Encoding using constant rate factor.
- [17.31.48] Video Encode complete
- [17.31.48] Reencoding audio tracks (if req'd)
- [17.31.48] Multiplexing M2TS
[17.47.34]PHASE ONE complete
[17.47.34]PHASE TWO - Rebuild Started
- [17.47.34] Rebuilding BD file Structure
- [18.09.18] CorrectEPData() 00009 2904
[19.44.25] - Encode and Rebuild complete
[19.44.25]JOB: BLACK_HAWK_DOWN finished.
-----------------------
Now 0.25.3 at default sampling is running....more later
drmih
22nd July 2009, 14:14
EDIT
SOLUTION!!!!
Right, the problem seems to be because I had the S550 set to output in "pure" mode. This has the effect of outputting a bit stream for a receiver that can decode TrueHD\DTSMA (which mine can). However it seems there is a limitation in the player that it can't output the AC3+ audio mixed with that "pure" signal - which would make sense having the effect of not hearing the PiP audio (which should be mixed with the main TrueHD audio track - and NOT actually replace it)...
So "The Matrix" works fine now...TrueHD appears in when I press the "info" button on the remote, but I can actually hear the PiP track + the main TrueHD track together - (when I set the output to "mix" in the settings for the S550)
However there is a problem or an inconvenience, because I know for a face that the S550 when it encounters DTSMA and you have it set to mix - it will only output normal DTS...
Anyways, jdobbs...looks like this is resolved, at least for Blurays that have AC3+...
I'm not sure about "The Day The Earth Stood Still" though...as I think there could be a genuine problem there, since that original PiP track doesn't actually even have any audio but a freezing occurs when PiP video should appear.
EDIT
Problem with freezing is still there with "The Day The Earth Stood Still"....
Also...I'm using the "keep interlaced" option and when I look at this material on my Sony S550...There are clear interlaced zig zagging present as if the player isn't even attempting to deinterlace? Is this a known bug? This is on "The Matrix" special features.
I'll also try this later as I still have a stack of discs I have done to try and get around this.
**I'm not sure exactly what you have got working but I have 'old' discs which have the missing audio as well as one I did yesterday with the new options. I still get no audio. I assume that what you are changing is: Audio Settings->BD Audio Settings->Mix or Direct
Sharc
22nd July 2009, 19:10
Just to report back on v0.25.03 (beta):
1-pass encode of movie only onto BD5 / 720p / 2 x audio ac3 480 /1 x sup
crf sequence: 27.78 10.83 24.61 22.83 22.44 [22.48] (it took 15 minutes)
Medium DVD5 filled to 97%. Excellent fit :)
setarip_old
22nd July 2009, 19:17
@jdobbs
Do you know what would be causing this?
I downloaded the zip of v.0.25.03 from Post #1 of this thread.
When unzipping, McAfee indicated that it was removing "Artemis" trojan.
Anyone else seeing this?
LowDead
22nd July 2009, 19:46
@setarip_old
No warnings with Norton 360 v3.0..
//LD
Furiousflea
22nd July 2009, 19:56
I'll also try this later as I still have a stack of discs I have done to try and get around this.
**I'm not sure exactly what you have got working but I have 'old' discs which have the missing audio as well as one I did yesterday with the new options. I still get no audio. I assume that what you are changing is: Audio Settings->BD Audio Settings->Mix or Direct
That's correct. I even checked my original and that has no audio either (I didn't check before since I don't even watch "in movie experience" rubbish but still wanted it as an option for completeness).
However for "The Day The Earth Stood Still", that doesn't freeze on the original ;)
Do you have a receiver that can decode TrueHD? Since with TrueHD it is still sending that through mixed with the AC3+ (when you have the setting set to "mix" in the menu you described).
To prove this quirk with the S550, you'll also notice you get no menu audio when it is set to "direct". Basically "direct" stops any "mixing" at all working. But has the benefit of outputting genuine DTSMA as opssosed to DTS. It seems that the S550 doesn't have the cpu power to decode DTSMA, mix in anything else then recode to DTSMA -> output, but it can for TrueHD.
Maybe a firmware update might fix your problem? There was a new one about a month ago.
iSeries
22nd July 2009, 20:06
I'm also getting the Artemis Trojan warning when trying to install latest version (using McAfee).
Something must have changed as I've never had this warning before when installing BD Rebuilder?
Sharc
22nd July 2009, 20:09
@jdobbs
Do you know what would be causing this?
I downloaded the zip of v.0.25.03 from Post #1 of this thread.
When unzipping, McAfee indicated that it was removing "Artemis" trojan.
Anyone else seeing this?
No alert here. I am also using McAfee.....
jdobbs
22nd July 2009, 21:43
No alert here. I am also using McAfee..... And so am I.
jdobbs
22nd July 2009, 21:48
EDIT
Problem with freezing is still there with "The Day The Earth Stood Still"....
Also...I'm using the "keep interlaced" option and when I look at this material on my Sony S550...There are clear interlaced zig zagging present as if the player isn't even attempting to deinterlace? Is this a known bug? This is on "The Matrix" special features.Does the freezing happen even if the same files are burned to a BD-RE? I know I tested "The Matrix" successfully, but I can't remember if I tested it on BD-9.
setarip_old
22nd July 2009, 22:01
@Sharc
If you would be good enough to NOW download it again and manually scan with McAfee, does McAfee indicate anything unusual (Quarantining the .exe, etc.)?
Capsbackup
22nd July 2009, 22:18
@jdobbs
Do you know what would be causing this?
I downloaded the zip of v.0.25.03 from Post #1 of this thread.
When unzipping, McAfee indicated that it was removing "Artemis" trojan.
Anyone else seeing this?
Yes, I am using McAfee and I get this "Artemis" trojan also. I am unable to use BD-RB anymore since it gets quarrantined. I lso tried 2501, same thing. 2402 is ok though.
Sharc
22nd July 2009, 22:20
@Sharc
If you would be good enough to NOW download it again and manually scan with McAfee, does McAfee indicate anything unusual (Quarantining the .exe, etc.)?
I re-downloaded it just for that purpose before I posted. I forced a scan on the downloaded .zip. No alert, no quarantining.
Capsbackup
22nd July 2009, 22:29
I just re-downloaded it also, and get the same "Artemis" trojan, and BD-RB gets quarantined. Something's up, and I am not having fun now! :angry:
EDIT:
BD-RBV02402 and BD-RBV02502 are ok, BD-RBV02501 and BD-RBV02503 are not.
setarip_old
22nd July 2009, 22:39
@CapsbackupI lso tried 2501, same thing.This is really getting weird. I just manually scanned the 25.01 zip and it is now also showing the "Artemis" trojan - despite the fact that this wasn't the case when I originally downloaded and unzipped it!
I'd been using 25.01 since the day it was issued (7/08?), without incident, until the release of 25.02.
Just as you've noted, 25.02 is OK, while 25.01 and 25.03 indicate the trojan.
I'm mystified!
I don't know if the OS has any bearing on this, but I'm seeing this anomalous behavior on a system running Vista 64 Home Edition SP2...
Capsbackup
22nd July 2009, 22:52
@setarip_old
I'm running XP Pro 32 bit with SP3.
My McAfee is the version that comes with ATT DSL.
Sharc
22nd July 2009, 22:52
Getting curious, I re-downloaded again on 2 PCs, one with McAfee enterprise and 1 with the standard version. I also forced an update of the McAfee: No alarm, nothing, all clean ....:confused:
Bosco82
22nd July 2009, 22:57
Avira is showing the TR/Crypt.XPACK.Gen - Trojan for .25.03 again so I have just disabled Avira so I can run it.
jdobbs
22nd July 2009, 23:01
Yes, I am using McAfee and I get this "Artemis" trojan also. I am unable to use BD-RB anymore since it gets quarrantined. I lso tried 2501, same thing. 2402 is ok though. The difference is that for that one version (I assume you mean 2502), I didn't use EXECryptor (my license ran out over that weekend). So for 2502 I used ASPROTECT. I renewed the EXECryptor license and went back to it. You need to notify McAfee -- it has to be a false positive. I've been using that package for a long time -- including all the BD Rebuilder versions.
Honestly, I know we need these virus packages because of the high number of a$$holes in the world -- but sometimes I wonder if they are more trouble than they are worth.
Capsbackup
22nd July 2009, 23:05
The difference is that for that one version 2402, I didn't use EXEncryptor (my license ran out over that weekend). I renewed the license and went back. You need to notify McAfee -- it has to be a false positive.
I can do this, but if you have ever tried to notify them before, and expect a speedy update, well.. I may as well watch my grass grow!!
setarip_old
22nd July 2009, 23:06
@jdobbs
From my previous experience with the folks at McAfee, such notification is comparable to resisting the Borg ;>}
More importantly, why would "Capsbackup" and I, both with the AT&T DSL version of McAfee be getting these presumed false positives, while you and "Sharc" are not?
jdobbs
22nd July 2009, 23:12
I can do this, but if you have ever tried to notify them before, and expect a speedy update, well.. I may as well watch my grass grow!! I can repost it with ASPROTECT instead. I'll reversion it to 0.25.4. The main reason I use these packages is because they do a checksum of the executable before they will run -- which specifically protects it from trojan attachments. With freeware, you have to do something, or some jerk will hack a virus into it's tail and post it for download somewhere.
jdobbs
22nd July 2009, 23:16
@jdobbs
From my previous experience with the folks at McAfee, such notification is comparable to resisting the Borg ;>}
More importantly, why would "Capsbackup" and I, both with the AT&T DSL version of McAfee be getting these presumed false positives, while you and "Sharc" are not?Resistance is futile.
setarip_old
22nd July 2009, 23:22
@jdobbs
I can repost it with ASPROTECT instead.Please be good enough to post when you've accomplished this ;>}
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.