Quantcast Guide to Convert DVD to KVCD - Page 7 - digitalFAQ.com Forums [Archives]
  #121  
02-28-2004, 06:33 PM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
GripFit_YV12.dll

This is the filter i am missing , dead link. The one i have is gripfit_preview.dll

Till then let me chk on cq matic.
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
  #122  
02-28-2004, 06:46 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
Just did a search on google and found this,

http://wald.heim.at/redwood/511999/

ANd even if you can,t get it you can do this

Quote:
Mpeg2Source("Your_D2V_Source_Here")
#
undot()
Limiter()
asharp(1, 4)
GripCrop(Your_GripCrop_Parameters_Here)
GripSize(resizer="BicubicResize)

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!
Limiter()

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

#
####
and replace it with this using moviestacker

Quote:
Mpeg2Source("Your_D2V_Source_Here")
#
undot()
Limiter()
asharp(1, 4)
BicubicResize(512, 352, 1/3, 1/3, 11, 0, 698, 480)
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) ")

#
#
#

AddBorders(8, 64, 8, 64)
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

#
####
That is what moviestacker is usewd for until it is updated
Reply With Quote
  #123  
02-28-2004, 06:49 PM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
Its got a link to avisynth site , same as you gave me b4 , checked that already.

And where can i get Cq Matiq.
Reply With Quote
  #124  
02-28-2004, 06:56 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Or you can use this mirror done by Incredible :

http://www.incredible.de.tf/Downloads/GripFit_YV12.rar
Reply With Quote
  #125  
02-28-2004, 06:59 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
The link i gave gives me the download of the .dll

near the bottom
Reply With Quote
  #126  
02-28-2004, 07:01 PM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks , The link worked.
File name was grip.dll renamed it as it was in the script.

Allright i have everything now.
The script you guys gave me, all the filters and avisynth 2.53.

Now for prediction should i try with tok, cos don't know cq matic and can't locate anything on it.

Right now i need to do the file prediction, for that also i think i will have to edit the script right or cq matiq does it automatically.
Reply With Quote
  #127  
02-28-2004, 07:04 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
there is a whole scetion on it here

http://www.kvcd.net/forum/viewtopic.php?t=5145

I still have luck with TOK but most people use cq matic and you don't need to do anything with the script
Reply With Quote
  #128  
02-28-2004, 07:13 PM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
K before i go ahead here is the final script, let me know if any mistakes in here.

