I recently bought a Dvd Burner so I became curious about KDVDs. As I was searching around the forum, I found a prog called KDVD Calculator. I loaded up the three avi files I had and set the audio bitrate to 128 kbps. The calculated size of the files is below. Is that the sample size of all three files or just one of them?
My other question is how do I make a sample with CCE 2.7 Trial. I was searching around and found a thread about Xvid Tv episodes in which Dialhot mentioned how to combine files in an avisynth script.
Code:
a=Avisource("ep1.avi")
b=Avisource("ep2.avi")
c=Avisource("ep3.avi")
d=....
a+b+c+d+....
Sampler(length=15)
I don't fully understand the script above. The part where it says
is where I am stumped and why is the number 15 there for the length? Is this in the Avisynth Manual? I haven't checked so please give me the link if it is!
All help is appreciated