Immense Exporting Time

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Immense Exporting Time

Post by Kevmaster » Fri May 09, 2008 11:42 pm

So I got this little (well, huge :/) Problem.

I've made this 30 seconds of a Video using Burst Angel, all the files are using this script:

Code: Select all

mpeg2source("D:\Burst Angel\BURST ANGEL VOL  1\VIDEO_TS\BA vol.1 part 1.d2v")
ConvertToYV12()
LoadTDeint()
TDeint(mode=1,order=1)
tomsmocomp(0,5,1)
BlendBob()
assumefps(29.97)
deen("w2d",2,4)
ssxsharpen()
fastlinedarken()
crop(4,4,-4,-4)
lanczos4resize(848,480)
When I hit export, the estimated Time went up like crazy, so I when I checked back after about 30 minutes, the rendering progress was 1%, so I hit cancel and tried it later on again. This time I checked back after 5 hours (let it render over night) & It was on 2% with an estimated Time of 56 minutes, so I let it stay like that and a bit later, the estimated time went up like crazy again and then vegas crashed.

I'm asuming this is an AVS problem, because all my other stuff is exporting just fine. And for the record: I'm exporting it as a lossless Lagarith File in 848x480, 29.97 fps.

Help, anyone?

User avatar
EvaFan
Joined: Sun Mar 21, 2004 10:25 pm
Status: (*゚▽゚)o旦~ ー乾杯ー♪
Location: Somerset, KY
Org Profile

Post by EvaFan » Sat May 10, 2008 12:24 am

First of all.. Is there any reason your deinterlacing twice :P? Tdeint can do the deinterlacing fine if your still getting artifacts then just increase the threshold a bit.

Try this if you dont want to read up on tdeint's page:
TDeint(mode=1,order=1,mthreshl=8,mthreshc=8,chroma=true,tryweave=true,denoise=true)

remove tomsmocomp

Assuming you ripped the burst angel dvd's properly... You dont need the assumefps either.

The way tdeint works is it doubles the framerate with mode 1 to assist blendbob. Blendbob looks for the frames without blending or in some cases will try to make one using 2 frames from my understandings. After it completes its process the original framerate is back so the assumefps isnt needed.

I dunno why you are changing the colorspace with converttoYV12... If your editing with a d2v then you shouldnt need to change it for any reason.

If the problem is still there after trying the above, just let me know on msn or aim and ill see if I can help some how.
"The people cannot be [...] always, well informed. The part which is wrong will be discontented, in proportion to [...] the facts they misconceive. If they remain quiet under such misconceptions, it is lethargy, the forerunner of death to public liberty. What country can preserve its liberties, if it's rulers are not warned [...] that this people preserve the spirit of resistance? The tree of liberty must be refreshed from time to time, with the blood of patriots and tyrants."-Thomas Jefferson

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Sat May 10, 2008 12:47 am

Eva-Fan wrote:First of all.. Is there any reason your deinterlacing twice :P? Tdeint can do the deinterlacing fine if your still getting artifacts then just increase the threshold a bit.

Try this if you dont want to read up on tdeint's page:
TDeint(mode=1,order=1,mthreshl=8,mthreshc=8,chroma=true,tryweave=true,denoise=true)

remove tomsmocomp
The Reason simply is, that This Burst Angel DVD's have the most horrible Interlacing I've ever worked with and that the Tdeint wasn't able to get rid of it all.

Also, The Tdeint commands you gave me cause this error:

Image
Assuming you ripped the burst angel dvd's properly... You dont need the assumefps either.

The way tdeint works is it doubles the framerate with mode 1 to assist blendbob. Blendbob looks for the frames without blending or in some cases will try to make one using 2 frames from my understandings. After it completes its process the original framerate is back so the assumefps isnt needed.
I'm working with the PAL Dvd's, which's standart frame rate is 25 fps, thats the Reaoson I gotta change it to 29.97.
I dunno why you are changing the colorspace with converttoYV12... If your editing with a d2v then you shouldnt need to change it for any reason.
hmh, Someone once told me it can prevent problems with the fake avis I have to use (because vegas doesnt accept avs to edit with). Problems like all clips turning black, etc.

User avatar
EvaFan
Joined: Sun Mar 21, 2004 10:25 pm
Status: (*゚▽゚)o旦~ ー乾杯ー♪
Location: Somerset, KY
Org Profile

