digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: Help with movie stacker? (http://www.digitalfaq.com/archives/encode/10727-kvcd-movie-stacker.html)

mma01 07-06-2004 07:27 AM

KVCD: Help with movie stacker?
 
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 ?

bigggt 07-06-2004 11:23 AM

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

mma01 07-06-2004 11:46 PM

bigggt thanks for replying man
 
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 8O

Dialhot 07-07-2004 03:52 AM

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).

bigggt 07-07-2004 06:32 AM

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


All times are GMT -5. The time now is 08:01 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.