digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: Success with KVCD-LBR (http://www.digitalfaq.com/archives/encode/1345-kvcd-success-kvcd.html)

pacodoni 10-16-2002 09:32 AM

Success with KVCD-LBR
 
Movies done :

Castaway

CQ.......................25
Sound..................128
Movie lenght.........144min

Back to the future

CQ.......................25
Sound..................192
Movie lenght.........115min

Image very good, almost no macroblocks, just in dark, but still, little bit.
Action scenes very good movement, no jerky.

I'll post more when done

2COOL 10-16-2002 02:47 PM

Just wondering what your tv size is that you use for viewing your vcd...

pacodoni 10-16-2002 06:34 PM

hi 2COOL

I'm watching on a 36', sony, and the standalone is a Sony Dav-s300


Pacodoni 8)

kwag 10-16-2002 06:54 PM

Hi pacodoni,

Did you use the file prediction formula to get the CQ value of 25? Or was this just a random choice?

Cheers!,
-kwag

pacodoni 10-17-2002 06:03 AM

Hi Kwag, :)

Yeah, used the predict formula to castaway, to check, and works great, but to back to the future i didn't, i just assumed that would fit, taking castaway as model.
But the predict worked fine, i don't remember the exact size, but i can say that the difference was about 5-6 Mb :wink:

C y a

Pacodoni 8)

pacodoni 10-17-2002 12:27 PM

Just a question, Kwag. :?

I'm wanting to use subtitles and i know that they make the final filesize bigger, so, i hope you could help me, what can i use in fitcd to predict filesize with subtitles, what line can i add in the script ?

Thanks in adv :D

Pacodoni 8)

kwag 10-17-2002 02:12 PM

Quote:

Originally Posted by pacodoni
Just a question, Kwag. :?

I'm wanting to use subtitles and i know that they make the final filesize bigger, so, i hope you could help me, what can i use in fitcd to predict filesize with subtitles, what line can i add in the script ?

Thanks in adv :D

Pacodoni 8)

After you do your subtitles with Vobsub Configure, you would use something like this:

LoadPlugin("C:\encoding\MPEG2DEC.dll")
LoadPlugin("C:\encoding\Convolution3d.dll")
LoadPlugin("C:\encoding\vobsub.dll")
mpeg2source("K:\HIGH_CRIMES\VIDEO_TS\crimes.d2v")
vobsub("K:\HIGH_CRIMES\VIDEO_TS\VTS_04_0")
BilinearResize(445,360,0,0,676,480)
Convolution3d (1,0,0,7,7,3,0)
#TemporalSmoother(2,2)
AddBorders(16,64,16,64)
#Trim(0,165668).FadeOut(150)


###--------------------- 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--------------------------###

Look at the vobsub lines.

-kwag


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