Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > (HD) DVD, Blu-ray & (S)VCD > One click suites for DVD backup and DVD creation

Reply
 
Thread Tools Search this Thread Display Modes
Old 17th October 2002, 04:24   #1  |  Link
kwag
Registered User
 
Join Date: Mar 2002
Posts: 135
CQ modes now predicted to ~1--2% final file size

If anyone cares about using CQ, CQ_VBR modes for encoding instead of multi-pass VBR, now you can predict the file size down to 1%-2%, without having to do multi pass encoding.
Here's a FitCD version modified with the file prediction formula: http://ns1.shidima.com/kwag/FitCD_v105_prediction.zip
Discussion thread here: http://www.kvcd.net/forum/viewtopic.php?t=1294

Basically this is what's added to the end of an AviSynth script:

###--------------------- Start Of File Size Prediction ----------------------###

IL = Framecount / 100 # interval length in frames
SL = round(Framerate) # sample length in frames
SelectRangeEvery(IL,SL)
## MPEG size = ((Total frames/Framerate)/100) * (MPEG sample file size * .95) ##

###------------------------End File Size Prediction--------------------------###

Use the formula: MPEG size = ((Total frames/Framerate)/100) * (MPEG sample file size * .95)

@DVD2SVCD,
Would be nice if you could integrate this method for CQ encoding into DVD2SVCD, as the results are more accurate than the current method being used.

Thanks,
-kwag

Last edited by kwag; 17th October 2002 at 04:32.
kwag is offline   Reply With Quote
Old 17th October 2002, 07:48   #2  |  Link
dvd2svcd
Moderator
 
dvd2svcd's Avatar
 
Join Date: Oct 2001
Location: On top of the world!
Posts: 1,837
Both methods are implemented in the new version. I will test your algo looks very much like the one I already use in dvd2svcd. I'll try yours and see if it get's to the right value faster.

If you wantto try the new Beta look in the Help!!! thread.
__________________
Cheers,
dvd2svcd
dvd2svcd is offline   Reply With Quote
Old 17th October 2002, 14:20   #3  |  Link
kwag
Registered User
 
Join Date: Mar 2002
Posts: 135
Quote:
Originally posted by dvd2svcd
Both methods are implemented in the new version. I will test your algo looks very much like the one I already use in dvd2svcd. I'll try yours and see if it get's to the right value faster.

If you wantto try the new Beta look in the Help!!! thread.
Will do!. Looking better every time

Thanks,
-kwag
kwag is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:35.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.