Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. AVI in C++

AVI in C++

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++help
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member 525219
    wrote on last edited by
    #1

    how can I Append an AVI file in C++ ? I can make interleaving of two video file but I can not append one in the other, can someone help ???

    E 1 Reply Last reply
    0
    • M Member 525219

      how can I Append an AVI file in C++ ? I can make interleaving of two video file but I can not append one in the other, can someone help ???

      E Offline
      E Offline
      erkanina
      wrote on last edited by
      #2

      AVI is a kind of RIFF file format, to combine more than one avi file with your own code, you must know AVI file format in byte depth.. You can get enough information from search engines, like AVI header and, index entry table etc... try these useful search keys; RIFF, avih, strh, strf, idx1, 00db, 00dc, 00wb, idx1

      M 1 Reply Last reply
      0
      • E erkanina

        AVI is a kind of RIFF file format, to combine more than one avi file with your own code, you must know AVI file format in byte depth.. You can get enough information from search engines, like AVI header and, index entry table etc... try these useful search keys; RIFF, avih, strh, strf, idx1, 00db, 00dc, 00wb, idx1

        M Offline
        M Offline
        Member 525219
        wrote on last edited by
        #3

        Thank you Erkan, I saw some of this headers but I was trying to use some simple, I am able to use the microsoft API for videos (vfw32, or video for windows), but this API seams to not work fine, or I am using wrongly because it always make the interleaving of all streams, and seams to discard the delay structure of the stream. If you know something of this kind or line I will be real greatfull, otherwise, Thanks. Allan

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups