Log in

View Full Version : Combining Videos in AVS


acro29
30th January 2008, 08:09
Hello, I have two videos, (errors in encoding)
I want to combine them to one video.
The problem is that the full video has timecode to it.
so spliting them, I must stick them back again before using the timecode...right?

other wise it would have been easier...

I used Avisynth as following:

AviSOURCE ("........") +\
AVISOURCE("......")

But when I load the file at virtualdub and tell it to SteamCopy it wont...it just recompresses them >_>.

How can I combine the two parts without re-encoding the whole video..

Cheers ACro

foxyshadis
30th January 2008, 08:33
Load them into virtualdub, not avisynth. Use the append menu command. This will only work if they're completely compatible.

acro29
30th January 2008, 08:36
Oh thats it!.

Many thenks. sps