Hi Everybody I am trying to join to 2 Avi's together in Virtual Dub but it says Video Streams are in Different formats, So I checked with AVIcodec CD1 is 704x400 and CD2 is 720x416!!!! So is there anything I can do? Thanks
If you want to join, then you need to re-encode, although they AR's are like 3% off. Something like: part1 = avisource("part1.avi").lanczosresize(720,416) part2 = avisource("part2.avi") part1++part2 Although you should be able to get away with only re-encoding one half and leaving the audio. If your final product is not an avi, then I would just frameserve as above to your mpeg encoder or whatever.