abobe premiere pro cs3 slow .avs preview
- Starwindz
- Joined: Fri Nov 02, 2007 9:21 pm
abobe premiere pro cs3 slow .avs preview
Hi I'm new to using avisynth and love the idea of changing the quality of footage just with a script. I have been reading some of the guides and ran into one that says that it is possible to just open the .avs file through premiere pro, but when previewing the footage it is very slow. I was wondering if it was just because I'm running a script thru adobe premiere pro cs3 or is this a common problem that happens when you open the .avs file in any adobe premiere program. I will most likely just render the videos in a lossless codec, but was wondering if anyone runs into this problem too or if there is a way to fix it from being so slow when video previewing.
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Well, if you leave every filter on, it will obviously be slow (it wouldn't playback in real time in a media player). While editing, you should just leave de-interlace, crop and resize filters on. Other filters, like, for instance, deen or vmtoon, will just slow you down. You gotta add them when you want to export at full quality, meaning that you just save your project, close premiere, add the filters in the scripts, re-open your project and export. Doing this way will make the editing faster. 
Still, there might be some little lags even with just de-interlace/crop/resize filters, depending on your system specs. But they should be little stuff, so no real worries to care about.

Still, there might be some little lags even with just de-interlace/crop/resize filters, depending on your system specs. But they should be little stuff, so no real worries to care about.

- Starwindz
- Joined: Fri Nov 02, 2007 9:21 pm
comp specs:
Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz , 2gb ram
Radeon x1650
avisynth script used:
#ASYNTHER Default (AVISource)
AVISource("C:\Documents and Settings\Starwindz Hawking\My Documents\My Videos\RAW\[l33t-raws]BLEACH_139_(640x480_LameVBR_WMV9).[8D08C398].avi")
ConvertToYV12()
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
deen("a3d",4)
temporalcleaner()
mftoon(strength=128)
SSXSharpen()
FastLineDarken
ColorYUV(gain_u=15)
AssumeFPS(24)
sorry I didn't mention this earlier, Ive been up all night trying to figure this thing out.
Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz , 2gb ram
Radeon x1650
avisynth script used:
#ASYNTHER Default (AVISource)
AVISource("C:\Documents and Settings\Starwindz Hawking\My Documents\My Videos\RAW\[l33t-raws]BLEACH_139_(640x480_LameVBR_WMV9).[8D08C398].avi")
ConvertToYV12()
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
deen("a3d",4)
temporalcleaner()
mftoon(strength=128)
SSXSharpen()
FastLineDarken
ColorYUV(gain_u=15)
AssumeFPS(24)
sorry I didn't mention this earlier, Ive been up all night trying to figure this thing out.
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
- Starwindz
- Joined: Fri Nov 02, 2007 9:21 pm
mirkosp wrote:Well, if you leave every filter on, it will obviously be slow (it wouldn't playback in real time in a media player). While editing, you should just leave de-interlace, crop and resize filters on.
ahh ok makes more sense now hehe... yea i just played a normal script and it works perfect in adobe premiere pro cs3 thx mirkosp for the info

yea I might just make lossless files just to be on the safe side, and yea my code is pretty long and ugly lol I might make a post later showing picture examples and the code I used so I can get some pointers and adviceZarxrax wrote:Even though my system can handle basic avs scripts in premiere with no problem, I still find it more convenient (and more stable) to just make lossless files out of them. Lossless is really the best way to go.
