Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
2.70/5 (7 votes)
See more:
how to cut the video by using c++ language ?
Posted
Comments
krumia 28-Jun-12 5:30am    
call the cut function.

prototype:
void cut(void);

Just kidding. Your question is not clear. Please be more descriptive. What do you want to do? What formats of the video are you using?
SoMad 28-Jun-12 5:34am    
Please provide a lot more detail about this.
What exactly do you mean by "cut the video"?
What is the video format?
Are you running on Windows, Linux, Mac...?
Are you using C++ with MFC, managed C++...?

Soren Madsen

1 solution

If you use Windows, then to cut and remove part of the video out of the whole video you better use DirectShow technology.
you can read about DirectShow...For example about a filters of DirectShow....
I think it will be helpful to you

http://msdn.microsoft.com/en-us/library/windows/desktop/dd375454%28v=vs.85%29.aspx[^]
http://social.msdn.microsoft.com/Forums/en/windowsdirectshowdevelopment/thread/ca127590-a35f-4928-a75f-785b4a4cae0f[^]

DirectShow (sometimes abbreviated as DS or DShow), codename Quartz, is a multimedia framework and API produced by Microsoft for software developers to perform various operations with media files or streams. It is the replacement for Microsoft's earlier Video for Windows technology.[1] Based on the Microsoft Windows Component Object Model (COM) framework, DirectShow provides a common interface for media across various programming languages, and is an extensible, filter-based framework that can render or record media files on demand at the request of the user or developer. The DirectShow development tools and documentation were originally distributed as part of the DirectX SDK.

Regards,
Alex.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900