digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   TMPGEnc Plus v2.513.53.162 released (http://www.digitalfaq.com/archives/encode/3952-tmpgenc-v251353162-released.html)

jorel 06-12-2003 06:37 AM

TMPGEnc Plus v2.513.53.162 released
 
new Version : 2.513. 2003/6/12 :!:

Fixed:
In the MPEG Setting dialogue under the GOP tab,
even if the "Force picture type setting" was not enabled
you could click the "setting" button.
Fixed:
Reading an animation using DirectShow,
could result in incorrect audio or a memory access violation error.

http://www.tmpgenc.net/

:wink:

GetUp 06-15-2003 04:51 AM

Re: TMPGEnc Plus v2.513.53.162
 
Quote:

Originally Posted by jorel
new Version : 2.513. 2003/6/12 :!:

Fixed:
In the MPEG Setting dialogue under the GOP tab,
even if the "Force picture type setting" was not enabled
you could click the "setting" button.
Fixed:
Reading an animation using DirectShow,
could result in incorrect audio or a memory access violation error.

http://www.tmpgenc.net/

:wink:

It seems to be NOT FREE for MPEG-1 anymore?
Baaad news.... :evil:

DKruskie 06-15-2003 09:00 AM

Here try this link..
http://www.pegasys-inc.com
hope this helps :D


David

andybno1 06-19-2003 07:03 PM

ok just upgraded to this version and I'm getting a message sayin itm can't open avs file or its unsuprted, I checked enviromental settings and readavs.dll is in there I have even reinstalled avisynth 2.52 and still unsuported. Any Help??

willy_annand 06-19-2003 07:05 PM

Quote:

Originally Posted by andybno1
ok just upgraded to this version and I'm getting a message sayin itm can't open avs file or its unsuprted, I checked enviromental settings and readavs.dll is in there I have even reinstalled avisynth 2.52 and still unsuported. Any Help??

did you try to increase the priority of the readavs.dll?

andybno1 06-20-2003 01:32 AM

yes it is set at 4 at the min, also it says that stmedian filter isn't a vlaid avisynth 2.5 filer either even though in the zip file it has one for 2.08 and 2.5, and yes I extracted the 2.5 one.

andybno1 06-20-2003 11:58 AM

ok got 2.513 to load avs and got all filters to work now it says:

Script Error: there is no function Named "chr"
Script line 40

Code:

##DLL Section ##
#
LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit_YV12.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\STMedianFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\asharp.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\undot.dll")
#
####

##Defined Variables and Constants ##
#
MaxTreshold = 1.50
scd_trigger = 30 #Scene change trigger value.
nf =  0 #Current frame.
#
####

##Main section and static filters ###
#
Mpeg2Source("C:\DVD Movie\8 Mile.d2v")
#
undot()
Limiter()
asharp(2, 4)
GripCrop(352, 576)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0 )
MergeChroma(blur(MaxTreshold))
MergeLuma(blur(0.2))
#
#

##Dynamic Linear Adaptive Filtering and Scene Change Detection ##
#
#( 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:

ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf > 2.5 ? asharp( -(fmin((nf/30), 1)), 0 ): \
TemporalSoften(2,7,7,3,2)")

#
#Scene change detection - If a scene change is detected, we
#blur heavily. This affects the scene before and the one after the
#scene change, thus providing a softer transition for the encoder instead
#of a sharp "spike".

conditionalfilter( last, asharp(-2,0), last, "nf", ">", "scd_trigger" )

#
#
#

GripBorders()
#LetterBox( Your_Values_Here )#Depends on situation. Use MovieStacker!
Limiter()

#
#
##Functions ###

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

#
####


jorel 06-20-2003 12:16 PM

andybno1 my friend,

did you install the avisynth252 with ffvfw plugin?
http://sourceforge.net/projects/avisynth2

this will solve the problem with :!:
:wink:

andybno1 06-20-2003 12:20 PM

ah, well I best install it then


All times are GMT -5. The time now is 12:35 PM  —  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.