Click here to Skip to main content
15,895,746 members
Home / Discussions / Graphics
   

Graphics

 
QuestionGraphic.Reverse()? Pin
cocoonwls30-Jun-08 20:18
cocoonwls30-Jun-08 20:18 
AnswerRe: Graphic.Reverse()? Pin
Shog91-Jul-08 11:46
sitebuilderShog91-Jul-08 11:46 
GeneralRe: Graphic.Reverse()? Pin
cocoonwls1-Jul-08 17:37
cocoonwls1-Jul-08 17:37 
QuestionHow to Create "Bitmap Font" using Pixel information Pin
phanindra varma30-Jun-08 1:36
phanindra varma30-Jun-08 1:36 
AnswerRe: How to Create "Bitmap Font" using Pixel information Pin
Tim Craig30-Jun-08 13:55
Tim Craig30-Jun-08 13:55 
QuestionDraw a line over on image.. Pin
avvaru.murali26-Jun-08 3:14
avvaru.murali26-Jun-08 3:14 
AnswerRe: Draw a line over on image.. Pin
cocoonwls26-Jun-08 23:23
cocoonwls26-Jun-08 23:23 
QuestionDirectShow Editing Pin
Anilkumar K V24-Jun-08 18:56
Anilkumar K V24-Jun-08 18:56 
I wish to create a simple tool to open a video file ( for example an AVI, or wmv file) and allow user to edit the video file.

For example the user should be able to mark different portions of video and copy it to new video. So that the new movie file contains the selected parts only.

I read that DirectShow editing service allow us to do the job.

i have modified the sample code http://msdn.microsoft.com/en-us/library/ms787592(VS.85).aspx and no luck so far. I think i am missing something, since my knowledge in DirectX and grphics is very poor, I cant figure it out.

I added the following lines to get the splitable interface

IAMTimelineSplittable *pSplittable = NULL;
HRESULT hr = pSourceObj->QueryInterface(IID_IAMTimelineSplittable, (void **)&pSplittable);

and called the SplitAt function to split time line

hr = pSplittable->SplitAt2(5);

All thease function return success ( S_OK) and then i render the Timeline to file, it is same as the orginal file. No Splits actually happened.
Why? Any idea



Thanks
Anil
QuestionCombining Images Pin
aadilali23-Jun-08 18:18
aadilali23-Jun-08 18:18 
AnswerRe: Combining Images Pin
Tim Craig23-Jun-08 19:02
Tim Craig23-Jun-08 19:02 
AnswerRe: Combining Images Pin
Shog924-Jun-08 12:43
sitebuilderShog924-Jun-08 12:43 
QuestionVRML :: interaction with Inline files Pin
some-121-Jun-08 18:47
some-121-Jun-08 18:47 
QuestionSampleGrabber "failded to get sample" Pin
Sergey Malashenko21-Jun-08 3:35
Sergey Malashenko21-Jun-08 3:35 
AnswerRe: SampleGrabber "failded to get sample" Pin
Dan21-Jun-08 8:01
Dan21-Jun-08 8:01 
GeneralRe: SampleGrabber "failded to get sample" Pin
Sergey Malashenko22-Jun-08 0:26
Sergey Malashenko22-Jun-08 0:26 
Question[Message Deleted] Pin
EvgeniX19-Jun-08 15:26
EvgeniX19-Jun-08 15:26 
QuestionRe: ELLIPSE radius Pin
Shog920-Jun-08 12:54
sitebuilderShog920-Jun-08 12:54 
QuestionCustom Filters w/ DirectShow (C#) Pin
Ed K19-Jun-08 15:01
Ed K19-Jun-08 15:01 
Questionc++ console graphics Pin
geocyt18-Jun-08 2:19
geocyt18-Jun-08 2:19 
AnswerRe: c++ console graphics Pin
Robert.C.Cartaino18-Jun-08 6:15
Robert.C.Cartaino18-Jun-08 6:15 
AnswerRe: c++ console graphics Pin
Shog919-Jun-08 7:47
sitebuilderShog919-Jun-08 7:47 
GeneralRe: c++ console graphics [modified] Pin
El Corazon19-Jun-08 8:39
El Corazon19-Jun-08 8:39 
GeneralRe: c++ console graphics Pin
Shog919-Jun-08 8:43
sitebuilderShog919-Jun-08 8:43 
GeneralRe: c++ console graphics Pin
El Corazon19-Jun-08 8:49
El Corazon19-Jun-08 8:49 
Questionchange color in image Pin
Member 343561416-Jun-08 23:58
Member 343561416-Jun-08 23:58 

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.