Chunmei
10th December 2005, 06:43
I have always been converting DVD to RMVB using the DVD Decrypter and the Avisynth 2.5. But recently I try encoding a DVD with a DTS File to a rmvb, there is no sound coming out from the rmvb.
I do not know how to handle the DTS File and do not know what plugins to include in the script to incorporate DTS File. This is what I have in my script:-
# PLUGINS
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\decomb510.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\VSFilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\ac3source.dll")
# SOURCE
mpeg2source("E:\20\20.d2v")
ConvertToYUY2()
Telecide(0).Decimate(10)
crop(6,10,-6,-10)
LanczosResize(448,336)
ac3source("E:\20\20 AC3 T01 2_0ch 192Kbps DELAY -80ms.ac3")
# SUBTITLES
VobSub("E:\20\VTS_02_0.idx")
I tried reading through the forums for the methods of encoding and decoding DTS file, but was real confused by Besweet, Besplit and azidts. I read one thread that says Besweet cannot encode DTS and azidts can do so, and when I download, it mentions that azidts requires some other applications (Besweet etc) to work.
I am very confused over the different types of applications and need guidance in applying the application to incorporate the file into converting rmvb files. If possible, please indicate the specific steps. Thanks a lot.
I do not know how to handle the DTS File and do not know what plugins to include in the script to incorporate DTS File. This is what I have in my script:-
# PLUGINS
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\decomb510.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\VSFilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\ac3source.dll")
# SOURCE
mpeg2source("E:\20\20.d2v")
ConvertToYUY2()
Telecide(0).Decimate(10)
crop(6,10,-6,-10)
LanczosResize(448,336)
ac3source("E:\20\20 AC3 T01 2_0ch 192Kbps DELAY -80ms.ac3")
# SUBTITLES
VobSub("E:\20\VTS_02_0.idx")
I tried reading through the forums for the methods of encoding and decoding DTS file, but was real confused by Besweet, Besplit and azidts. I read one thread that says Besweet cannot encode DTS and azidts can do so, and when I download, it mentions that azidts requires some other applications (Besweet etc) to work.
I am very confused over the different types of applications and need guidance in applying the application to incorporate the file into converting rmvb files. If possible, please indicate the specific steps. Thanks a lot.