PDA

View Full Version : Avi+ac3 5.1


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)

Wilbert
9th April 2004, 11:41
1) For the 100th time: don't use AC3Source, it downmixes incorrectly.

2) Have a look at directshowsource (see docs).