digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: Two .d2v files into one script? (http://www.digitalfaq.com/archives/encode/5672-kvcd-two-d2v.html)

CheronAph 09-19-2003 01:41 PM

KVCD: Two .d2v files into one script?
 
Can I put 2 sources in one script, can I use tok to predict it, how do I mux it?

jorel 09-19-2003 02:33 PM

more(more,much more) details my friend!
is from the same source?
or 2 differents sources and 1 cd target!?!?
:)

CheronAph 09-19-2003 02:51 PM

It´s beastie boys video anthology, 2 discs, disc one 35 minutes, disc 2 29 minutes.
I have made 2 .d2v files, one of each dvd and I wan´t to fit them on 1 cd!

jorel 09-19-2003 03:02 PM

easy way my friend CheronAph:
one dvd2avi project and one script for each cd!
load the first script in tok and adjust:
tok>free space>440.000.000 and max file size 440.000.000 for cd1!
got the CQ for the first part!

do the same with the second script:
tok>free space>360.000.000 and max file size 360.000.000 for cd2!
got the CQ for the second part!

the 2 parts encoded will got 800mb size.
burn the 2 parts in nero!
i did it 2 times and works very fine!
:wink:

ps:
CQMatic/Calcumatic will do the same job as ToK!
adjust the "target" in Calcumatic!
:)

rendalunit 09-19-2003 04:42 PM

or just add the second project to the first:

LoadPlugin("C:\encoding\Filters25\MPEG2Dec3.dll")
LoadPlugin("C:\encoding\Filters25\STMedianFilter.d ll")
LoadPlugin("C:\encoding\Filters25\asharp.dll")
LoadPlugin("C:\encoding\Filters25\unfilter.dll")
LoadPlugin("C:\encoding\Filters25\undot.dll")

MaxTreshold = 1.50
nf = 0

Mpeg2Source("C:\beastie_boys_1.d2v") ++ Mpeg2Source("C:\beastie_boys_2.d2v")
undot()
Limiter()
asharp(1, 4)
BicubicResize(352, 350, 1/3, 1/3, 0, 1, 720, 478)
STMedianFilter(8, 32, 0, 0 )
MergeChroma(blur(MaxTreshold))
MergeLuma(blur(0.1))

SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= SwitchThreshold ? \
unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ) : \
TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")

AddBorders(0, 65, 0, 65)
Limiter()

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

CheronAph 09-20-2003 01:23 AM

Does it make 2 or 1 videofiles? If 1, how do I mux it, how can I predict the filesize?

Boulder 09-20-2003 05:10 AM

Another way is to make just one d2v file. Rip the two discs in different folders, start DVD2AVI and select the first vob of the first disc. The program will automatically select the first disc's vobs. Then just add the second disc vobs right after the first ones and create a project. I've done this on several 2-disc rips.

jorel 09-20-2003 05:33 AM

8O
friendal & Boulder:
2 big "brains"!

great ways and options.
:wink:

CheronAph 09-20-2003 05:43 AM

Thanks to you all!


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