digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Optimal script or simple resize script? (http://www.digitalfaq.com/archives/avisynth/10432-optimal-script-simple.html)

bigggt 06-21-2004 08:46 PM

Optimal script or simple resize script?
 
The movie is about 140 minutes wide screen and not a lot of action,i ran it through dvd shrink and the best compression i could get was around 70% and from what i read that is not good enough so i am going to try and make my first kdvd.

I was thinking of putting 2 movies on 1 dvd but am confused on which script to use ,the dvd is pretty good in my opinion so is the ma script needed to reduce the size to fit on half a dvd or will just a resize script be sufficient.


I would normally just go ahead and use the MA script but it says its going to take almost 30 hours,i do have a slow machine but when i did an avi V4 script at the same resolution the max was about 9 hours.

also tried diko again and seem to have it working but it says 24 hours also

Dialhot 06-22-2004 03:32 AM

Just use this simple script that does wonders on DVD -> KDVD :
Code:

Mpeg2source("...",cpu=4)
LanczosResize(...) ***
Deen()
Undot()
AddBorders(...)***

The lines with *** must be computed with Moviestacker or FitCD of course.
And the "deen" refers to the new deen (dated of August 2003).
There is no parameters to put in deen or undot, the default values are correct.

bigggt 06-22-2004 08:17 PM

Thanx Phil

saving it now :D


All times are GMT -5. The time now is 01:20 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.