digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Konvertierung und Encodieren (Deutsch) (http://www.digitalfaq.com/archives/deutsch/)
-   -   Wieder CCE Problem (http://www.digitalfaq.com/archives/deutsch/5217-wieder-cce-problem.html)

zaks 08-26-2003 03:14 PM

Wieder CCE Problem
 
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


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