Quantcast TMPGEnc Acusa Erro - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion > Conversão e Codificação de Vídeo (Português)

Reply
 
LinkBack Thread Tools
  #1  
11-03-2003, 08:46 PM
ratuna ratuna is offline
Free Member
 
Join Date: Oct 2003
Location: Brasil
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Olá

Duas tentativas o mesmo erro: [b] Illegal floating decimal point calculation order[b].
Utilizado:
DVD2AVI - forced film
Avisynth 2.5
Tmpgenc.
O erro ocorreu exatamente no mesmo ponto nas duas tentavas (com 00:59:52 min).

Script usado:

## DLL Section ##
#
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\plugins\GripFit_YV12.dll")
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\plugins\STMedianFilter.dll")
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\plugins\asharp.dll")
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\plugins\unfilter.dll")
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\plugins\undot.dll")
#
####
## Defined Variables and Constants ##
#
MaxTreshold = 1.50
nf = 0 # Current frame.
#
####

## Main section and static filters ###
#
#Mpeg2Source("Your_D2V_Source_Here")
Mpeg2Source("D:\Atlantis kvcd\Atlantis kvcd.d2v")
#
undot()
Limiter()
# gamma-correct image for display in a brighter environment
Levels(0, 1.3, 255, 0, 255)
asharp(1, 4)
#GripCrop(Your_GripCrop_Parameters_Here)
GripCrop(704, 480, overscan=2, source_anamorphic=true)
GripSize(resizer="BicubicResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(MaxTreshold))
MergeLuma(blur(0.1))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual ) - This will apply temporalsoften to
# very static scenes, and apply variable blur on moving scenes.
# We also assign a variable - and this is why a line break is inserted:

SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= SwitchThreshold ? \
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
}



#Sampler(100, length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##
#
####
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
TMPGenc erro andremb Conversão e Codificação de Vídeo (Português) 9 10-05-2004 07:58 PM
TMPGEnc Erro ntdll.dll X2003 Conversão e Codificação de Vídeo (Português) 1 09-14-2004 02:21 PM
Erro no Tmpgenc... Indestrutivel Conversão e Codificação de Vídeo (Português) 0 09-09-2004 02:50 AM
TMPGEnc dá Erro JACK WADE Conversão e Codificação de Vídeo (Português) 6 01-18-2004 10:36 AM
TMPGENc dá erro ratuna Conversão e Codificação de Vídeo (Português) 1 11-04-2003 05:17 AM




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