Log in

View Full Version : Resize


michael138uk
4th August 2002, 10:10
Hi

Can anyone tell me how i could re size my mpg file to be coverted in cce.

adam
4th August 2002, 10:53
Read the guides its all explained there.

You need to resize through your frameserver, either avisynth or virtual dub.

michael138uk
4th August 2002, 14:22
when i try to place the avs file in cce i get the error "openmoviefile()failed (-2090)

erwan
4th August 2002, 19:44
michael138uk :
try to play your avs file in windows media player first and see what you get : if it dont play then it is either you avs file which is wrong or avisynth is not correctly registered.

erwan

michael138uk
5th August 2002, 11:19
it plays fine in media player but its a bit sticky.

Kb_cruncher
5th August 2002, 11:49
first of all we need to know what source you are using.avi or dvd.in any case the two most common problems would be 1.make sure you have this line in your avs script:"ResampleAudio(44100)"...without the quotes and 2.make sure you have the correct decoder installed for the codec used to create the source,e.g divx3 decoder if it is an a divx3 encoded avi.

erwan
5th August 2002, 12:11
mickael : if the video is a bit sticky, it is normal.
can you paste your avs file here ?
what is your source?
i know that some plugins are sometimes giving hard time to cce.

if your source is dvd it should look like this :
#begin
LoadPlugin("C:\WINNT\system32\mpeg2dec.dll")
mpeg2source("f:\VIDEO_TS\sw\sw.d2v")
ResampleAudio(44100)
#end

if your source is avi it should look like this :
#begin
#LoadPlugin("C:\WINNT\system32\mpeg2dec.dll")
AVISource("G:\divx\Le.Retour.du.Jedi.FR.LASERDISC.SVCD.SBC.avi")
ResampleAudio(44100)
#end

erwan

michael138uk
5th August 2002, 14:13
Hi

Here are my avs settings

DirectShowSource("e:\Scooby Doo [SVCD] Part 2.mpg")
BicubicResize(720,576)
ResampleAudio(44100)

erwan
5th August 2002, 15:44
just to eliminate possible error on bicubicresize,
try this

DirectShowSource("e:\Scooby Doo [SVCD] Part 2.mpg")
#BicubicResize(720,576)
ResampleAudio(44100)

but why do you want to resize this mp1 anyway?
do you want to convert it into an mp2/dvd ?

if so, you might just save time burning it to an svcd and play it in your standalone player. you'll preserve quality.

erwan

michael138uk
5th August 2002, 17:51
thanks 4 all the help

Wilbert
6th August 2002, 14:43
but why do you want to resize this mp1 anyway?
do you want to convert it into an mp2/dvd ?

Looking at the filename "Scooby Doo [SVCD] Part 2.mpg" I would say it is an mpeg 2 file. If you want to resize it for making a dvd (I guess, but I'm not sure if that's what you want), you can open it in Dvd2avi save the d2v-file, and import the d2v-file in AviSynth. This way CCE should be able to open it.

nhope
7th August 2002, 13:30
I hope you're not going to all this trouble to rip the recent Scooby Doo movie. It's crap!