Printable Version of Topic
Click here to view this topic in its original format
Unofficial VirtualDub Support Forums > Advanced Video Processing > Make Two Into One


Posted by: butterfly Jan 6 2003, 05:02 PM
hi all
im trying to make a clip out of some homemade movies but when i try to put two of them together with "append avi segment" on the "file" menu it says that the video streams have different deta formats.

do you know what can i do to make it work?

i mean, isnt it the idia of virtualdub? to make things like this?

thanks again

good day laugh.gif

Posted by: fccHandler Jan 6 2003, 08:25 PM
VirtualDub can't join AVIs unless they have exactly the same format, but you may be able to make it work with an Avisynth script:
CODE
part1 = AVISource("part1.avi").ConvertToRGB
part2 = AVISource("part2.avi").ConvertToRGB
AlignedSplice(part1, part2)

Posted by: butterfly Jan 6 2003, 11:02 PM
thanks i'll try it,
but it is wired, i thought that virtualdub sepoes to do idsacly this but ok...
thanks again

Powered by Invision Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)