digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   possible to fit a full 93 minute movie onto one SVCD? (http://www.digitalfaq.com/archives/encode/1610-possible-fit-full.html)

Paul0889 11-17-2002 04:09 PM

possible to fit a full 93 minute movie onto one SVCD?
 
Is it possible to fit a full 93 minute movie onto one SVCD? The movies is Halloween 2

kwag 11-17-2002 06:03 PM

Re: 1 SVCD
 
Quote:

Originally Posted by Paul0889
Is it possible to fit a full 93 minute movie onto one SVCD? The movies is Halloween 2

You can do it with the SKVCD easily. But be sure to use the file prediction formula. If you use the blockbuster filter, and add the "sharpen" method, your result will be very similar to a SVCD.
I'm afraid that if you try to put 93 minutes of SVCD on one CD-R, the quality will suffer.

-kwag

Paul0889 11-17-2002 06:16 PM

Script
 
Last time i used the blockbuster filter. the video was very dark and hard to make out. Is their a script you can reccomend for Halloween 2?

kwag 11-17-2002 06:25 PM

Re: Script
 
Quote:

Originally Posted by Paul0889
Last time i used the blockbuster filter. the video was very dark and hard to make out. Is their a script you can reccomend for Halloween 2?

Try this, and be sure to get the latest Blockbuster and the FluxSmooth posted today:

FluxSmooth()

######## Auto Strength, proportional strength depending on resolution #####
## Remove only one "#" on front of the resolution that matches your encoding.


BB_Resolution = 352*240
#BB_Resolution = 352*480
#BB_Resolution = 528*480
#BB_Resolution = 544*480
#BB_Resolution = 704*480

BB_StrengthConstant = 352 * 240 * 20 # Base strength
StrengthValue = round (BB_StrengthConstant / BB_Resolution)
Blockbuster( method="noise", detail_min=1, detail_max=10, lv=1 ) # Apply noise if complexity is <= 10%.
Blockbuster( method="sharpen", detail_min=20, detail_max=90, strength=StrengthValue) # Sharpen only if complexity is >= 20% AND <=90%.

# The last ~10% is left untouched (pass-through), to avoid sharpening highest frequency components ( Peak artifacts, sharpest edge, etc. )
##
################## End Auto Strength ####################


That script would be for 352x240 resolution.

-kwag


All times are GMT -5. The time now is 09:23 AM  —  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.