Quantcast KVCD: Help with Movie Stacker? - digitalFAQ.com Forums [Archives]
  #1  
07-06-2004, 07:27 AM
mma01 mma01 is offline
Free Member
 
Join Date: Jun 2004
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
i'm using the "black prince" guide and at the point of selecting the avs script created with moviestacker - i dont know what to do becues i cant find a link to dl it and there is a "latest script" link that has a bunch of scripts that i dont know what to do with - i can creat an *.avs file and paste the code from the "latest script" page - but it should have some refrance to the video file right?
so i gess i just didnt anderstand the meaning of the guide and figured i'll throw this on u guys ...
so wazzup ?
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
  #2  
07-06-2004, 11:23 AM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
HI mma01

Unfortunately moviestacker in not available right now(legal issue) but you can use fitcd i think

You are correct about the script

this is what you need to do

Code:
Mpeg2Source("Your_D2V_Source_Here") <repalce this
# 
undot() 
asharp(1, 4) 
GripCrop(Your_GripCrop_Parameters_Here) <replace this
GripSize(resizer="BicubicResize") <replace this
STMedianFilter(3, 3, 1, 1 ) 
MergeChroma(blur(1.5)) 
MergeLuma(blur(0.1)) 
# 
# 

## Linear Motion Adaptive Filtering ## 
# 
# ( Portions from AviSynth's manual ) 
# This will apply variable temporalsoften 
# and variable blur. 
# Both filters are active at all times, and work inversely proportional to the 
# activity, measured from current frame to next frame. 

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() 
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker! 

# 
# 
## Functions ### 

function fmin( int f1, int f2) { 
  return ( f1<f2 ) ? f1 : f2 
} 
  
# 
####
This is of course for dvd source

replace those lines with the results from fitcd
Reply With Quote
  #3  
07-06-2004, 11:46 PM
mma01 mma01 is offline
Free Member
 
Join Date: Jun 2004
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
i'm encoding an *.avi file so should i change the line :
Mpeg2Source("Your_D2V_Source_Here") ?

is there a diffrent function for avi files and if i whant to encode an mpeg1 file to kvcd ? what kind of a script should i use ?

again - thanks for your help
Reply With Quote
  #4  
07-07-2004, 03:52 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Can't you just read a little the forum ?
There is a sectio avi->KVCD. And there are a LOT of thread VCD->KVCd (MPEG1->KVCD if you prefer).
Reply With Quote
  #5  
07-07-2004, 06:32 AM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
Phil is right ,you should read a bit to understand but this will help you get started

this is for avi

Code:
AviSource("PATH\NAME.avi",false) <change this
BlindPP(cpu=4) 
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1) 
Convolution3D(1, 6, 12, 6, 8, 2.8, 0) 
GripCrop(WIDTH, HEIGHT, overscan=1, source_anamorphic=false) <change this
GripSize(resizer="LanczosResize") 
Undot() 
TemporalSoften(2,7,7,3,2) 
DCTFilter(1,1,1,1,1,1,0.5,0) 
#Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.3,seed=5623) 
GripBorders()
about the mpeg1 you will lose quality but there are a lot of threads about this
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
MovieStacker: How does Movie Stacker compare to DIKO? Lumsmore Video Encoding and Conversion 10 10-04-2004 03:59 AM
KVCD Optimal Scripts - Movie Stacker Presets Rassilon Video Encoding and Conversion 15 01-02-2004 04:31 PM
Probleme avec Movie Stacker (AVS dans WMP> banniere erreu beachut Conversion et d'Encodage de Vidéo (Français) 2 09-03-2003 10:39 AM
Só funcionou com o movie stacker versao 1.76 zakimart Conversão e Codificação de Vídeo (Português) 3 08-27-2003 07:49 AM
KVCD Movie stuttering? (begins at the halfway point of movie) incredible Video Encoding and Conversion 1 05-20-2003 09:26 AM

Thread Tools



 
All times are GMT -5. The time now is 12:38 PM  —  vBulletin © Jelsoft Enterprises Ltd