Click here to Skip to main content
15,919,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Checking to see if a file exists Pin
Hamid_RT22-Jun-07 22:29
Hamid_RT22-Jun-07 22:29 
GeneralRe: Checking to see if a file exists Pin
SimplCodr27-Jun-07 7:20
SimplCodr27-Jun-07 7:20 
GeneralRe: Checking to see if a file exists Pin
Hamid_RT27-Jun-07 7:42
Hamid_RT27-Jun-07 7:42 
AnswerRe: Checking to see if a file exists Pin
SimplCodr22-Jun-07 13:01
SimplCodr22-Jun-07 13:01 
Questionvideo capture, edit, playback Pin
moonraker92821-Jun-07 9:50
moonraker92821-Jun-07 9:50 
AnswerRe: video capture, edit, playback Pin
jk chan21-Jun-07 22:24
jk chan21-Jun-07 22:24 
GeneralRe: video capture, edit, playback Pin
moonraker92822-Jun-07 8:37
moonraker92822-Jun-07 8:37 
GeneralRe: video capture, edit, playback Pin
jk chan23-Jun-07 20:58
jk chan23-Jun-07 20:58 
I don't know how to make video from screen. If it simple api , you can grab images from screen ( using win32funcions ) and you can create aVI.

IF it is mpeg or any compressed formats , it is more difficult to do it inreal time (also depends on the frame rate you want )

After saving the file as a avi. you can use directshow to to read that file. ( If it is avi , I think no need for directshow.. We can just grab every frame.. ). But directshow is more well organized.. there are class for reading from file , stream etc.

Adding lines or text is not much difficult . it is just bitmap manipulation.

Hopes this will give you some small idea.Smile | :)

If u can Dream... U can do it

GeneralRe: video capture, edit, playback Pin
moonraker92822-Jun-07 11:36
moonraker92822-Jun-07 11:36 
QuestionWIll VC++ run on Linux ? Pin
Ylno21-Jun-07 9:42
Ylno21-Jun-07 9:42 
AnswerRe: WIll VC++ run on Linux ? Pin
simoncoul21-Jun-07 9:58
simoncoul21-Jun-07 9:58 
AnswerRe: WIll VC++ run on Linux ? Pin
David Crow21-Jun-07 10:12
David Crow21-Jun-07 10:12 
GeneralRe: WIll VC++ run on Linux ? Pin
Ylno21-Jun-07 10:29
Ylno21-Jun-07 10:29 
GeneralRe: WIll VC++ run on Linux ? Pin
David Crow21-Jun-07 10:33
David Crow21-Jun-07 10:33 
GeneralRe: WIll VC++ run on Linux ? Pin
Ylno21-Jun-07 10:38
Ylno21-Jun-07 10:38 
GeneralRe: WIll VC++ run on Linux ? Pin
markkuk21-Jun-07 21:36
markkuk21-Jun-07 21:36 
GeneralRe: WIll VC++ run on Linux ? Pin
anzhiguoccc21-Jun-07 17:50
anzhiguoccc21-Jun-07 17:50 
QuestionProblem with painting and global varibles Pin
simoncoul21-Jun-07 9:33
simoncoul21-Jun-07 9:33 
QuestionRe: Problem with painting and global varibles Pin
Mark Salsbery21-Jun-07 9:39
Mark Salsbery21-Jun-07 9:39 
AnswerRe: Problem with painting and global varibles Pin
simoncoul21-Jun-07 9:56
simoncoul21-Jun-07 9:56 
GeneralRe: Problem with painting and global varibles Pin
Mark Salsbery21-Jun-07 10:24
Mark Salsbery21-Jun-07 10:24 
QuestionRe: Problem with painting and global varibles Pin
Mark Salsbery21-Jun-07 10:26
Mark Salsbery21-Jun-07 10:26 
AnswerRe: Problem with painting and global varibles Pin
simoncoul22-Jun-07 2:40
simoncoul22-Jun-07 2:40 
GeneralRe: Problem with painting and global varibles Pin
Mark Salsbery22-Jun-07 4:35
Mark Salsbery22-Jun-07 4:35 
GeneralRe: Problem with painting and global varibles Pin
simoncoul22-Jun-07 8:47
simoncoul22-Jun-07 8:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.