Click here to Skip to main content
15,921,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Monitoring dialling - how? Pin
Mark Otway31-Mar-03 4:21
Mark Otway31-Mar-03 4:21 
Generalntddk.h problem Pin
vikramlinux30-Mar-03 23:57
vikramlinux30-Mar-03 23:57 
GeneralPrb with PreCreateWindow Pin
SatyaDY30-Mar-03 23:22
SatyaDY30-Mar-03 23:22 
GeneralRe: Prb with PreCreateWindow Pin
Cedric Moonen31-Mar-03 0:17
Cedric Moonen31-Mar-03 0:17 
GeneralRe: Prb with PreCreateWindow Pin
SatyaDY31-Mar-03 0:49
SatyaDY31-Mar-03 0:49 
QuestionMPEG-1 length how? Pin
Philip Patrick30-Mar-03 22:34
professionalPhilip Patrick30-Mar-03 22:34 
AnswerRe: MPEG-1 length how? Pin
Philip Patrick31-Mar-03 0:08
professionalPhilip Patrick31-Mar-03 0:08 
GeneralRe: MPEG-1 length how? Pin
_Theo_31-Mar-03 0:50
_Theo_31-Mar-03 0:50 
Here's some header info for the MPEG file format which should help you:

1-4 byte Sequence header In Hex 000001B3
12 bits Horizontal size In pixels
12 bits Vertical size In pixels
4 bits Pel aspect ratio
18 bits Picture rate

Mind the difference between bits and bytes here. Only the sequence header is four whole bytes, the rest are all a certain amount of bits.

The picture rate stands for a certain frame rate:
1 = 23.976 frames/sec
2 = 24
3 = 25
4 = 29.97
5 = 30
6 = 50
7 = 59.94
8 = 60

GeneralRe: MPEG-1 length how? Pin
Philip Patrick31-Mar-03 1:09
professionalPhilip Patrick31-Mar-03 1:09 
GeneralVC6 JIT Debug not working Pin
peterchen30-Mar-03 22:05
peterchen30-Mar-03 22:05 
GeneralCScrollView::OnPrepareDC asserts Pin
baggioluo30-Mar-03 21:44
baggioluo30-Mar-03 21:44 
GeneralXML parsing Pin
Jump_Around30-Mar-03 21:16
Jump_Around30-Mar-03 21:16 
GeneralRe: XML parsing Pin
Stephane Rodriguez.30-Mar-03 21:44
Stephane Rodriguez.30-Mar-03 21:44 
QuestionMacro recorder/playback engine??? Pin
alex.barylski30-Mar-03 20:53
alex.barylski30-Mar-03 20:53 
AnswerRe: Macro recorder/playback engine??? Pin
Stephane Rodriguez.30-Mar-03 21:43
Stephane Rodriguez.30-Mar-03 21:43 
QuestionHow to paint a bitmap properly... Pin
Joan M30-Mar-03 20:26
professionalJoan M30-Mar-03 20:26 
AnswerRe: How to paint a bitmap properly... Pin
peterchen30-Mar-03 20:57
peterchen30-Mar-03 20:57 
GeneralATL events Pin
John-theKing30-Mar-03 18:30
John-theKing30-Mar-03 18:30 
Generalwhy cann't my dialog add any controls Pin
snollow30-Mar-03 16:49
snollow30-Mar-03 16:49 
GeneralI would like to know... Pin
Ta_Tee47330-Mar-03 14:41
Ta_Tee47330-Mar-03 14:41 
GeneralRe: I would like to know... Pin
Ravi Bhavnani30-Mar-03 14:58
professionalRavi Bhavnani30-Mar-03 14:58 
GeneralRe: I would like to know... Pin
Ta_Tee47330-Mar-03 19:51
Ta_Tee47330-Mar-03 19:51 
Generalcalling a DLL in Visual C++ Pin
Geert Craessaerts30-Mar-03 11:23
Geert Craessaerts30-Mar-03 11:23 
GeneralRe: calling a DLL in Visual C++ Pin
De Nardis Andrea30-Mar-03 21:51
De Nardis Andrea30-Mar-03 21:51 
GeneralRe: calling a DLL in Visual C++ Pin
Geert Craessaerts30-Mar-03 22:11
Geert Craessaerts30-Mar-03 22:11 

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.