Link to home
Start Free TrialLog in
Avatar of malik_mumtaz
malik_mumtaz

asked on

editing avi file

How i can edit an avi file.How i can use createeditablestream in my program.

If any code then i will consider it as great help.

ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial


 Using the Video For Windows AVI API you can extract each image from an AVI programatically.

  AVIFileInit
  AVIFileOpen
  AVIFileReadData

  Here is some more info

  http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/avifile_827n.asp

  Save each image to Disk as a Bitmap, edit them using Paint.

  Use the API to reconstruct the AVI.