Bluedan
16th February 2004, 22:22
There have been many questions about this function in the forum. Because I had to deal alot with it within the creation of a backup encode of Lord of the Rings - The Two Towers I want to give a summary of what I found in so many different threads. Feel free to correct me. I saw a necessity to summarize it, and redundance is a common charcateristic in forums ;)
This is what I understood so far:
- The delay is just an offset of the audio regarding the beginning of the video stream.
- When setting DVD2AVI check box BeSweet merely looks for an entry in the filename beginning with "DELAY" and the following numeric is taken as the delay in milliseconds. (It doesn't get the delay info elsewhere!)
- If the delay has a negative value (meaning that the audio starts earlier than the video) it will cut off that part at the beginning (even if it's -3000ms which is 3secs!) when transcoding.
- With positive values (add "+", without it it's treated as negative!) BeSweet adds silence to the beginning.
-If you have to do a conversion in two steps (i.e. ac3 -> wav -> realmedia) just do the delay correction once. Be careful if you've set input = output name: "Delay" is still transduced.
This may all be of minor interest when dealing with ripping from one DVD. But Lord of the Rings comes on 2 discs.
So here I had to join audio streams which is still an annoying thing, believe me. Make sure the first audio stream matches the video length of first part exactly. Therefore make use of the append silence function which adds silence at the end.
Useful on this topic is also this link. (http://forum.doom9.org/showthread.php?s=&threadid=58768&highlight=append+silence+besweet)
This is what I understood so far:
- The delay is just an offset of the audio regarding the beginning of the video stream.
- When setting DVD2AVI check box BeSweet merely looks for an entry in the filename beginning with "DELAY" and the following numeric is taken as the delay in milliseconds. (It doesn't get the delay info elsewhere!)
- If the delay has a negative value (meaning that the audio starts earlier than the video) it will cut off that part at the beginning (even if it's -3000ms which is 3secs!) when transcoding.
- With positive values (add "+", without it it's treated as negative!) BeSweet adds silence to the beginning.
-If you have to do a conversion in two steps (i.e. ac3 -> wav -> realmedia) just do the delay correction once. Be careful if you've set input = output name: "Delay" is still transduced.
This may all be of minor interest when dealing with ripping from one DVD. But Lord of the Rings comes on 2 discs.
So here I had to join audio streams which is still an annoying thing, believe me. Make sure the first audio stream matches the video length of first part exactly. Therefore make use of the append silence function which adds silence at the end.
Useful on this topic is also this link. (http://forum.doom9.org/showthread.php?s=&threadid=58768&highlight=append+silence+besweet)