Quantcast Wieder CCE Problem - digitalFAQ.com Forums [Archives]
  #1  
08-26-2003, 03:14 PM
zaks zaks is offline
Free Member
 
Join Date: Jun 2003
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Hallo zusammen,

und wieder ärgert mich der CCE.

CCE Version 2.67.00.09

Habe das Script aktualisiert:

Code:
 ## DLL Section ##
#
LoadPlugin("C:\Program Files\AviSynth2\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth2\plugins\GripFit_YV12.dll")
LoadPlugin("C:\Program Files\AviSynth2\plugins\STMedianFilter.dll")
LoadPlugin("C:\Program Files\AviSynth2\plugins\asharp.dll")
LoadPlugin("C:\Program Files\AviSynth2\plugins\unfilter.dll")
LoadPlugin("C:\Program Files\AviSynth2\plugins\undot.dll")
LoadPlugin("C:\Program Files\AviSynth2\plugins\atc.dll")
LoadPlugin("C:\Program Files\AviSynth2\plugins\blockbuster.dll")
#


######################################################################
# Based on Optimized Script to remove DCT Blocks by Girv and DialHot #
######################################################################
##############
# Parameters #
##############
#Use 720 or 352 to KDVD, 528 352 to K(S)VCD
m_width=352
#subtitle="name_of_the_subtitle.smi" 					# Add a # in the beginning of this line if you
#don't need subtitles.movie="name of the movie.avi"
myoverscan=2 		# Test values from 0 to 3 here. 



##########
# script #
##########
AVISource("D:\ slayer\Slayer_1.avi")

#Post-Process
Blockbuster(method="noise",detail_min=1,detail_max=8,variance=0.3,seed=5823)
ATC(1,2,4,0.5,false)
TemporalSoften(2,7,7,3,2)
Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.5,seed=5823)

#Resize, overscan and borders

gripCrop(m_width, 480, overscan=myoverscan,source_anamorphic=false,dest_anamorphic=false)
GripSize(resizer="lanczosresize")
GripBorders() 

#Subtitles #
############
#TextSub(subtitle) # Add a # in the begining of this line if you don't need subtitles.

converttoyuy2()
Wenn ich dieses Script im CCE einfüge, zeigt er mir nur 240 Frames an.
Erst wenn ich die 4 Zeilen

Code:
Blockbuster(method="noise",detail_min=1,detail_max=8,variance=0.3,seed=5823)
ATC(1,2,4,0.5,false)
TemporalSoften(2,7,7,3,2)
Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.5,seed=5823)
ausdokumentiere funzt es mit der richtigen Anzahl der Frames.

Jemand eine Idee?

Gruß,
Zaks
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
Bitrates: CQMatic Problem (89.77 Problem) oooweehooo Video Encoding and Conversion 6 01-24-2004 09:26 PM
Interlaced und NTSC, MAL Wieder (!!) zaks Video Konvertierung und Encodieren (Deutsch) 16 10-31-2003 03:47 PM
KVCD: FPS problem or a script problem? AgNa Video Encoding and Conversion 2 04-27-2003 10:27 PM

Thread Tools



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