Hello
You see i have many questions and i am a real noob in all this things XD
So my questions.
Ok i make a new Project. I import all avs in Premiere Pro 1.5 and now i want to cut. My problem is that all goes really slowly and stand a really short time and then goes on. also after i put it in the lines and play it now. What can be the Problem?
That is my script
SetMemoryMax(16)
mpeg2source("C:\SAMURAI 7 - VOL. 1\VIDEO_TS\VTS_02_1.d2v",cpu=6)
Telecide(order=0)
Crop(8,0,-8,-0)
converttoyv12()
lanczosresize(640,480)
TDeint(mode=2)
I hope you can help me, because with this problem i cant make good cuts.
And i must say thank you for the troubles.
All so slow...
- Falconone
- get the Punch
- Joined: Sun Jun 20, 2004 11:38 am
- Status: the Time of AMVs ends... or not?
- Location: Passau, Germany
- Purge
- Joined: Mon Oct 10, 2005 9:18 am
- Location: Under Aus
if your using amvapps avs plugin - check the gui to see if the resizing algorithm is set to nearest nighbour, this setting can speed up editing with avs - set it back to lancoz when your doing your final export
another reason could be that it is the avisynth code that is making it slow
i think in this case the TDeint or maybe telecide would be the major the cause of the slowdown
you could try commenting out that section of code and see if the speed increases to something tolerable. you can then just add it back for your final export.
another method to avoid the speed issue is to just export a lossless version of the ep or use a lesser qual version and bait and switch it with the avisynth file when your done.
another reason could be that it is the avisynth code that is making it slow
i think in this case the TDeint or maybe telecide would be the major the cause of the slowdown
you could try commenting out that section of code and see if the speed increases to something tolerable. you can then just add it back for your final export.
another method to avoid the speed issue is to just export a lossless version of the ep or use a lesser qual version and bait and switch it with the avisynth file when your done.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Re: All so slow...
Well, that's a start. I would advise taking out the CPU parameter for editing purposes, then put it back in right before you make your final export.Falconone wrote:mpeg2source("C:\SAMURAI 7 - VOL. 1\VIDEO_TS\VTS_02_1.d2v",<b>cpu=6</b>)
And why are you using both Telecide AND TDeint? With the default parameters, Telecide does deinterlacing on frames it judges to still be combed anyway.Falconone wrote:Telecide(order=0)
Crop(8,0,-8,-0)
converttoyv12()
lanczosresize(640,480)
TDeint(mode=2)
- Falconone
- get the Punch
- Joined: Sun Jun 20, 2004 11:38 am
- Status: the Time of AMVs ends... or not?
- Location: Passau, Germany
- BauziOLD
- Joined: Tue Oct 17, 2006 5:16 am
- Location: Austria (uhm the other country without kangaroos^^)
- Contact: