CharlyAR
8th April 2004, 22:13
Hi.
I'm converting AVI-> DVD-R and so I need a script to put the subs in srt format.
So far so good by I found a problem with the audio wich is AC3 5 channels.
I'm using this script, but it only decodes 2 channels. Is there any way to decode the 5 channels?
video=avisource("C:\cut_video.avi")
audio=ac3source(video,"C:\cut_audio.ac3")
audiodub(video,audio)
I'm converting AVI-> DVD-R and so I need a script to put the subs in srt format.
So far so good by I found a problem with the audio wich is AC3 5 channels.
I'm using this script, but it only decodes 2 channels. Is there any way to decode the 5 channels?
video=avisource("C:\cut_video.avi")
audio=ac3source(video,"C:\cut_audio.ac3")
audiodub(video,audio)