Quantcast KDVD: How to Fit 4.5/6 Hours on a DVD with KDVD Full D1 Template? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
04-13-2003, 06:54 PM
warpjavier warpjavier is offline
Free Member
 
Join Date: Apr 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Hi, This is my first post. I'm not newbie but I cant figure out with this.
I'm trying to convert Beauty and the Beast to KDVD full D1, and I want to fill my DVD with 3 other movies, but the file prediction is given me a very big file size.
Movie=Beauty and the Beast.
FrameRate=23.976fps NTSC
Duration=91 minutes
Template= KDVD-full-D1 at 704x480
CQ = 70
Script=
Code:
LoadPlugin("F:\xx\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("F:\xx\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("F:\xx\MovieStacker\Filters\BlockBuster.dll")
LoadPlugin("F:\xx\MovieStacker\Filters\LegalClip.dll")
LoadPlugin("F:\xx\MovieStacker\Filters\Sampler.dll")

mpeg2source("f:\dvds\beauty_and_beast\beauty.d2v")
LegalClip() 
GripCrop(704, 480, overscan=2, source_anamorphic=false)
GripSize()
Convolution3D(preset="animeLQ")
Blockbuster(method="noise", variance=.3, seed=1) 
GripBorders() 
LegalClip() 

Sampler(length=24) 
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
Filesize obtained = 22,947 Kb.
Predicted filesize = 1380Mb.

The quality is great, almost same as original, but I'm just wondering how to fit 6 hours on the same DVD.

Thanks.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
04-13-2003, 07:18 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Welcome warpjavier,

First of all, remove the blockbuster filter. You don't need that at that resolution. Then check the latest scripts here: http://www.kvcd.net/forum/viewforum.php?f=38
Your script for beauty_and_beast would now look something like this:

Code:
LoadPlugin("F:\xx\MovieStacker\Filters\MPEG2Dec.dll") 
LoadPlugin("F:\xx\MovieStacker\Filters\GripFit_preview.dll") 
LoadPlugin("F:\xx\MovieStacker\Filters\BlockBuster.dll") 
LoadPlugin("F:\xx\MovieStacker\Filters\LegalClip.dll") 
LoadPlugin("F:\xx\MovieStacker\Filters\Sampler.dll") 

mpeg2source("f:\dvds\beauty_and_beast\beauty.d2v") 
LegalClip() 
GripCrop(704, 480, overscan=2, source_anamorphic=false) 
GripSize() 
unfilter(50,50)
temporalsmoother(1,2)
mergechroma(blur(1.58))
mergeluma(blur(0.3))
GripBorders() 
LegalClip() 

Sampler(length=24) 
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##

Remember that ~6 hour will fit with very good quality only with normal action movies. Anime and high action are very complex for mpeg encoding, and you'll probably get 4 to 4.5 hour max on a DVD(+-)R with that type of films. Always use file size prediction

-kwag
Reply With Quote
  #3  
04-14-2003, 12:55 PM
warpjavier warpjavier is offline
Free Member
 
Join Date: Apr 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks kwag, with this script I could set CQ to 50 even with very good quality.

With this script, can I compress film movies or is better to change something? because I was checking in the forums and I watched an example of City by the Sea with excelent results but different script.

Thanks.
Reply With Quote
  #4  
04-14-2003, 12:59 PM
warpjavier warpjavier is offline
Free Member
 
Join Date: Apr 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Sorry, but I forgot to ask you something.
I was playing with KVCDx3 template, but I changed GOP to 18 to made it DVD compliant and changed the output resolution to 704x480 and I got excelent quality like KDVD template but with small files. Do you recomend something or I'm doing it in the good way.

Thanks again.
Reply With Quote
  #5  
04-14-2003, 01:32 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by warpjavier
Do you recomend something or I'm doing it in the good way.
You are doing the right stuff

-kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
For animation, KDVD Full D1 or KDVD Half D1 ? RichManDash Video Encoding and Conversion 5 03-03-2005 09:24 AM
KDVD: Possible to fit 6 hours on a dvd-r ? holgerschlegel Video Encoding and Conversion 11 10-16-2003 04:47 PM
KDVD: Overscan 3 with KDVD Full D1 ? Jellygoose Video Encoding and Conversion 7 09-12-2003 08:09 AM
KDVD: 50 hours to encode? Anonymous Video Encoding and Conversion 5 01-22-2003 02:03 AM
Kdvd full template problem? theskid Video Encoding and Conversion 0 07-26-2002 06:40 AM




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