Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: program runs and correct results, however, error messagr Pin
Mark Salsbery24-Sep-07 16:52
Mark Salsbery24-Sep-07 16:52 
Questionwhat kind of search is recommended??? Pin
pblais24-Sep-07 10:51
pblais24-Sep-07 10:51 
AnswerRe: what kind of search is recommended??? Pin
Waldermort24-Sep-07 19:16
Waldermort24-Sep-07 19:16 
GeneralRe: what kind of search is recommended??? Pin
pblais25-Sep-07 4:17
pblais25-Sep-07 4:17 
GeneralRe: what kind of search is recommended??? Pin
Waldermort25-Sep-07 4:40
Waldermort25-Sep-07 4:40 
GeneralRe: what kind of search is recommended??? Pin
pblais25-Sep-07 7:26
pblais25-Sep-07 7:26 
AnswerRe: what kind of search is recommended??? Pin
pblais3-Oct-07 8:50
pblais3-Oct-07 8:50 
QuestionSorry if wrong location. Trying to open unknown video type for processing. Pin
Code Monkey Mike24-Sep-07 10:41
Code Monkey Mike24-Sep-07 10:41 
I am trying to create an application which requires me to open videos taken from an assortment of cameras, both digital still cameras taking motion pictures and standard video camera. As you are probably well aware, each camera has its own type of file storage format. From my research I have found the four most common types that cameras will save video as being mpeg-1, mpeg-2, QuickTime .mov and .avi. From that list you can already see a problem with QT .mov being proprietary.

The functionality I need in any sort of interface with the videos is very simple.
1. Open the file
2. Grab each frame of the video one at a time
2.a. Allow me to do whatever I want to the data because I will not be altering the file in any way
3. Close the file

I will be doing processing on the actual video data (image matrix). I have tried using both the QuickTime API for this application, as well as the Video for Windows API. I began using OpenCV for video access, but it does not have the capabilities I require. According to VFW, if the codec is registered, the API will interface with the video, but that does not seem to be the case with the .mpg file I am testing the interface out on. Windows Media Player and QuickTime both play the video, and I downloaded GSpot, a codec detection algorithm, and know the correct codec is available, but alas...

What I am getting at is that I need a suggestion as to how to accomplish this task.
Do any of you have any suggestions? I would really appreciate it.

The code for processing the video, developed using a .mov converted to a .avi format, is about 80% complete, I just need this interfacing to be able to complete it.

I reject your reality and substitute my own. Adam Savage - MythBusters

QuestionCtrl Shift F9 will clear all breakpoints in VC 6.0 , however Pin
Vaclav_24-Sep-07 6:00
Vaclav_24-Sep-07 6:00 
AnswerRe: Ctrl Shift F9 will clear all breakpoints in VC 6.0 , however Pin
Maximilien24-Sep-07 7:21
Maximilien24-Sep-07 7:21 
QuestionCRectTracker static linking Pin
bob1697224-Sep-07 5:58
bob1697224-Sep-07 5:58 
AnswerRe: CRectTracker static linking Pin
Mark Salsbery24-Sep-07 6:36
Mark Salsbery24-Sep-07 6:36 
GeneralRe: CRectTracker static linking Pin
bob1697224-Sep-07 7:31
bob1697224-Sep-07 7:31 
Questiongraphics in c++ console program Pin
Sai Yasodharan24-Sep-07 5:58
Sai Yasodharan24-Sep-07 5:58 
AnswerRe: graphics in c++ console program Pin
bob1697224-Sep-07 6:06
bob1697224-Sep-07 6:06 
GeneralRe: graphics in c++ console program Pin
Matthew Faithfull24-Sep-07 6:14
Matthew Faithfull24-Sep-07 6:14 
AnswerRe: graphics in c++ console program Pin
El Corazon24-Sep-07 8:19
El Corazon24-Sep-07 8:19 
Questionread array of file names with CString array ? Pin
mrby12324-Sep-07 5:54
mrby12324-Sep-07 5:54 
AnswerRe: read array of file names with CString array ? Pin
Chris Losinger24-Sep-07 6:02
professionalChris Losinger24-Sep-07 6:02 
GeneralRe: read array of file names with CString array ? [modified] Pin
mrby12324-Sep-07 6:06
mrby12324-Sep-07 6:06 
GeneralRe: read array of file names with CString array ? Pin
Chris Losinger24-Sep-07 6:15
professionalChris Losinger24-Sep-07 6:15 
GeneralRe: read array of file names with CString array ? Pin
Vaclav_24-Sep-07 6:09
Vaclav_24-Sep-07 6:09 
GeneralRe: read array of file names with CString array ? Pin
Chris Losinger24-Sep-07 6:14
professionalChris Losinger24-Sep-07 6:14 
QuestionRe: read array of file names with CString array ? Pin
David Crow24-Sep-07 6:17
David Crow24-Sep-07 6:17 
AnswerRe: read array of file names with CString array ? Pin
mrby12324-Sep-07 6:24
mrby12324-Sep-07 6:24 

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.