|
|
| i4004 |
| Posted: Jul 21 2004, 11:09 PM |
 |
|

Advanced Member
  
Group: Members
Posts: 2432
Member No.: 4935
Joined: 24-June 03

|
2 attempts on avs 255beta[14.07.2004.] &
| CODE | loadplugin("bordercontrol.dll") #loadplugin("despot31.dll") loadplugin("D:\Video\AVISYNTH252 scripts+filters_\loadexplugin-dll\LoadPluginEx2.dll") loadplugin("D:\Video\warpsharp.dll") LoadPlugin("D:\Video\AVISYNTH252 scripts+filters_\avisynth_c.dll") #loadcplugin("D:\Video\AVISYNTH252 scripts+filters_\CondTemporalMedian-isse.dll") loadcplugin("D:\Video\AVISYNTH252 scripts+filters_\despot.dll")
SegmentedAviSource("D:\Video\rawstuff\mjesta_ce_000.avi") delayaudio(-0.220)#for win2k vdub caps converttoyv12() DeSpot(p1=30,mthres=15,p2=10,pwidth=38, pheight=3, mwidth=12, mheight=10,interlaced=false,blur=4) bicubicresize(512,384,0,0.75) Trim(5348,93791) converttoyuy2() BorderControl(YBB=3,YBF=7,YTB=0,YTF=4) |
both failed in this way;

and then

when nearing the-end of encoding...
what were those memory usage optimizations that got into 2.55? ( )
2.54 worked as expected (ie as every time=OK)
ohh wait;it's full of it http://forum.doom9.org/showthread.php?post...6601#post526601
cheerio
/ivo
-------------------- my signature:
 |
 |
| NuPogodi |
| Posted: Jul 22 2004, 07:53 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 536
Member No.: 6558
Joined: 1-October 03

|
Confirm... exactly the same story... yesterday i downloaded v.2.55b, installed and tested last night such a script... PP="c:\program files\video\editors\avisynth 2.5\plugins\" loadplugin(PP+"dgDecode.dll") MPEG2Source("Samurai.d2v",cpu=4) loadplugin(PP+"Decomb521.dll") Telecide(order=1,guide=1,post=2,vthresh=30,show=false) crop(10,12,-8,-8) loadplugin(PP+"TemporalCleaner.dll ") TemporalCleaner() Decimate() loadplugin(PP+"Deen.dll ") Deen() lanczosresize(624,336) well, i also met a memory problem... according to the VDub's JobControl info, the error happens after approximately an hour of smooth frameserving (~25% of the XviD's 1st pass). i didnot test how reproducible this error -- just switched AviSynth back to ver.2.53. At the moment, 2.53 is still in progress, but the 1-hour dead line is already overpassed
-------------------- Optimists believe that they live in the best of existing worlds. Pessimists are afraid of that's right... |
 |
| i4004 |
| Posted: Jul 22 2004, 01:59 PM |
 |
|

Advanced Member
  
Group: Members
Posts: 2432
Member No.: 4935
Joined: 24-June 03

|
i got further than 1h; probably i have more ram..( )
thanks for your confirmation!
-------------------- my signature:
 |
 |
|