digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Newbie guide for Mencoder with Avisynth support (http://www.digitalfaq.com/archives/encode/8372-newbie-guide-mencoder.html)

jorel 05-02-2004 10:17 AM

Correia, vmesquita,Kwag,
:idea:

take this guide to the new Mencode-me thread too :!:

vmesquita 05-02-2004 10:21 AM

Maybe the MencodeMe forum should also be the mencoder forum. :idea:
I'll PM kwag. :wink:

DKruskie 05-02-2004 04:26 PM

I keep getting this error in makeavi's
GripCrop could not save target frame size as variables
(ffvfw_avisynth_script, line 10)

Heres the script

LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec3dg.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Convolution3DYV12.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\STMedianFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit_YV12.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\UnFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\DctFilter.dll")

Mpeg2Source("C:\HAUNTED_MANSION_4X3\VIDEO_TS\haunt ed.d2v")
Limiter()
GripCrop(352, 240, source_anamorphic=false)
GripSize(resizer="LanczosResize")
STMedianFilter(8, 32, 0, 0)
UnFilter(50, 50)
Convolution3D(preset="movieHQ")
DctFilter(1, 1, 1, 1, 1, 1, 0.5, 0)

## Linear Motion Adaptive Filtering ##
ScriptClip("nf = YDifferenceToNext()" + chr(13) + " \
UnFilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ). \
TemporalSoften( fmin(round(2/nf),6), round(1/nf), round(3/nf), 1, 1) ")

GripBorders()
Limiter()

## Functions ##
function fmin(int a, int b) {return (a < b) ? a : b}




David

bigggt 05-02-2004 04:32 PM

Hi DKruskie

I think it doesn't like Gripcrop ,see if you replace gripcrop

Quote:

Mpeg2Source("C:\HAUNTED_MANSION_4X3\VIDEO_TS\haunt ed.d2v")
Limiter()
LanczosResize(320, 320, 4, 0, 568, 320)
STMedianFilter(8, 32, 0, 0)
UnFilter(50, 50)
Convolution3D(preset="movieHQ")
DctFilter(1, 1, 1, 1, 1, 1, 0.5, 0)

## Linear Motion Adaptive Filtering ##
ScriptClip("nf = YDifferenceToNext()" + chr(13) + " \
UnFilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ). \
TemporalSoften( fmin(round(2/nf),6), round(1/nf), round(3/nf), 1, 1) ")

AddBorders(16, 80, 16, 80)
Limiter()

## Functions ##
function fmin(int a, int b) {return (a < b) ? a : b}
But obviously with your parameters

DKruskie 05-02-2004 05:07 PM

Thanks bigggt, that fix it :D



David


All times are GMT -5. The time now is 05:09 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.