I am converting a DVD to an AVI. My process involves using DVD decrypter, followed by DGIndex, and then Besweet to transcode the audio. After using DGIndex to demux the audio and video tracks I get the following audio track:Now I want to use besweet to convert the .ac3 to a .mp3 file. I also want it to "take care" of the audio delay so I can just mux the audio and video later without having to worry about the delay. So my question is do I use the the command:Code:VTS_01_PGC_01_1 T80 3_2ch 448Kbps DELAY -24ms.ac3
or do I use:Code:BeSweet.exe -core( -input C:\VTS_01_PGC_01_1 T80 3_2ch 448Kbps DELAY -24ms.ac3 -output C:\VTS_01_PGC_01_1 T80 3_2ch 448Kbps DELAY 0ms.mp3 ) -ota( -hybridgain -d -24 ) -azid( -L -3db -c normal ) -lame( -b128 )
Note that the only difference is in the following parts:Code:BeSweet.exe -core( -input C:\VTS_01_PGC_01_1 T80 3_2ch 448Kbps DELAY -24ms.ac3 -output C:\VTS_01_PGC_01_1 T80 3_2ch 448Kbps DELAY 0ms.mp3 ) -ota( -hybridgain -d 24 ) -azid( -L -3db -c normal ) -lame( -b128 )
andCode:-ota( -hybridgain -d 24 )
So essentially my question comes down to this:Code:-ota( -hybridgain -d -24 )
Do I use a negative delay value for besweet because the original file has a negative delay value? or do I need to use a positive delay value to "cancel out" the negative delay in the .ac3 file?
+ Reply to Thread
Results 1 to 3 of 3
-
-
Great thanks
I am using beseet instead of the GUIs because I am scripting the process, I just needed to find out if I needed to change the sign of the delay or not.
Similar Threads
-
Audio delay reported in MKV and what to do with it when adding new audio
By pascal in forum AudioReplies: 14Last Post: 30th Dec 2011, 11:07 -
Adding audio (wav) to video (avi) (want to delay start of audio)
By Lanton in forum Newbie / General discussionsReplies: 2Last Post: 12th Apr 2010, 12:50 -
Virus found - False positive?
By misterstormcrow in forum Newbie / General discussionsReplies: 2Last Post: 16th May 2009, 13:21 -
can i rip DVD with pre-stated audio delay in ms (active or negative)
By deejay.2001 in forum DVD RippingReplies: 1Last Post: 29th Sep 2008, 04:09 -
Audio delay.. can anyone help?
By denadel in forum AudioReplies: 5Last Post: 31st Dec 2007, 11:14