Post by EvaFan » Sat May 10, 2008 12:58 am

I've never worked with a pal dvd :/.

You can get the newest version of Tdeint here:
http://avisynth.org/warpenterprises/
"The people cannot be [...] always, well informed. The part which is wrong will be discontented, in proportion to [...] the facts they misconceive. If they remain quiet under such misconceptions, it is lethargy, the forerunner of death to public liberty. What country can preserve its liberties, if it's rulers are not warned [...] that this people preserve the spirit of resistance? The tree of liberty must be refreshed from time to time, with the blood of patriots and tyrants."-Thomas Jefferson

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Sat May 10, 2008 1:05 am

Eva-Fan wrote:I've never worked with a pal dvd :/.
Be happy, oh, be happy.
You can get the newest version of Tdeint here:
http://avisynth.org/warpenterprises/
Still getting the same error :(

User avatar
EvaFan
Joined: Sun Mar 21, 2004 10:25 pm
Status: (*゚▽゚)o旦~ ー乾杯ー♪
Location: Somerset, KY
Org Profile

Post by EvaFan » Sat May 10, 2008 1:09 am

you dont need to load it with the new version.

I don't receive the error so I don't see why your getting it.
"The people cannot be [...] always, well informed. The part which is wrong will be discontented, in proportion to [...] the facts they misconceive. If they remain quiet under such misconceptions, it is lethargy, the forerunner of death to public liberty. What country can preserve its liberties, if it's rulers are not warned [...] that this people preserve the spirit of resistance? The tree of liberty must be refreshed from time to time, with the blood of patriots and tyrants."-Thomas Jefferson

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Sat May 10, 2008 1:12 am

Eva-Fan wrote:you dont need to load it with the new version.

I don't receive the error so I don't see why your getting it.
without loading it tells me that there is no function called "TDeint".

User avatar
EvaFan
Joined: Sun Mar 21, 2004 10:25 pm
Status: (*゚▽゚)o旦~ ー乾杯ー♪
Location: Somerset, KY
Org Profile

Post by EvaFan » Sat May 10, 2008 1:14 am

hmm... well i use the newest version of avisynth and tdeint.. Avisynth just loads all the dll's in the plugin folder automatically.
"The people cannot be [...] always, well informed. The part which is wrong will be discontented, in proportion to [...] the facts they misconceive. If they remain quiet under such misconceptions, it is lethargy, the forerunner of death to public liberty. What country can preserve its liberties, if it's rulers are not warned [...] that this people preserve the spirit of resistance? The tree of liberty must be refreshed from time to time, with the blood of patriots and tyrants."-Thomas Jefferson

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Sat May 10, 2008 1:37 am

Eva-Fan wrote:hmm... well i use the newest version of avisynth and tdeint.. Avisynth just loads all the dll's in the plugin folder automatically.
Oh Ok, I'm not using the newest Version of Avisynth, simply because it doesn't work right for me ~_~

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Sat May 10, 2008 5:57 am

Ok, I've tried more things now. At first, i tried exporting the video in huffy and uncompressed instead of lagarith, didnt work, still had the same Problem.

Then i got this Idea, I took the project file and dragged&dropped it into a new project (I remembered doing this once before by accident). The Project turns into 1 big clip, so I tried saving it from this new project and it actually worked. It rendered the video. However, It gave me a different problem, the second half of the video just turned black and I didnt get any picture. I tried the same again and this time there was the middle part missing out, so I went to pre-render the Video and then to render it again. Result: Same as in the very beginning; Estimated Time goes up like crazy and then Vegas crashes :(

So now I would like to try if its works without the tomsmocomp(0,5,1), but without it, the Video looks like this:

Image

My Script looks like this now:

Code: Select all

mpeg2source("D:\Burst Angel\BURST ANGEL VOL  1\VIDEO_TS\BA vol.1 part 4.d2v")
LoadTDeint()
TDeint(mode=1,order=1)
BlendBob()
assumefps(29.97)
deen("w2d",2,4)
ssxsharpen()
fastlinedarken()
crop(4,4,-4,-4)
lanczos4resize(848,480)
Any suggestions how to fix this crap? :\

Locked

Return to “AviSynth Help”