Log in

View Full Version : Help me please!


symonjfox
6th December 2002, 13:21
Hi, I used Avisynt lots of times and it always worked well.

I used the version 2.06 and it always worked well
Now I upgraded to version 2.07 and a lot of problems went out.

Here's my script


SegmentedAvisource("e:\byud1.avi")
Trim(645,14542) ++ Trim(25164,58776) ++ Trim(68261,131984) ++ Trim(142472,172537) ++ Trim(180860,191569)
Letterbox(8,8,8,8)
FadeOut(25)
ResampleAudio(44100)

So, when I try to open it usin' Virtual Dub, Tmpgenc or CCE 2.64 i get this error

UNRECOGNIZED EXCEPTION
(E:\BUD.AVS, Line 2)

I checked every line and it seems to be ok, don't you think so? In AVS 2.06 I always used this script (changin' the filename) and it always worked ok.

In this version, I must reload the avs file 5 or 6 times and it works. This is a trouble because if I want to perform a Multipass VBR encoding with CCE, It will work only the first pass (creating VAF file) while the next passes are not performed (it creates black frames with some red lines at the bottom of the frame).

Does anybody know why? thanks

Wilbert
6th December 2002, 14:35
Line 2 is that the line with the Segmented command or the line with the Trim command? Did you also delete the last (empty) segment?

symonjfox
6th December 2002, 14:56
No, line 2 is the SegmentedAVIsource. I didn't delete any file.

It started giving me that problem just when I installed AVS 2.07

Wilbert
6th December 2002, 14:59
Delete it (it's about 50 kB). The problem is a bug in v2.07.

symonjfox
16th December 2002, 12:18
It's true! I uninstalled 2.07 and reinstalled 2.06 and everything gone well!

thanks

symonjfox
22nd December 2002, 11:41
I was wrong ... now also 2.06 gives me the same problem! I don't know what to do ...

here's my script

SegmentedAvisource("e:\video.avi")
Trim(48197,76399) ++ Trim(86951,115744) ++ Trim(128097,174762) letterbox(8,8,8,8)
FadeOut(25)
ConverttoYuy2

I open it with any program and it says

UNRECOGNIZED EXCEPTION
(E:\balto.avs, line 1)

The files open right only one time every 7 or 8 errors. I can't perform any 2 pass VBR because the first pass is right then It encodes the black screen with UNRECOGNIZED EXCEPtION.

What shall I do?

Ah, I work under WinXP pro.

Wilbert
22nd December 2002, 17:43
Did you delete the last [empty] segment ?