Click here to Skip to main content
15,903,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionODS_SELECTED Pin
john563221-May-14 21:01
john563221-May-14 21:01 
AnswerRe: ODS_SELECTED Pin
Jochen Arndt21-May-14 21:26
professionalJochen Arndt21-May-14 21:26 
GeneralRe: ODS_SELECTED Pin
john563221-May-14 23:42
john563221-May-14 23:42 
GeneralRe: ODS_SELECTED Pin
Jochen Arndt22-May-14 0:19
professionalJochen Arndt22-May-14 0:19 
QuestionHow To Decrease Video Size Pin
AmbiguousName21-May-14 20:37
AmbiguousName21-May-14 20:37 
AnswerRe: How To Decrease Video Size Pin
SoMad21-May-14 23:25
professionalSoMad21-May-14 23:25 
AnswerRe: How To Decrease Video Size Pin
AmbiguousName22-May-14 1:06
AmbiguousName22-May-14 1:06 
GeneralRe: How To Decrease Video Size Pin
SoMad22-May-14 15:12
professionalSoMad22-May-14 15:12 
AmbiguousName wrote:
Since I am storing video data as .wmv, does't it mean that video being stored is compressed (or encoded) ?
Yes, your video is compressed, but not by much. If you do the calculation to see how large a 10 second uncompressed video file would be using your values, you get something like this:
640 * 480 * (32/8) * 30 * 10 = 368,640,000 = 352 MB

This shows that the raw video is about 5 times larger than your compressed video. That is not an impressive compression ratio at all, so you should consider switching to H.264 as suggested by SuperCoder2014.

Soren Madsen
"When you don't know what you're doing it's best to do it quickly" - Jase #DuckDynasty

AnswerEncode it as an MP4 File Pin
Software_Developer22-May-14 1:49
Software_Developer22-May-14 1:49 
QuestionI need a two level priority queue Pin
Member 1042711521-May-14 19:24
Member 1042711521-May-14 19:24 
AnswerRe: I need a two level priority queue Pin
«_Superman_»21-May-14 19:53
professional«_Superman_»21-May-14 19:53 
GeneralMessage Closed Pin
21-May-14 19:59
Member 1042711521-May-14 19:59 
GeneralRe: I need a two level priority queue Pin
«_Superman_»21-May-14 20:45
professional«_Superman_»21-May-14 20:45 
GeneralMessage Closed Pin
21-May-14 20:49
Member 1042711521-May-14 20:49 
GeneralRe: I need a two level priority queue Pin
«_Superman_»21-May-14 21:33
professional«_Superman_»21-May-14 21:33 
GeneralRe: I need a two level priority queue Pin
Member 1042711521-May-14 21:49
Member 1042711521-May-14 21:49 
GeneralRe: I need a two level priority queue Pin
Member 1042711521-May-14 21:54
Member 1042711521-May-14 21:54 
QuestionHow to use c + + and web interaction Pin
jingjing yuan21-May-14 3:20
jingjing yuan21-May-14 3:20 
SuggestionRe: How to use c + + and web interaction Pin
Richard MacCutchan21-May-14 21:54
mveRichard MacCutchan21-May-14 21:54 
QuestionC program for Embedded controller ICP CON I7188XAD Pin
Member 1083123320-May-14 0:03
Member 1083123320-May-14 0:03 
AnswerRe: C program for Embedded controller ICP CON I7188XAD Pin
CPallini20-May-14 0:47
mveCPallini20-May-14 0:47 
AnswerRe: C program for Embedded controller ICP CON I7188XAD Pin
leon de boer20-May-14 3:22
leon de boer20-May-14 3:22 
GeneralRe: C program for Embedded controller ICP CON I7188XAD Pin
Randor 20-May-14 13:00
professional Randor 20-May-14 13:00 
Question[C]Strings' array goes crazy. Pin
militandri19-May-14 1:29
militandri19-May-14 1:29 
AnswerRe: [C]Strings' array goes crazy. Pin
Freak3019-May-14 2:04
Freak3019-May-14 2:04 

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.