abobe premiere pro cs3 slow .avs preview

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Starwindz
Joined: Fri Nov 02, 2007 9:21 pm
Org Profile

abobe premiere pro cs3 slow .avs preview

Post by Starwindz » Fri Apr 11, 2008 10:25 am

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.

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Post by BasharOfTheAges » Fri Apr 11, 2008 10:54 am

Your system specs and your script would be the 2 things that could be causing the slow-down. Post them...
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Post by mirkosp » Fri Apr 11, 2008 11:13 am

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. :)

User avatar
Starwindz
Joined: Fri Nov 02, 2007 9:21 pm
Org Profile

Post by Starwindz » Fri Apr 11, 2008 11:20 am

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.

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Fri Apr 11, 2008 11:21 am

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.

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Fri Apr 11, 2008 11:23 am

By the way, it seems unlikely that your source really needs all that crap you added in your script.

User avatar
Starwindz
Joined: Fri Nov 02, 2007 9:21 pm
Org Profile

Post by Starwindz » Fri Apr 11, 2008 11:36 am

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 :D
Zarxrax 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.
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 advice :D

Locked

Return to “AviSynth Help”