1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Different Video Streams in 2 AVI's what do I do?

Discussion in 'DivX / XviD' started by neney1, Feb 17, 2005.

  1. neney1

    neney1 Member

    Joined:
    Mar 8, 2003
    Messages:
    86
    Likes Received:
    0
    Trophy Points:
    16
    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
     
  2. celtic_d

    celtic_d Regular member

    Joined:
    Jan 23, 2005
    Messages:
    3,352
    Likes Received:
    0
    Trophy Points:
    46
    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.
     

Share This Page