Log in

View Full Version : now what?? (multiple avi's)


ech3lon
26th February 2004, 10:19
Ok, i've just captured from analogue source and now i got 5 multi-segmented avi's. What next? can't mux it then it would defeat the purpose of multi segmenting it (stored in fat32 hd)

I could think of 2 ways, one: encode(tmpgenc) all the files 1 by 1 then mux the mpeg's, or, two: pre-compressed with divx then mpeg it. Both have flaws, one, it could make the final video jumpy between segments (maybe even audio async, i dunno), two, loss quality due to lossy pre-compression.

Any ideas anyone?? (btw, i've search the forum :)
Thanks!!!

Bubba
26th February 2004, 22:29
Hi,

What codec are these AVIs?

ech3lon
27th February 2004, 09:09
Originally posted by Bubba
Hi,

What codec are these AVIs?
Its picvideo mjpeg (as in the doom9's capture guide)

ech3lon
2nd March 2004, 03:20
Anyone?
Coz I got 8 gigs of waiting-to-be-processed-files stuck in my precious hardrive and left me wif only 21 MB space left.

=)

joshyg2
2nd March 2004, 03:39
Hi,

are you fimiliar with Avisynth? (install it)

Make a new text file with the following in it:

AVISource("C:\capture.00.avi","C:\capture.01.avi")

Note: Where C:\ is the drive that you file is stored. if you have more segments, just add more to the line followed by commas.

save it and rename it to file.avs

now you can load the .avs file in virtual dub, TMPGEnc, CCE etc

hope this helps,

Josh

ech3lon
2nd March 2004, 09:54
sweet, i'll try that

cheers :)