Quantcast Newbie Guide for Mencoder with Avisynth Support - Page 3 - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #41  
05-02-2004, 10:17 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
Correia, vmesquita,Kwag,


take this guide to the new Mencode-me thread too
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #42  
05-02-2004, 10:21 AM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Maybe the MencodeMe forum should also be the mencoder forum.
I'll PM kwag.
Reply With Quote
  #43  
05-02-2004, 04:26 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #44  
05-02-2004, 04:32 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #45  
05-02-2004, 05:07 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks bigggt, that fix it



David
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Mencoder: KSVCD Express 1.3 and guide maurus Video Encoding and Conversion 0 06-09-2004 07:31 PM
Mencoder: Ffmpeg with Avisynth support milan Video Encoding and Conversion 66 06-03-2004 08:12 AM
Mencoder: New mini-guide for KSVCD maurus Video Encoding and Conversion 0 05-31-2004 04:28 AM
Mencoder: Linux/FreeBSD Guide ench0 Video Encoding and Conversion 7 05-29-2004 10:12 AM
Avisynth: A newbie needs help with script eqlb02 Avisynth Scripting 6 01-29-2004 11:39 AM




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