Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

video editing in c++

4 views
Skip to first unread message

Giulio

unread,
Sep 24, 2009, 4:05:01 PM9/24/09
to
Hello,

I'd appreciate your suggestions about this drafted application for video
editing. It is just the first idea, it is working but can be improved a lot!
Find the code attached below. The main goal is to play an avi, averlap an
annotation/image and save the new avi.

Thank you very much for your help and comments :-)

http://pastebin.com/f76e663e6

Giulio

unread,
Sep 25, 2009, 6:40:01 AM9/25/09
to
Just some clarification...

The first issue I noticed is related to the size of the new edited avi
saved, that is too big as compared to the original one. I assume that is due
to some wrong settings in my code. But also anything else about performance
and quality is welcome! :-)

A second question I would ask is about overlapping an image on the bitmaps
of the api. In my code the avi is played and recaptured one bitmap at a time.
I wonder whether you could directly overlap an image on the bitmaps without
playing/recapturing.

Eventually a third point could be the use of better library than shlwapi.lib
or different avi_utils...

0 new messages