william_g
28th September 2005, 10:50
I ripped a VOB file and demux a 2channel ac3 from DVD.Then I wrote the following avs script:
loadplugin("D:\Video\DGDecode.dll")
loadplugin("D:\Video\ac3source.dll")
video=mpeg2source("D:\Video\WorkShop 3\1.d2v")
audio=ac3source(video,"D:\Video\WorkShop 3\1.ac3")
audiodub(video,audio)
but when i played this script,only the right channel i can heard
The release of ac3source.dll is AC3source filter for Avisynth 2.5 - beta 2 - by MarcFD,I want to know why this happen and how can i solve the problem.
THX!!!
loadplugin("D:\Video\DGDecode.dll")
loadplugin("D:\Video\ac3source.dll")
video=mpeg2source("D:\Video\WorkShop 3\1.d2v")
audio=ac3source(video,"D:\Video\WorkShop 3\1.ac3")
audiodub(video,audio)
but when i played this script,only the right channel i can heard
The release of ac3source.dll is AC3source filter for Avisynth 2.5 - beta 2 - by MarcFD,I want to know why this happen and how can i solve the problem.
THX!!!