## DLL Section ##
#
LoadPlugin("C:\Filters25\MPEG2Dec3.dll")
LoadPlugin("C:\Filters25\GripFit_YV12.dll")
LoadPlugin("C:\Filters25\STMedianFilter.dll")
LoadPlugin("C:\Filters25\asharp.dll")
LoadPlugin("C:\Filters25\unfilter.dll")
LoadPlugin("C:\Filters25\undot.dll")
#
####
## Main section and static filters ###
#
Mpeg2Source("D:\Encoded\Namak Halal\nh.d2v")
#
undot()
Limiter()
asharp(1, 4)
BilinearResize(448, 446, 0, 1, 720, 47
GripSize(resizer="BicubicResize")
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!
Limiter()

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

#
####
Reply With Quote
  #129  
02-28-2004, 07:25 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kev23m
LoadPlugin("C:\Filters25\MPEG2Dec3.dll")
LoadPlugin("C:\Filters25\GripFit_YV12.dll")
LoadPlugin("C:\Filters25\STMedianFilter.dll")
LoadPlugin("C:\Filters25\asharp.dll")
LoadPlugin("C:\Filters25\unfilter.dll")
LoadPlugin("C:\Filters25\undot.dll")
Put all the plugins in the "plugins" directory of avisynth 2.5 and remove all these lines.

Quote:
BilinearResize(448, 446, 0, 1, 720, 47
GripSize(resizer="BicubicResize")
GripBorders()
It seems that you wan to use gripfit ? So don't replace the gripcrop line that was just above by your bilinear line ! It's a nonsense. You have to choose either Gripcrop/Gripsize/GripBorders or Bilinear/Addborders.
But you can't mix them all.
Reply With Quote
  #130  
02-28-2004, 07:41 PM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
Ok here is the edited script

Again getting resolution error like b4.
Reply With Quote
  #131  
02-28-2004, 07:56 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kev23m
Ok here is the edited script

Again getting resolution error like b4.
You removed the script before I comment it ! But I had the time to see it. Your problem is in the gripcrop line.

The correct syntax for gricrop in your case is just :
Code:
GripCrop(WIDTH,HEIGHT)
Where width and height are the dimensions of your TARGET (not the source).

Note: if you use Gripfit you don't need to use Moviestacker at all ! Gripfit compute all the parameters itself in the gripcrop line.
Reply With Quote
  #132  
02-28-2004, 07:59 PM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
I had removed it cos i tried to feed it to tok and mulitple windows of tmpg started opening and hanging.

Here is the script now


## DLL Section ##
#
#
####
## Main section and static filters ###
#
Mpeg2Source("D:\Encoded\Namak Halal\nh.d2v")
#
undot()
Limiter()
asharp(1, 4)
GripCrop(352,480)
MergeChroma(blur(1.5)
UnFilter(25, 25)
STMedianFilter(10, 50, 8, 10, 10, 50)
MergeLuma(blur(0.2))
#
#

## 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) ")

#
#
#


#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

#
####

Getting an error of vsub23.dll missing in tmpgenc folder.
When ifeed to Tmpg again it sets resolution to 7**x56.
Can you contact me on Im , msn oe yahoo, its 6 am here in India and i am struggling with the script since 24 hours.
Sorry for the trouble,but just totally new to this.
Reply With Quote
  #133  
02-28-2004, 08:20 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kev23m
I had removed it cos i tried to feed it to tok and mulitple windows of tmpg started opening and hanging.
Don't use Tok untill the script does not work correctly in media player.
Quote:
UnFilter(25, 25)
STMedianFilter(10, 50, 8, 10, 10, 50)

Why did you modified the MA script ?
You add filters that #1 are useless, #2 are harmfull for the quality, #3 don't work with avs2.5

Quote:
Getting an error of vsub23.dll missing in tmpgenc folder.
???
This dll is for subtitles and I don't see any line concerning subtitles in your script.

Quote:
When ifeed to Tmpg again it sets resolution to 7**x56.
Can you contact me on Im , msn oe yahoo, its 6 am here in India and i am struggling with the script since 24 hours.
I can't and I won't ! Do you imagine how many people are struggling ? I also have a life beside the forum. KVCD can wait, that's not a matter of life. Go to sleep a little and you will find the solution yourself tomorrow.

Quote:
Sorry for the trouble,but just totally new to this.
You see : you lived without KVCD till know, you can live one more day
Reply With Quote
  #134  
02-28-2004, 08:34 PM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
Yep can certainly stay another day without kvcd.

Gonna just try and get the script done.

I removed the 2 filters u mentioned.

Tried playing in media player.

Plays error in line 8 no function named "mpeg2source".

Here is the script.

## DLL Section ##
#
#
####
## Main section and static filters ###
#

Mpeg2Source("D:\Encoded\Namak Halal\nh.d2v")

#
undot()
Limiter()
asharp(1, 4)
GripCrop(352,480)
MergeChroma(blur(1.5)
MergeLuma(blur(0.2))
#
#

## 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) ")

#
#
#


#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

#
####
Reply With Quote
  #135  
02-28-2004, 08:38 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
@kev23m,

What version of DVD2AVI did you use
Try 1.77.3

-kwag
Reply With Quote
  #136  
02-28-2004, 08:41 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kev23m
Plays error in line 8 no function named "mpeg2source".
Where did you moved the dll files ? I told you to put them in the plugin directory of avisynth 2.5. Can you give me the name of the directory where you put them ?
Reply With Quote
  #137  
02-28-2004, 08:47 PM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
Got the movie playing now, the dll file was for Avisynth 2.

Now the movie plays, but a error is coming ,There is no function called unfilter line2 plus keeps asking the subs dll even though they aint in the script.

Here is the script now.

## DLL Section ##
#
#
####
## Main section and static filters ###
#

Mpeg2Source("D:\Encoded\Namak Halal\nh.d2v")

#
undot()
Limiter()
asharp(1, 4)
GripCrop(352,480)
MergeChroma(blur(1.5)
MergeLuma(blur(0.2))
#
#

## 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) ")

#
#
#


#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

#
####

Dvd2avi i am using 1.76
Reply With Quote
  #138  
02-28-2004, 08:57 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kev23m
no unfilter line2
You are missing the "unfilter.dll" plugin; DL it and put it into the plugin directory, with all others.

Quote:
plus the subs dll even though they aint in the script
The problem is that this DLL is for avs2.0 normally ! You shiuldn't need it !
Look at this thread :
http://www.kvcd.net/forum/viewtopic....ghlight=vsub23

And if you still want the dll (I don't have it on my PC and averything works well), look at there :
http://www.kvcd.net/forum/viewtopic....ghlight=vsub23

Note: you are so tired that your questions are harder and harder to understand. So please, go to sleep a little
Reply With Quote
  #139  
02-28-2004, 09:10 PM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks a lot ,

The script is working fine in the media player now, gonna try and use tok for now.
CQ Matiq, shall read on it and try for another time.

Once Again

Thank You.
Reply With Quote
  #140  
02-28-2004, 09:20 PM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
The video plays properly in the PLayer but when i loaded the script in tok and the mp2 file .
Tmpg starts and gives an error

The resolution of the windows is illegal
The window size needs to be set between 8x8 and 4088x4088
The width and height of the video need to be muliple of 8.

The width and height in the script is 352,480.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Guide to convert Divx to KVCD black prince Video Encoding and Conversion 343 12-29-2007 01:39 AM
An Updated Guide to Convert Avi to Kvcd [Completed] kvcdman Video Encoding and Conversion 3 03-24-2007 08:52 AM
simple guide to convert divx avi to kvcd using TMPGenc PLUS? Wak10 Video Encoding and Conversion 1 08-21-2003 07:25 AM
KVCDx3 guide? will there be a KVCD lbr guide? andybno1 Video Encoding and Conversion 18 01-03-2003 06:59 PM
Best KVCD Guide? PlaiBoi Video Encoding and Conversion 28 06-01-2002 02:36 PM

Thread Tools



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