ritmo2k
18th September 2003, 01:26
I have been out of the scene for some time now, but I used to use CCE for everything! I need to now convert some svcd's into vcd's. I tried serving in the mpeg2 into CCE but its not working? It just hangs. I play the avs in mplayer2 and it plays 1 frame every couple of minutes while the time scrolls on by...
I demultiplexed and therfor assumed:
DirectShowSource("C:\Decode\AVSEQ01.m2v")
BiCubicResize(352,240,0.00,0.75)
would be what I need? I am way out of practise ;->
I have verified avisynth is installed right?
Can anyone help?
I then tried:
LoadPlugin("MPEG2DEC.dll")
mpeg2source("C:\Decode\File.mpg")
BiCubicResize(352,240,0.00,0.75)
Which doesnt work at all? Does this not work with an mpeg file?
Thanks!
I demultiplexed and therfor assumed:
DirectShowSource("C:\Decode\AVSEQ01.m2v")
BiCubicResize(352,240,0.00,0.75)
would be what I need? I am way out of practise ;->
I have verified avisynth is installed right?
Can anyone help?
I then tried:
LoadPlugin("MPEG2DEC.dll")
mpeg2source("C:\Decode\File.mpg")
BiCubicResize(352,240,0.00,0.75)
Which doesnt work at all? Does this not work with an mpeg file?
Thanks!