Quantcast Avisynth: DVD to KVCD Script for a Pentium II ? - digitalFAQ.com Forums [Archives]
  #1  
09-09-2004, 06:47 PM
spacelord spacelord is offline
Free Member
 
Join Date: Jul 2004
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to spacelord
Hi everybody, since a long time ago i convert divx and xvid videos with avisynth and TMPGenc to kvcd very well with this script, without the filters Gipfit, ATC, temporalsoften, etc, becouse these need MMX2 and/or SSE and/or SSE2 wich are not included in a Pentium 2 procesor (olny have MMX) just like my pc.
This modified avisynth script always works to do greats codifications with my Pentium 2 PC:

Quote:
#FILTERS TO USE
LoadPlugin("D:\VIDEOEDICION\FILTROS\MPEG2Dec3.dll" )
LoadPlugin("D:\VIDEOEDICION\FILTROS\Blockbuster.dl l")
#SUBTITLES FILTER
LoadPlugin("D:\VIDEOEDICION\FILTROS\VSFilter.dll")
#MOVIE
AVISource("D:\VCD\ENTERPRISE\076a25000.avi",false)

#PIXEL
Blockbuster(method="noise",detail_min=1,detail_max =8,variance=0.3,seed=5823)
Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.5,seed=5823)

#RESIZE
LanczosResize(336, 206, 7, 0, 418, 240)

#ADD BORDERS
AddBorders(8, 41, 8, 41)

#SUBTITLES
TextSub("D:\VCD\ENTERPRISE\076a25000.ssa")

converttoyuy2()
Now i want to convert DVDs (.vob) to KVCD with Avisynth and TMPGenc but the script in this forum use severals filters not compatible with a Pentium 2 (becouse need MMX2, SSE and SSE2) like the following script:


Quote:
For DVD and clean material ( for use ONLY with AviSynth 2.5x )
## Now with Linear Motion Adaptive Filtering ##
### Last updated on March 31, 2004 @15:44 GMT ###
Code:
## 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("Your_D2V_Source_Here")
#
undot()
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!

#
#
## Functions ###

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

#
####

Becouse of this i need a new script to convert DVDs without the filters (wich need MMX2, SSE and SSE2) or replace them by others who no need MMX2, SSE and SSE2 (only MMX) like my AVI to KVCD script.
This script is possible? Already exist any script to Pentium 2? if anybody can helpme please respond this thread.

Thanks!!!
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
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD to KVCD Script (avisynth) para Pentium 2 spacelord Convertir y Codificar Video (Español) 0 09-07-2004 08:19 PM
KSVCD Express Dudas Pentium II y subtitulos spacelord Convertir y Codificar Video (Español) 5 07-30-2004 07:52 PM
Pentium or AMD - and new mobo... el_mero_zooter Computers 8 05-30-2003 02:11 PM
Avisynth: Best script to use for KVCD? andybno1 Avisynth Scripting 9 04-18-2003 05:39 PM
KVCD: Please confirm avisynth script... big Avisynth Scripting 4 02-19-2003 12:08 PM

Thread Tools



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