digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   TMPGEnc: unrecognized exception! d:\scripts\film.avs,line2 (http://www.digitalfaq.com/archives/encode/1721-tmpgenc-unrecognized-exception.html)

kaos 11-28-2002 11:24 PM

TMPGEnc: unrecognized exception! d:\scripts\film.avs,line2
 
help igot this message on the window of tmpgenc,when i tri to run a sample of the script of fit cd this is my script:

LoadPlugin("C:\vcdprojects\filter\MPEG2DEC.dll")
mpeg2source("D:\dvd2avi\sample.d2v")
BilinearResize(688,448,0,6,720,468)
#TemporalSmoother(2,2)
AddBorders(8,16,8,16)
#Trim(0,146654).FadeOut(150)
#ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1

###--------------------- Start Of File Size Prediction ----------------------###

IL = Framecount / 100 # interval length in frames
SL = round(Framerate) # sample length in frames
SelectRangeEvery(IL,SL)
## MPEG size = ((Total frames/Framerate)/100) * (MPEG sample file size * .95) ##

###------------------------End File Size Prediction--------------------------###

kwag 11-28-2002 11:50 PM

Did you use DVD2AVI version 1.76 to create your .d2v?

-kwag

kaos 11-29-2002 10:47 AM

nope i did use ...
 
thks for reply the version of dvd2avi is 1.77.3 .any sugestion? :D

kwag 11-29-2002 11:45 AM

Re: nope i did use ...
 
Quote:

Originally Posted by kaos
thks for reply the version of dvd2avi is 1.77.3 .any sugestion? :D

Go back to version 1.76, because 1.77.x doesn't work with AviSynth.

-kwag

kaos 11-29-2002 08:31 PM

ok thanks
 
thks ill try & see what it does!! :D

jcob 11-30-2002 03:05 AM

Hi Kwag,

This is my first time to try FitCD.

I have a similar problem but my source is an avi file created by ulead video studio 5.

Here is my script:

# -= AviSynth script by FitCD v1.1.1 =-
LoadPlugin("c:\Program Files\avisynth2\plugins\mpeg2dec.dll")
AviSource("D:\test\new\test6b.avi")
BicubicResize(448,384,0,0.6,0,0,696,436)
AddBorders(16,48,16,48)
#Trim(0,28138).FadeOut(150)

:roll:


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