Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCWinThread reading event messages [modified] Pin
edvintas31-Oct-06 4:07
edvintas31-Oct-06 4:07 
AnswerRe: CWinThread reading event messages Pin
TClarke31-Oct-06 5:59
TClarke31-Oct-06 5:59 
GeneralRe: CWinThread reading event messages [modified] Pin
edvintas31-Oct-06 6:52
edvintas31-Oct-06 6:52 
GeneralRe: CWinThread reading event messages Pin
TClarke1-Nov-06 0:27
TClarke1-Nov-06 0:27 
GeneralRe: CWinThread reading event messages Pin
edvintas1-Nov-06 3:03
edvintas1-Nov-06 3:03 
QuestionRounded windows Pin
Waldermort31-Oct-06 3:44
Waldermort31-Oct-06 3:44 
AnswerRe: Rounded windows Pin
ThatsAlok31-Oct-06 4:47
ThatsAlok31-Oct-06 4:47 
AnswerRe: Rounded windows Pin
Michael Dunn31-Oct-06 7:13
sitebuilderMichael Dunn31-Oct-06 7:13 
GeneralRe: Rounded windows Pin
Waldermort31-Oct-06 10:25
Waldermort31-Oct-06 10:25 
QuestionBackgound file operation monitoring Pin
TPN31-Oct-06 3:31
TPN31-Oct-06 3:31 
QuestionRe: Backgound file operation monitoring Pin
David Crow31-Oct-06 4:01
David Crow31-Oct-06 4:01 
AnswerRe: Backgound file operation monitoring Pin
ThatsAlok31-Oct-06 4:51
ThatsAlok31-Oct-06 4:51 
Questionmulti language Pin
Russell'31-Oct-06 3:27
Russell'31-Oct-06 3:27 
AnswerRe: multi language Pin
toxcct31-Oct-06 3:43
toxcct31-Oct-06 3:43 
GeneralRe: multi language Pin
Russell'31-Oct-06 5:14
Russell'31-Oct-06 5:14 
GeneralRe: multi language Pin
toxcct31-Oct-06 5:28
toxcct31-Oct-06 5:28 
QuestionCalling a Web service in VC++ Pin
Programm3r31-Oct-06 2:21
Programm3r31-Oct-06 2:21 
AnswerRe: Calling a Web service in VC++ Pin
Chris Losinger31-Oct-06 3:29
professionalChris Losinger31-Oct-06 3:29 
GeneralRe: Calling a Web service in VC++ Pin
Programm3r31-Oct-06 18:21
Programm3r31-Oct-06 18:21 
QuestionHow to add wave file to wmv file Pin
Hemant kulkarni31-Oct-06 1:36
Hemant kulkarni31-Oct-06 1:36 
AnswerRe: How to add wave file to wmv file Pin
Mark Salsbery31-Oct-06 4:10
Mark Salsbery31-Oct-06 4:10 
AnswerRe: How to add wave file to wmv file Pin
Mark Salsbery31-Oct-06 6:15
Mark Salsbery31-Oct-06 6:15 
While I can't write it and post it here, maybe I can point you in the right direction.
You'll need to read the video stream(s) (there could be more than one) and write them to to
the new file. At the same time you will read PCM samples from the wave file and write them
to a new, separate audio stream in the new file. For synchronizing audio and video you'll need
to handle the sample time (passed to IWMWriter::WriteSample()) somehow.
It's alot of code to post an example here but there is plenty of sample code in the Windows Media
Format SDK. The "WMVCopy" sample application is a good place to start.

Hope this helps,
Mark

GeneralRe: How to add wave file to wmv file Pin
Hemant kulkarni1-Nov-06 2:44
Hemant kulkarni1-Nov-06 2:44 
GeneralRe: How to add wave file to wmv file Pin
Mark Salsbery1-Nov-06 5:29
Mark Salsbery1-Nov-06 5:29 
GeneralRe: How to add wave file to wmv file Pin
Hemant kulkarni1-Nov-06 19:54
Hemant kulkarni1-Nov-06 19:54 

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.