View Single Post
Old 20th September 2009, 22:49   #5288  |  Link
samtroy
Registered User
 
Join Date: Aug 2003
Posts: 95
@jdobbs

Ok.. 4 people (including myself) with rebuild problems. It seems that there may be some sort of rebuild bug in the latest BDR versions.

Also, I still end up with 4 AC3 tracks in the workfolder when I only choose 2 AC3 tracks (eng/ger) and also choose *not* to reencode AC3 files.

Here are the filenames/sizes:

00001.track_4353.ac3 808.811.520 <- the original ones I guess
00001.track_4358.ac3 808.811.520 <- the original ones I guess
AUD_00001_4353.AC3 808.814.080 <- new ones created by BDR
AUD_00001_4358.AC3 808.814.080 <- new ones created by BDR

AUD_00001_4353.AVS:

#Created by BD Rebuilder - v0.29.04 (beta)
LoadPlugin("D:\BD Rebuilder\tools\nicaudio.dll")
audio=NicAC3Source("00001.track_4353.ac3").Amplify(1.2)
audio = (AudioChannels(audio) > 6) ? GetChannel(audio,1,2,3,4,5,6) : audio
audio

AUD_00001_4358.AVS:

#Created by BD Rebuilder - v0.29.04 (beta)
LoadPlugin("D:\BD Rebuilder\tools\nicaudio.dll")
audio=NicAC3Source("00001.track_4358.ac3").Amplify(1.2)
audio = (AudioChannels(audio) > 6) ? GetChannel(audio,1,2,3,4,5,6) : audio
audio

My settings:

[Options]
RESIZE=0
MODE=1
TARGET_SIZE=23450
AUDIO_TO_KEEP=
SUBS_TO_KEEP=
COLOR_BOOST=0
RESIZE_1080=0
DTS_REENCODE=1
AC3_REENCODE=0
AC3_640=1
KEEP_HD_AUDIO=0
AVCHD=0
REMOVE_WORKFILES=0
AUDIO_TRACK_LIMIT=0
SUBTITLE_TRACK_LIMIT=0
CUSTOM_TARGET_SIZE=8300

I thought with those settings the original AC3 streams are left untouched... (?)

Why is BD Rebuilder writing/reencoding those tracks again? What happens there and does it affect the sound quality? Can it be turned off maybe with some ini-setting?

Thanks for any help.

Last edited by samtroy; 21st September 2009 at 11:15.
samtroy is offline   Reply With Quote