Video Editing of .avi & .mpegs files
-
I need to do a code on editing of .avis & .mpegs. Where can i find such codes around or does anyone has come across such cases? Can someone show me some source codes on how to do basic editing like cutting and pasting of video frames in .avis & .mpegs format. Tks
-
I need to do a code on editing of .avis & .mpegs. Where can i find such codes around or does anyone has come across such cases? Can someone show me some source codes on how to do basic editing like cutting and pasting of video frames in .avis & .mpegs format. Tks
if your editing only does cutting & pasting of frames, you could try directx sdk from microsoft, by using dx sdk you can snapshot frames from video stream, after that any image editor will help you with graph editing.
-
if your editing only does cutting & pasting of frames, you could try directx sdk from microsoft, by using dx sdk you can snapshot frames from video stream, after that any image editor will help you with graph editing.