Quantcast Problemas com Optimal Script No TMPGEnc (Help!!) - 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  
04-14-2004, 09:57 AM
mabhz mabhz is offline
Free Member
 
Join Date: Aug 2003
Posts: 163
Thanks: 0
Thanked 0 Times in 0 Posts
olah a todos...

Tentei usar pela primeira vez um Optimal Script para fazer um kvcd (528x480), mas o TmpgEnc deu um erro ao tentar abrir o script:

"File ....avs can not open or unsupported."

Vejam o script:

## DLL Section ##
#
LoadPlugin("D:\Program Files\DVD Tools\Plugins\MPEG2Dec3.dll")
LoadPlugin("D:\Program Files\DVD Tools\Plugins\GripFit_YV12.dll")
LoadPlugin("D:\Program Files\DVD Tools\Plugins\STMedianFilter.dll")
LoadPlugin("D:\Program Files\DVD Tools\Plugins\asharp.dll")
LoadPlugin("D:\Program Files\DVD Tools\Plugins\unfilter.dll")
LoadPlugin("D:\Program Files\DVD Tools\Plugins\undot.dll")
#
####
## Main section and static filters ###
#
Mpeg2Source("projeto.d2v")
#
undot()
asharp(1, 4)
GripCrop(352, 240, overscan=1,source_anamorphic=false)
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
}

#
####


alguem tem alguma dica??

valeu o help!

mabhz
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
  #2  
04-14-2004, 10:18 AM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Instale o xvid codec.
Reply With Quote
  #3  
04-14-2004, 12:24 PM
mabhz mabhz is offline
Free Member
 
Join Date: Aug 2003
Posts: 163
Thanks: 0
Thanked 0 Times in 0 Posts
valeu a dica, mas, seria possivel me explicar o porque? onde no script existe uma referencia a ele? e o que este codec faz?

valeu!

mabhz
Reply With Quote
  #4  
04-14-2004, 02:55 PM
FlavioMetal FlavioMetal is offline
Free Member
 
Join Date: Dec 2003
Posts: 935
Thanks: 0
Thanked 0 Times in 0 Posts
Tente reinstalar o Avisynth...
Reply With Quote
  #5  
04-14-2004, 03:04 PM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by mabhz
valeu a dica, mas, seria possivel me explicar o porque? onde no script existe uma referencia a ele? e o que este codec faz?

valeu!

mabhz
DVD e d2v usam YV12 color space. Você necessita um codec yv12 --> xvid.
(o excusemem i fala portug_oogle)
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Optimal script or simple resize script? bigggt Avisynth Scripting 2 06-22-2004 08:17 PM
Divx script vs Optimal script? bigggt Video Encoding and Conversion 12 11-20-2003 04:22 AM
new KVCD script candidate for optimal script! Dialhot Video Encoding and Conversion 12 10-11-2003 02:09 PM
Avisynth: Difference between MA script and optimal script? mistermickster Avisynth Scripting 2 08-01-2003 09:36 AM
TMPGEnc: load the optimal script, error with plugins beany101uk Video Encoding and Conversion 1 05-14-2003 04:06 PM




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