|
Search
Tutorials and Code
Syndication
My Account
Community Forums
Webmaster Tools
Tech Jobs
|
Please Help - Strange Behavior Of Dropdown & Other Multiple-selection MenusPerhaps too much new softwares installed this week. Now I am having a non-critical, but kind of annoying issue, I can continue working with it but if anyone could please comment? A typical Windows...
Filter Started By Program Still In Use After Program ExitsI have a program that starts a Directshow filter (VHScrCap to be precise), and when the program exits the filter is still in use and cannot be deleted for a period of time (up to about a minute). I...
How To Play MOV File In Windows 7 ?Hi everyone, I saw MS.Windows.7 can play native MOV file. How to can we develop a program use directshow for play MOV file ? What do we need (DX 10, DX 11) ? Do anyone has a example ? Regards...
Problem Using Decorated Function Names With Micr. Wis C++ 6I am trying to run a simple direct x program which I got from a textbook. So I know it is correct. Everything compiles but when I link, there is a function not found even though I see it in the library...
CMemAllocator Usage...This code snippet is causing a crash for me. Am I missing something obvious? SetProperties(&props,&actualprops); vAlloc->Commit(); delete vAlloc; >> The actual crash is due to corrupt memory....
Moved From Graphics To Video - GDI LeaksHi! My Sample application is based on AmCap. It's supposed to run 24/7 - so I can't have any leaks. When i change resolution, I close down the graph and rebuild it. Each time it's rebuilt, GDI...
Can Someone Tell Me Why This Doesn't Work?This is a multi-part message in MIME format. ------=_NextPart_000_0006_01C9FE22.2B794200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 'VB.Net 2008...
D3d9d.dllI downloaded and installed Directx 9c and my computer has gotten VERY slow. I ran dxdiag and saw that d3d9d.dll was a "final debug". In browsing the internet, I see where a lot of people have had...
WMV Files StartpositionHi, All I??m using WMSDK11 sample to merge 2 WMV files. The sample starts merge files ever on first frame. when i modified the code for start at different position, i got a error at streamsample....
Videos Are Dark With Red HueI recently installed Nero CD burning software which required directX9.0c. Since then, when I play video files (avi, mov, etc) (using Windows Media Player, Quicktime, Winamp etc) they are very dark...
Media Center And Media PlayerI have VISTA HOME and my monitor is conected with VGA. I tried to play a video avi, which I downloaded from another computer. The media center advised me that some codecs were missing and played only...
Blt Back Surface To A Larger Front SurfaceI am streaming video and writing it to a larger window than what it was captured as using directdraw. Video capture size is 640x480 and display window is 1024x768. I am working with existing code...
DirectXEvery time i try to play Call of DDuty World at War a message comes up it says"DirectX has encountered an unrecoverable error" somebody help, thanks
Derive From CMediaSampleThis might be more of a COM question...and I'm by no means a COM expert. I have a class called MyMediaSample that dervices from CMediaSample. I use MyMediaSample to add some extra info to each MediaSample...
DirectShow AMCAPhi all i m trying to run 16 instances of directshow amcap.exe to capture 16 video inputs from a 16 ports video capture card. But i faced this problem, anyone can help? here is the screenshot...
Capture Frame From Video FileHi All, I have a working .NET solution for capturing frames to an image from a video file using DirectX.Video and dynamically disabling hardware acceleration (so that an image is captured not a...
Vista - No Version For .ax FilesWhen I install my DirectShow filters (.ax files) on Vista there is no file version or product version info for the files, my dll's do have the correct version information. The version info for...
Vista - No File Version Info For .ax FilesWhen I install my DirectShow filters (.ax files) on Vista there is no file version or product version info for the files, my dll's do have the correct version information. The version info for...
No File Version Info For .ax Files In VistaWhen I install my DirectShow filters (extension .ax) on Vista there is no file or product version information available. All of my dll's have the proper file and version information but none for the...
DEP Is Blocking DirectShowWhen I run dxdiag (dx9.0c updated) DEP blocks DirectShow from running. I just ran dxdiag about a month ago and this did not happen. I am running XP Pro SP3 fully updated. Neither my virus scan nor...
Directx And SLI ?Hi all I am having problems getting any directX game to start with SLI enabled. I do have two Nvidia 8800 GTX SLI boards on Windows XP SP3. When I disable SLI everything works fine (of course without...
DirectShow Support For 36 Bit "Deep" Color Video"Deep" or 36 bit color (6 colors per pixel) is the latest innovation in Blu-ray and HDTV. When is support going to come to DirectX? Until it does, there won't be any Deep color desktop monitors.
VideoControl And ICodecAPI/IEncoderAPIDear all, I am trying to configure the MS VideoControl and use the MSVidEncoder feature. Sadly, even thought I have been able to configure and tune the video control, I have no clue about how can...
Video Frame Start In Asf/wmv3,wvc1 File ?Hi, I want to play WMV3 or WVC1 codec file in asf format on my hardware. I need to append some code on the fly , looking to add code whenever new video frame starts. how can i come to know when...
"Direct X Is Unavailable"I have downloaded a game called "Spore" and everytime i go to open it it refuses saying "Alert: Could not create the graphics device. Direct X is unavalible. [1002]" I have gone through all of "...
Problem With Intelligent ConnectI have a graph with a few custom filters. First, my custom source filter, which presents 6 media types: 3 media subtypes (RGB24, RGB32, and A2B10G10R10), and for each of those 3, it presents both...
Vista 64bit And Call Of Duty 4 - Can This Game Play On My ComputerI have a Vista 64 and yesterday I have bought a COD4. My question are ; 1. Can I play COD4 on my computer? 2. Manual said require directX 9.0c but my vista has directX 10, do I have to downgrade my...
Problems Decoding WMV3 FramesMy frames where encoded with WMV9 encoder on a Pocket PC running windows mobile OS 5.1.1700 (build 14354.0.1.1). These frames are sent via RTP. The live video was rending, but very slow, about 1...
0x887602eb (error Code)Ok Fellas i have tried to follow this so please forgive me if this awser is posted but heres my stats: (remember kids update all drivers and direct x... then click: START, click: RUN then type:dxdiag...
Fire! IVideoWindow Does Not Forward Messsages Like WM_LBUTTONDOWNhello, i need urgently a hit into the right direction. at the moment i am trying to get a C# application running, which uses the dshow video renderer. Main problem is, that when clicking on to the...
SampleGrabber Stopping VideoGraph looks like this ->output1->encoder->avi mux->file writer tuner->crossbar->video device->inifinite pin tee filter...
Question About Implementing IBaseFilterI am writing a virtual video capture device. I write it as a source filter. My IBaseFilter needs to export IAMStramConfig interface. But I can't get enough information when AMCap use hr = gcap.pBuilder...
Direct3d Diagnostic Fails On Set 640x480I have a new machine with a PCI-E 512MB NVidia 7300GS video card. I run the directx diagnostics and the direct3d test fails with the message: "An error occurred while setting your display to 640x480...
Dump Filter Sample Hangs GraphEditHello everyone, at the moment i am trying to get dshow sample filter dump filter running. The registry settings under [HKEY_CLASSES_ROOT\CLSID] are done. So i can see the filter in GraphEdit. When...
EDITED -- Can't Create Video Preview Window -- The Video StreamHi guys, In GraphEdit, I can view the output of my webcam by setting up a simple graph like this: 1. Create webcam filter 2. Right-click on capture pin (the only pin), click "render" 3. Click...
Can't Create Video Preview Window -- The Video Stream Freezes AlmostHi guys, In GraphEdit, I can view the output of my webcam by setting up a simple graph like this: 1. Create webcam filter 2. Right-click on capture pin (the only pin), click "render" 3. Click...
Direct X Direct 3DThis test will use hardware-accelerated Direct3D 7 Interfaces. Test Failed at step 8 (Creating 3d Device): HRESULT = 0x887602eb (error code) This test will use hardware-accelerated Direct3D 8 Interfaces...
Help On SampleGrabberCB.BufferCBDear all, I am using SampleGrabberCB.BufferCB to capture frames from a framegrabber. My problem is that the processing I am performing takes more than 40ms and so I have to skip some frames in order...
VFWHi all, is there also a group for the VFW interface? Regards
Getting Codec Name Of The Video Using DirectShowHi, How can we get the codec name of the Video using directshow. I need to write a program which will give the codec name of any supporting video format file. Thanks, Kuldeep
AM_MEDIA_TYPE Friendly NamesHello Everybody, Can you please tell me how to retrieve friendly names of AM_MEDIA_TYPE values ? Regards, Shoeb
Sample Grabber & Video Render On VistaI get the message "clip's mediatimes are invalid, or dibseq too short" with some video-audio clips in some conditions with Direct Show Editing Services by adding the error log callback class. Some...
Tricksterhello microsoft fans! i need help i have downloaded a 2D game called trickster my computer meets the requierments yet the game freezes not just the game but the hole computer my graphics card is:SiS...
No Video After Attempt To Install DirectX 10Hi, Over the past 4 months I've installed two games that attempt to install DirectX10 on my Windows XP Home PC. Each time it seems to disable my ability to see videos. videos include Avi, MPG...
Making Video DVDs ProgrammaticallyI need software components and/or maybe a developer to help me with a project which I can't disclose entirely here... It's a C# program and uses DirectShowNet (from SourceForge) to arrange and...
DS Filter PackageHi, new multi graph capture filter packages avaliable now, see www.mpegcode.com, download CapSwitchFilter, easy to test using GraphEdit, for WMV recording simple load profile file from propertypage...
How To Fill Buffer In Audio Source FilterI write a Audio Source Filter that is derived from "CSource",the filter is connected with DSound Player filter directly in my app,I write below code in "FillBuffer()" proc: BYTE * pData; HRESULT...
Content Protection In DXVA 2.0Hi, I am trying to understand in detail how content protection is implemented in DXVA especially in the PVP-UAB part. So far I have not come across any detailed document dealing with this after...
Taking Time Lapse FilmsI'm wanting to take a time lapse video, maybe one frame per second. I can either use my video tape recorder, or I could buy a video cam for the laptop. Will DirectX allow me to do this, without...
Dont ReadVendo coche de segunda mano, Seat ibiza, a? 2001 km 35000, Solo por 4500 euros. [URL=http://www.anunciosgratis.de]Anuncios Gratis[/URL] www.AnunciosGratis.de Anuncios...
|
Latest Tech Bargains
Advertisement
Free Magazine Subscriptions
Today's Pictures
Today's Video
Other Resources
Latest Download
Latest Icons
|