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.
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.