Log in

View Full Version : AvisynthSwitcher


nimrodim
24th March 2004, 23:11
AvisynthSwitcher no longer available
Pity!
:o(

BruceL
25th March 2004, 01:42
What do you mean by "AvisynthSwitcher"?
Do you mean a way of switching versions, say from 208 to 253?

Angelus
25th March 2004, 01:46
there's a way to do it with a batch file. Just do a search for avisynth switcher and it should come up.

BruceL
25th March 2004, 02:59
@Angelus
The batch file scheme is what I use. I just could not remember if that was called AviSynth Switcher.

stickboy
25th March 2004, 03:59
Just curious; what reasons are there for sticking with 2.0.x?

Angelus
25th March 2004, 04:28
I think there are some good filters that are avisynth 2.0 filters...that's what I think anyways

stickboy
25th March 2004, 04:34
But LoadPluginEx allows you to use 2.0.x plugins in 2.5.x...

Richard Berg
25th March 2004, 07:21
http://www.avisynth.org/index.php?page=loadoldplugins

nimrodim
25th March 2004, 08:36
Well i will give you a goood reason.
I think 2.55 and 2.54 are buggy.
I have one file with a very simple avisynthscript...i found that when i added assumefps it crushed randomly...sometimes it opened fine, sometimes it gave me acceess violation ....can't read...
The video was 25fps xvid.
The script:

AVISource("G:\filename.avi",false)
BilinearResize(720,396)
AddBorders(0,42,0,42)
ConvertToYUY2()
Assumefps(23.976)

When i went back to avisynth 2.08 all was fine!

Nim

Wilbert
25th March 2004, 10:04
Maybe you can upload this avi somewhere?

nimrodim
25th March 2004, 10:45
700 mb????!!!
My uploading is very slow....
Maybe if i sent just the begining - a few MBs would that be sufficient??
Ps. what do you think is the problem?