All so slow...

Discussion and help related to Adobe video software goes here. e.x. Premiere, After Effects, Photoshop, etc.
Locked
User avatar
Falconone
get the Punch
Joined: Sun Jun 20, 2004 11:38 am
Status: the Time of AMVs ends... or not?
Location: Passau, Germany
Org Profile

All so slow...

Post by Falconone » Sun Mar 11, 2007 7:38 am

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

User avatar
Purge
Joined: Mon Oct 10, 2005 9:18 am
Location: Under Aus
Org Profile

Post by Purge » Sun Mar 11, 2007 8:20 am

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.

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Re: All so slow...

Post by Scintilla » Sun Mar 11, 2007 8:28 am

Falconone wrote:mpeg2source("C:\SAMURAI 7 - VOL. 1\VIDEO_TS\VTS_02_1.d2v",<b>cpu=6</b>)
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:Telecide(order=0)
Crop(8,0,-8,-0)
converttoyv12()
lanczosresize(640,480)
TDeint(mode=2)
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.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Falconone
get the Punch
Joined: Sun Jun 20, 2004 11:38 am
Status: the Time of AMVs ends... or not?
Location: Passau, Germany
Org Profile

Post by Falconone » Sun Mar 11, 2007 8:42 am

Thank you all.

After i take out the cpu=6 and the Telecide(order=0) it goes all right.
I take the cpu=6 into the script because it stand in the guide XD I think i have over seen something >_>

I must say it twice, thank you very much.
On other side i dont get so good informations and good help. :wink:
Image

User avatar
BauziOLD
Joined: Tue Oct 17, 2006 5:16 am
Location: Austria (uhm the other country without kangaroos^^)
Contact:
Org Profile

Post by BauziOLD » Sun Mar 11, 2007 10:02 am

Uhm... Easy to fix:

Comment everything out except
mpeg2source("C:\SAMURAI 7 - VOL. 1\VIDEO_TS\VTS_02_1.d2v",cpu=6)
lanczosresize(640,480)

That´s all for editing you need. Set in the avs plugin to bilinear resize or whatever it is called. I don´t remeber now.
ImageImageImage
Image

Locked

Return to “Adobe Software”