encode preview with cce

joanna said:
Loadplugin (avsmon.dll)
{your script here}
MonitorFilter






copy avsmon.dll to windows \system32
joanna and your fantastics tools! ;)

thank you friend!!
very nice tool!!
:)
 
:)
joanna,
it works like a charm!

really easy to use.

i put this lines in the dvd2svcd script:

x=LoadPlugin(!avsmon.dll)
xx=MonitorFilter()
!avsmon.dll=C:\DVD2SVCD\xxx\avsmon.dll


do you have any hint or read-me of avsmon ?
some more parameters...?

thanks. :)
 
Please explain better.....

Please anyone could explain better how to install and use CCE preview monitor?.....maybe with a practical example.....

Thanks...:rolleyes:
 
Originally posted by joanna
Loadplugin (avsmon.dll)
{your script here}
MonitorFilter

copy avsmon.dll to windows \system32

edit dvd2svcd.ini with notepad!
;)

like i posted:
x=LoadPlugin(!avsmon.dll)
xx=MonitorFilter()
!avsmon.dll=C:\DVD2SVCD\xxx\avsmon.dll

x and xx means the final numbers in the script
and xxx means the folder where is your dll !
 
still confused, where about do you insert this into the dvd2svcd .ini file? can you copy a chunk and paste to give me an idea
cheers
 
Sorry to bore you again, but i'm still unable to obtain any encode preview with CCE......:confused:
Is this the correct way to update DVD2SVCD.INI file?


[AVISYNTH_AvsMon]
0=LoadPlugin(!avsmon.dll)
1=MonitorFilter()
!avsmon.dll=C:\Windows\system32\avsmon.dll

This doesn't work for me........please help!!!
 
use this script for reference:

[AVISYNTH_Unfilter, Legalclip, BilinearResize, Dustv, Convolution3d, Legalclip]
0=LoadPlugin(!MPEG2Dec2.dll)
1=LoadPlugin(!Unfilter.dll)
2=Unfilter(^Horizontal,^Vertical)
3=LoadPlugin(!Legalclip.dll)
4=Legalclip()
5=BicubicResize(464, 462, 0, 0.6, 0, 1, 720, 478)
6=LoadPlugin(!Dustv5.dll)
7=SpaceDust()
8=LoadPlugin(!convolution3D.dll)
9=Convolution3D(preset="movieHQ")
10=AddBorders(8, 9, 8, 9)
11=Legalclip()
12=fadein(180)
13=fadeout(200)
14=LoadPlugin(!avsmon.dll)
15=MonitorFilter()
!MPEG2Dec2.dll=C:\DVD2SVCD1\Dlls\MPEG2DEC2TBarry\MPEG2DEC2.dll
!Unfilter.dll=C:\DVD2SVCD1\Dlls\UnFilter.dll
^Horizontal=10
^Vertical=10
!Legalclip.dll=C:\DVD2SVCD1\Dlls\Legalclip.dll
!Dustv5.dll=C:\DVD2SVCD1\Dlls\Dustv5.dll
!convolution3D.dll=C:\DVD2SVCD1\Dlls\Convolution3D.dll
!avsmon.dll=C:\DVD2SVCD1\Dlls\avsmon.dll


see that i put the avsmon.dll in a folder where are all dlls...
it works ok!!!!!

;)
 
Jorel, i havent got hardly any of the script you pasted, are they your own mods?
blobb_57 did you get it working as i havent yet:confused:
 
stimpleton said:
still confused, where about do you insert this into the dvd2svcd .ini file? can you copy a chunk and paste to give me an idea
cheers
sorry for late answer friend,i'm very busy.

you got pm too! ;)

yes,copy and paste to the end of the dvd2svcd.ini
and save.


[AVISYNTH_Unfilter, Legalclip, BilinearResize, Dustv, Convolution3d, Legalclip]
0=LoadPlugin(!MPEG2Dec2.dll)
1=LoadPlugin(!Unfilter.dll)
2=Unfilter(^Horizontal,^Vertical)
3=LoadPlugin(!Legalclip.dll)
4=Legalclip()
5=BicubicResize(464, 462, 0, 0.6, 0, 1, 720, 478)
6=LoadPlugin(!Dustv5.dll)
7=SpaceDust()
8=LoadPlugin(!convolution3D.dll)
9=Convolution3D(preset="movieHQ")
10=AddBorders(8, 9, 8, 9)
11=Legalclip()
12=LoadPlugin(!avsmon.dll)
13=MonitorFilter()
!MPEG2Dec2.dll=C:\DVD2SVCD1\Dlls\MPEG2DEC2TBarry\MPEG2DEC2.dll
!Unfilter.dll=C:\DVD2SVCD1\Dlls\UnFilter.dll
^Horizontal=10
^Vertical=10
!Legalclip.dll=C:\DVD2SVCD1\Dlls\Legalclip.dll
!Dustv5.dll=C:\DVD2SVCD1\Dlls\Dustv5.dll
!convolution3D.dll=C:\DVD2SVCD1\Dlls\Convolution3D.dll
!avsmon.dll=C:\DVD2SVCD1\Dlls\avsmon.dll

ps:
removing the fadein/out lines....my mad tests.:rolleyes:

very important:
put all dlls needed and change the addresses...
example:
!avsmon.dll= <----the location of your avsmon.dll (c:\xxx\x\avsmon.dll )

do the same with the other lines.

in the "Frameserver" tab of the prog you call this script.

excuse my horrible english!
:)
 
Thanks it works for me, i've simply deleted from your script the references to modules i haven't......and all worked great......
Thanks again.....;)
 
Hi Jorel , Blobb_57
:D managed to get it working eventually, nobody said you had to select it in the frameserver tab till last night, anyway i selected it in the frameserver tab and Voila
thank for the help
STIMPLETON
 
Top