Quantcast KVCD: Two .D2V Files into one Script? - digitalFAQ.com Forums [Archives]
  #1  
09-19-2003, 01:41 PM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
Can I put 2 sources in one script, can I use tok to predict it, how do I mux it?
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
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  
09-19-2003, 02:33 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
more(more,much more) details my friend!
is from the same source?
or 2 differents sources and 1 cd target!?!?
Reply With Quote
  #3  
09-19-2003, 02:51 PM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
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!
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
Reply With Quote
  #4  
09-19-2003, 03:02 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
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!


ps:
CQMatic/Calcumatic will do the same job as ToK!
adjust the "target" in Calcumatic!
Reply With Quote
  #5  
09-19-2003, 04:42 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
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, 47
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
}
Reply With Quote
  #6  
09-20-2003, 01:23 AM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
Does it make 2 or 1 videofiles? If 1, how do I mux it, how can I predict the filesize?
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
Reply With Quote
  #7  
09-20-2003, 05:10 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #8  
09-20-2003, 05:33 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts

friendal & Boulder:
2 big "brains"!

great ways and options.
Reply With Quote
  #9  
09-20-2003, 05:43 AM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
Thanks to you all!
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Retrieving script info from files? will_diddy Avisynth Scripting 3 11-08-2006 04:41 AM
Avisynth: Different files in one script? Hydeus Avisynth Scripting 3 03-18-2004 06:59 PM
KDVD: Script for DV source files? syk2c11 Video Encoding and Conversion 2 07-06-2003 07:51 PM
KVCD: Script for Segmented AVI Files? Frunobulax Video Encoding and Conversion 3 04-04-2003 01:45 AM
Avisynth: Script Settings for VRO files? Bud Avisynth Scripting 1 06-01-2002 09:07 PM

Thread Tools



 
All times are GMT -5. The time now is 06:00 AM  —  vBulletin İ Jelsoft Enterprises Ltd