digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: 28 Hours encoding time? (http://www.digitalfaq.com/archives/encode/3045-kvcd-28-hours.html)

Bchteam 03-21-2003 03:15 AM

KVCD: 28 Hours encoding time?
 
Hi!!!

I have Problem with TmpgEnc and a Divx File.

I want to convert my Divx into KVCDx2 using this script:

Code:

#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#

LoadPlugin("F:\Programme\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("F:\Programme\MovieStacker\Filters\TemporalCleanerOld.dll")
LoadPlugin("F:\Programme\MovieStacker\Filters\FluxSmooth.dll")
LoadPlugin("F:\Programme\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("F:\Programme\MovieStacker\Filters\DustV5.dll")
LoadPlugin("F:\Programme\MovieStacker\Filters\LegalClip.dll")

AviSource("F:\Felidae - DVDRip - Divx.avi")
LegalClip()
GripCrop(720, 576, overscan=2, source_anamorphic=false)
GripSize(resizer="LanczosResize")
mergechroma(blur(1.50))
mergeluma(blur(0.2))
SpaceDust()
FluxSmooth()
TemporalCleaner(ythresh=2, cthresh=3)
GripBorders()
LegalClip()

But when the encoding process starts,28 Hours are displayed as remaining time.I think this is way too much for a 73 Minute movie.Can you tell me what's wrong???

VILLA21 03-21-2003 04:07 AM

What did u expect at this resolution with Lanczos? :)
Try at 528x480 and Bilinear resize and the encoding time will be around 4-5 hours, u got P4?

Boulder 03-21-2003 06:03 AM

And allow me to remind you that

mergechroma(blur(1.50))
mergeluma(blur(0.2))
SpaceDust()
FluxSmooth()
TemporalCleaner(ythresh=2, cthresh=3)

is not very fast :wink:

You've got three different filters which all have to analyze the frames and process them. At the resolution you're using I'm not surprised it does require more than a day..

Also MergeChroma and MergeLuma take some time although they don't slow down the process much.

PyRoMaNiA 03-21-2003 12:19 PM

It sometimes takes me around 30 hours to encode films in the 100 minute range, using FaeryDust, Convolution3D, and a high resolution on my 1.0 GHz Athlon, I just come back in 2 days and it's done. Just wait a while, it'll be worth the result. You'll watch more times than you encode. :wink:


All times are GMT -5. The time now is 11:25 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.