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
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