View Single Post
Old 24th November 2021, 16:05   #30944  |  Link
RetsimLegin
Registered User
 
Join Date: Apr 2021
Posts: 31
Quote:
Originally Posted by jdobbs View Post
The AVS is a text file that will exist in your working folder with the extension .AVS. It is fed to the encoder through AVISYNTH. The AVS for each audio stream will start with "AUD". You can open it with any text editor (like NOTEPAD).
I had deleted the output so I just ran the job again. Here is the text file
Code:
#Created by BD Rebuilder - v0.61.25
LoadPlugin("C:\Users\nigel\Downloads\BDRB 06125\tools\nicaudio.dll")
audio=NicAC3Source("00000.track_4352.ac3").TimeStretch(tempo = 23.976/24.0*100.0)
audio = (AudioChannels(audio) > 6) ? GetChannel(audio,1,2,3,4,7,8) : audio
ConvertAudioTo16bit(ResampleAudio(audio, 48000))
so it appears to have (at least attempted to) retime(d) the audio. But in fact it hasn't. The finished stream does lose sync if played in VLC and in the windows 10 house app "Films & TV". The avidemux unretimed one does not; neither does the source.
Would the mediainfo data of source and BDRB output help any?

Last edited by RetsimLegin; 24th November 2021 at 16:09.
RetsimLegin is offline   Reply With Quote