Tagged Questions
0
votes
2answers
32 views
How to get the realtime resolution in directshow?
How to get the current resolution of SamleGrabber in DirectShow?
I tried the below code, it doesn't work.
The value you get is always 1920x1080, while the source resolution changed from 1920x1080 to ...
0
votes
0answers
10 views
How to extract SCTE104 packet from VANC stream
my task is to extract SCTE104 packets out of the SDI. from some of the readings i've done, the packets should be in the VANC stream, provided by the BLACKMAGIC SDI card.
during run-time, i can spot ...
0
votes
1answer
21 views
can ISampleGrabber convert the video frames to a specific mediaType?
I found this nice example on the internet explaining how directshow works.
http://alax.info/trac/public/browser/trunk/Utilities/SetLifeCamStudioResolutionSample/SetLifeCamStudioResolutionSample.cpp
...
0
votes
1answer
25 views
howto get name of MEDIASUBTYPE from AM_MEDIA_TYPE, c++
I am using directshow to grab frames fro my webcam. During the configuration of the webcam (when I set the resolution, fps and so) I have multiple alternatives available from the cam. (47 of them).
...
0
votes
1answer
43 views
SmartTee filter and saving to file
How can I render video stream from webcam to file if I use smart tee filter?
So I add SmartTee filter and get something like that:
Capture filter
|
SmartTee filter
| |
...
0
votes
1answer
23 views
Identify Firewire device via DirectShow using EUI-64
I have 2 Firewire Video Input Devices (Canopus ADVC-300), that I want to connect to a DirectShow filter chain. However before constructing the filter chain, I'd like to know which camera is which (in ...
0
votes
0answers
15 views
Why would CLSID_VideoRenderer(DirectShow) change mediatype on window resize?
while streaming through a working graph with the following videorenderer(CLSID_VideoRenderer) i get MediaType change when resizing window's dims. this causes the AvgFramePerSecond variable , defined ...
0
votes
2answers
72 views
Get iplImage or Mat from directshow to opencv
I had to change to directshow for my eyetracking software due to the difficulties to change resolution of the camera when using c++ and opencv.
Directshow is new to me and it is kind of hard to ...
0
votes
1answer
54 views
IBasicVideo CetCurrentImage catastrophic failure(DirectShow.NET)
I'm trying to grab image from webcam using DirectShow.NET and IBasicVideo CetCurrentImage. But I only get catastrophic failure on second call GetCurrentImage.
What I'm doing particularly:
...
0
votes
0answers
33 views
Free Codec Pack for DirectShow Encoding
As part of a project I'm involved in, we're allowing the user to select a video codec (pre-installed by the user) in order to encode video from our system to an AVI.
We're looking for a free, allowed ...
0
votes
1answer
30 views
Mirrored image when capturing from webcam
I'm capturing images from a webcam using code based on the example from http://msdn.microsoft.com/en-us/library/windows/desktop/dd407288(v=vs.85).aspx#example_code
It works fine except one strange ...
0
votes
1answer
77 views
Recording an RGB video with the Kinect
I am using the Microsoft Kinect SDK in my project (latest version - 1.7), with C# WPF.
and I am trying to record a video (rgb+audio, no IR or depth) using my Kinect sensor,
While windows recognizes ...
0
votes
1answer
115 views
DirectShowLib-2005 easycap USB 2.0 interfacing with sony handycam image capture issue
I have sony handycam attached to Easycap USB 2.0 and I am using DirectShowLib-2005 for image capturing. The source code of the Capture class is below:
public Capture(int iDeviceNum, int iWidth, ...
0
votes
2answers
61 views
Why Repaint the Windowless Control using DirectShow(.NET)?
I am playing a video using IVMRWindowlessControl9 i.e. WindowlessControl w/ VMR-9. When I initially had difficulty setting the video up, I noticed many examples found online had this piece of code in ...
0
votes
1answer
90 views
Aspect ratio of video is maintained on one computer but not the other with DirectShow
I have a C# application which plays videos using the DirectShowNet library. When I debug my application using Visual C# on my laptop, the video is stretched to fit the container's dimensions i.e. the ...
0
votes
1answer
32 views
Get/set video resolution when capturing image
I'm capturing images from my webcam with some code that mainly bases on this: Using the Sample Grabber.
Here I only get the default resolution of 640x480 while the connected camera is able to show ...
1
vote
1answer
70 views
DirectShow Read From Memory with a Callback method
Until now I used MCI & mmioInstallIOProc for video playback with the help of the mentioned callback method for reading data chunks directly from memory.
Is there any sample that accomplish the ...
0
votes
0answers
126 views
Howto DrawText on VMR9 IDirect3DSurface9 using IVMRSurface9
I'm trying to build an in place transform filter that is inserted into a DirectShow filter graph between the decoder and the renderer for the purpose of displaying some overlay text that changes with ...
1
vote
1answer
66 views
Is there a MS API for writing media containers?
Does Microsoft have a good API for writing media containers (mp4, avi ...)? I have a H.264 video stream and also some timestamps that I want to be able to write to a file. I found this overview of ...
0
votes
1answer
119 views
DirectShow.Net no combination of filters but fine in GSpot
I'm trying to use the DirectShot.Net wrapper from "http://directshownet.sourceforge.net/" to extract frames from a number of video files.
Whenever I run the DxScan sample app. I get a "No combination ...
0
votes
0answers
97 views
capturin composite video in PAL format
I am using aforge.net for overlaying and writing video files through c#. I am reading a composite video through a usb based video card. i can capture it using aforge.net directshow capture. but ...
0
votes
1answer
78 views
Changing input from composite to s video directshow
I have a pinnancle video capture device and I wrote a DirectShow based application which works well by composite input but with S_Video First there is nothing to show through S_Video input ...
1
vote
1answer
76 views
Direct Show Decrease Video File Size
I am using direct show to capture video and save it to file. I have tried in vain to find ways to decrease the resultant video size but cannot manage. I would like to know if anyone can tell me how ...
1
vote
1answer
246 views
How to write an avi file with DirectShow
I'm trying to write an avi video file based on the streaming of my Decklink SDI card, after looking in the internet and here I wrote this code by my problem is that the program doesn't write the file ...
0
votes
2answers
413 views
Faster frame extraction than ffmpeg
I have a video analytics program that processes assorted frames from a video. (Several hours long)
The video is likely going to be an MP4 but may be other formats going forwards.
At the moment, I ...
0
votes
1answer
127 views
Capturing an AVI video with DirectShow
I'm trying to capture an AVI video, using DirectShow AVIMUX and FileWriter Filters.
When I connect SampleGrabber filter instead of the AVIMux, I can clearly see that the stream is 30 fps, however ...
2
votes
1answer
82 views
How can I take a HD signal from a device with component-out and display it in a window in a C# application?
I've been tasked with getting the video from the component out ports of a video device into a window in our C# application.
Think taking the component output from a TiVo or DVD player (not HDMI so no ...
0
votes
1answer
156 views
Video recording resolution using DirectShow
How do i change the screen resolution of a video while recording in directshow? because I have a 8 Mega-pixel web camera, which I use for video recording but after the video is saved, when I view the ...
0
votes
1answer
163 views
concatenate video files DirectShow
Using C#,
How to concantenate two video files (.avi files) using DrirectShow ..?
Kindly help!
Following code is just for explaining the issue ...
VideoSpanCollection newList = new ...
2
votes
1answer
273 views
How do you render a video from a MemoryStream using DSPack?
I'm able to render a video from the file system using a TFilterGraph and a TVideoWindow within Delphi 2010. I'd like to render the video from a MemoryStream instead of directly from the file system. ...
0
votes
1answer
189 views
How do you loop a video using DSPack?
I've got a very simple program that uses DSPack from within Delphi 2010. I have a form with a TFilterGraph and a TVideoWindow. The video plays and renders nicely. I can't seem to figure out how to ...
0
votes
0answers
65 views
IVideoWindow interface put in Silverlight applcation
I want to render some videos in my Silverlight application.
For such aims in desktop-apps I'm using IVideoWindow interface where I'm living in loaf, becuase it's simple.
But when I'm embedding such ...
0
votes
0answers
82 views
Capture video to file
I'm trying to capture a video to file.
I'm using direct show and I can successfully see live stream with the use of
CComQIPtr<IMediaControl, &IID_IMediaControl> mediaControl(graph);
hr ...
2
votes
1answer
545 views
Capturing Video to an AVI File with DirectShow
I'm trying to write a C++ application with directshow that saves video capture to file.
The steps in the code are:
1. Create the Capture Graph Builder
2. Create the System Device Enumerator
3. ...
1
vote
1answer
66 views
What media players support the use of custom Directshow filters?
I have a directshow source filter that I have written to play a new file type. It works perfectly in GraphEdit and now I want to have a media player use it.
How can you register a Directshow Filter ...
0
votes
1answer
150 views
Playing AVI movie on directx 9 surface
I have got a directx9 window and i want to play an avi-video on a texture.
i have heard that i can use directshow to do this?
if this is really posssible, where can i find tutorials or sample code to ...
0
votes
1answer
103 views
AVS video decoder DirectShow filter or MFT
Does anybody know about AVS-format video decoder DS filter or Media Foundation transform?
I tried to search the web for it but couldn't find...
Thanks in advance.
0
votes
1answer
109 views
codec-changes causes IMediaSeeking to fail setPosition
I was happily improving my C++-program where I read videos via directshow. Now I tried to also write videos which was also nicely working.
Then came the search for an appropriate codec (thought about ...
2
votes
1answer
300 views
How can I let our DirectShow-based video be captured by a screen recorder?
One function of our software plays a video with DirectShow. One user and our internal QA have found that screen capture utilities (including Captivate, Camstudio, and AVS4U's capture utility) cannot ...
0
votes
0answers
169 views
ISampleGrabber/ISampleGrabberCB Exmaple
I am looking for a good Delphi example for the ISampleGrabber and ISampleGrabberCB interfaces' in the DirectShow9 library in Delphi.
Basically I want some event to fire when ever a new frame is ...
0
votes
1answer
170 views
duplicate AMMediaType
I am able to copy a VideoInfoHeader which is part AMMediaType with the following lines:
AMMediaType mediaType = new AMMediaType();
VideoInfoHeader videoInfo = new VideoInfoHeader();
(pSampleGrabber ...
1
vote
0answers
172 views
Will D3DImage + Media Foundation (EVR) provide better performance comparing to D3DImage + DirectShow (VMR9)?
I am developing video app using WPF and DirectShow. Capability of providing an overlay over the playback area was achieved with D3DImage and custom allocator-presenter, as a result I have high CPU ...
0
votes
1answer
97 views
Seting dwScale and dwRate values in the AVISTREAMHEADER structure at AVI muxing
During capturing from some audio and video sources and encoding at AVI container for synchronizing audio & video I set audio as a master stream and this gave best result for synchronizing.
...
0
votes
1answer
175 views
How to timestamp two streams and synchronize them at receiver?
I have two streams of data, one with audio data,the other with video data.
The sound i record with DirectSound is put in a buffer of 100ms length and and a DirectShow ISampleGrabbe witch grabs frame ...
0
votes
1answer
855 views
DirectShow, capture Still Image
i'm not experienced in Windows programming, i try to capture a Still Image from a WebCam using DirectShow. I wrote a small application based on CommandCam.cpp, which can be found here:
...
1
vote
0answers
183 views
Using DirectShow for multiple simultaneous video playback on windows Embedded Compact 7
Hello i am struggling for past few days, with simple application which could create multiple previews for simultaneous video playback of different video streams ( but same formats in example mpeg4 ). ...
0
votes
2answers
425 views
Change from YUY to MJPG format
I have a web cam that's capable of running both YUY and MJPG color spaces. This camera default is YUY, what do i need to alter or add in my DirectShow graph to start the camera in MJPG ...
2
votes
1answer
244 views
Pull and display live frames from an unknown video capture device using Java and DirectShow
I am working on a a video review project in Java.
I am improving upon an existing and extremley outdated piece of software that runs on a Windows 2000 machine that has been turned into a DVR. The ...
0
votes
2answers
254 views
Directshow Preview Only and Capture & Preview with a single Graph
I have a Directshow application that needs to preview a webcam video, and when user clicks 'Record' it needs to start capturing the video to a file.
To that end I created a single Capture Graph, with ...
0
votes
1answer
619 views
Video Recording from a DVR using EMGU or DirectShow C#
I'm in need of recording video from a 4 channel DVR from .net C#. I've looked at EMGU a Opencv .net wrapper as well as the DirectShow .net library to do this. I've decided to give EMGU a go and is ...





