Quantcast KVCD: How Big does File Size get? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
10-12-2002, 04:50 AM
Joeri Joeri is offline
Free Member
 
Join Date: Oct 2002
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
I've got a movie of almost 2 hours, if I use the templetes, how big does that file become?? 1200MB??? Or am I suggesting this wrong? Can anyone help me, because I don't want to expirement it, because it takes me 3 hours.
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  
10-12-2002, 07:32 AM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Joeri,



Quote:
Joined: 12 Oct 2002
Posts: 1

Posted: Sat Oct 12, 2002 5:50 am Post subject: file size

--------------------------------------------------------------------------------

I've got a movie of almost 2 hours, if I use the templetes, how big does that file become?? 1200MB??? Or am I suggesting this wrong? Can anyone help me, because I don't want to expirement it, because it takes me 3 hours.
For one CD try KVCD-LBR and for two CD's try KVCDx3. They will give
you the best quality. For experimenting use the "Predicting File Size"
avs script. Just cut and paste you settings from FitCD. Below is an
example.

LoadPlugin("E:\DVD Backup\2 - DVD2SVCD\MPEG2DEC\MPEG2DEC2.dll")
LoadPlugin("E:\DVD Backup\2 - DVD2SVCD\C3D\Convolution3D.dll")
Mpeg2Source("D:\Temp\movie.d2v")
#
# ------- Place FitCD settings here ------
BicubicResize(336,224,0,0.6,0,0,720,480)
LanczosResize(496,44
TemporalSmoother(2,2)
AddBorders(16,16,16,16)
#
# ------ Test File Size here ------
IL = Framecount / 100
SL = round(Framerate)
SelectRangeEvery(IL,SL)
#
## MPEG size = ((Total frames/Framerate)/100) * (MPEG sample file size * .95) ##
#
# ------ End of Script ------

-black prince
Reply With Quote
  #3  
10-31-2002, 10:05 AM
grimo grimo is offline
Free Member
 
Join Date: Oct 2002
Location: Australia
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to grimo
i'm also new to this encoding thing.
can i just ask why you did
.
.
# ------- Place FitCD settings here ------
BicubicResize(336,224,0,0.6,0,0,720,480)
LanczosResize(496,44
.
.

so your resizing twice??
Reply With Quote
  #4  
10-31-2002, 01:59 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
Hi joeri,

Sorry! No wonder your confused about what to use. Here's a
corrected avs script for KVCD-LBR source being DVD. You may want to
use FitCD to get the aspect ratio more accurate.

LoadPlugin("E:\DVD Backup\2 - DVD2SVCD\MPEG2DEC\MPEG2DEC2.dll")
Mpeg2Source("D:\Temp\movie.d2v")
#
# ------- Place FitCD settings here ------
BiIinearResize(336,224,0,0,720,480)
TemporalSmoother(1,2)
AddBorders(8,8,8,8 )
#
# ------ Test File Size here ------
IL = Framecount / 100
SL = round(Framerate)
SelectRangeEvery(IL,SL)
# End of Script


-black prince
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KVCD: File size vs cq value? big Video Encoding and Conversion 15 02-21-2003 11:42 AM
Kvcd mix template HQ and really low file size? jcataluna Video Encoding and Conversion 0 12-17-2002 05:17 AM
KVCD: File Size? Paul0889 Video Encoding and Conversion 0 12-16-2002 03:32 PM
Avisynth: File Size Predition vs Actual file size? Rig R. Mortis Avisynth Scripting 2 10-12-2002 06:04 PM
KVCD: File size too big? KVCDboy Video Encoding and Conversion 5 06-11-2002 11:57 AM




 
All times are GMT -5. The time now is 05:41 AM  —  vBulletin © Jelsoft Enterprises Ltd