Trippin
26th February 2005, 01:40
Hi, first thanks for all the help I've recieved just from everyones previous posts. I seem to have found an issue I can't resolve with search though. I'm using QuEnc to encode my old tapes to DVD. I'm attempting to convert the mono source into "Stereo". I based my script off of this post by sh0dan (http://forum.doom9.org/showthread.php?s=&threadid=51821&highlight=mono).
Here is the piece that does the audio conversion.
v1 = DirectShowSource("Honeymoon.avi",Seek=True).killaudio()
lf_ch = DirectShowSource("Honeymoon.avi",seek=True,Audio=True,Video=False).GetChannel(1)
rh_ch = DirectShowSource("Honeymoon.avi",seek=True,Audio=True,Video=False).GetChannel(1)
a1 = mergechannels(lf_ch, rh_ch)
AudioDub(v1, a1)
The problem I'm having is that although I can view and hear the video with VirtualDub, when I either try to use the Preview piece of AVSEdit or put the script name in QuEnc, those two programs close immediatly. No error, they just close.
The only thought I have left on this is to borrow a hard drive or in order to be able to save the Movie with VirtualDub then use QuEnc. Problem is the person I could borrow it from is in Africa for a month :( Any thoughts are welcome.
I've tried this with AviSyth 2.5.5, 2.5.6 Beta1 and 2.5.6 Beta2.
Here is the piece that does the audio conversion.
v1 = DirectShowSource("Honeymoon.avi",Seek=True).killaudio()
lf_ch = DirectShowSource("Honeymoon.avi",seek=True,Audio=True,Video=False).GetChannel(1)
rh_ch = DirectShowSource("Honeymoon.avi",seek=True,Audio=True,Video=False).GetChannel(1)
a1 = mergechannels(lf_ch, rh_ch)
AudioDub(v1, a1)
The problem I'm having is that although I can view and hear the video with VirtualDub, when I either try to use the Preview piece of AVSEdit or put the script name in QuEnc, those two programs close immediatly. No error, they just close.
The only thought I have left on this is to borrow a hard drive or in order to be able to save the Movie with VirtualDub then use QuEnc. Problem is the person I could borrow it from is in Africa for a month :( Any thoughts are welcome.
I've tried this with AviSyth 2.5.5, 2.5.6 Beta1 and 2.5.6 Beta2.