Log in

View Full Version : Problem with 5.1 (6channels) script.


Rockas
18th March 2006, 13:40
Ok... I'm probably doing something wrong but here it goes.

I'm having troubles with this script:


LoadPlugin("D:\Meus documentos\tools\dgindex\DGDecode.dll")
LoadPlugin("D:\Meus documentos\tools\PlugIns\nicaudio.dll")
Video = MPEG2Source("D:\Meus documentos\temp\VideoFile.d2v")
Audio = DelayAudio(NicAC3Source("D:\Meus documentos\temp\VideoFile T01 3_2ch 448Kbps DELAY 80ms.ac3",6), 0)
Clip1 = AudioDub(Video,Audio)
LanczosResize(Clip1,720,576)
ConvertToYUY2()


The problem is that Media Player (Ms and Classic) refuses to play the audio!?!?!?
If I encode it it plays fine... any clues?

Thanks in advance.

foxyshadis
18th March 2006, 13:52
Maybe you don't have a DShow filter configured for raw 5.1 audio? I think ffdshow includes one, but I'm not sure, I've never tried to play raw audio.

Rockas
18th March 2006, 14:09
Thanks... ffdshow solved it :)
I wonder if there a small filter out there that can mak it work too.