Video - DirectShow .net Can't Change Recording Format?
Apr 13, 2012I'm using direct show to try and capture a webcam stream in to my vb.net program. Heres the subroutine running which works:
[Code]...
I'm using direct show to try and capture a webcam stream in to my vb.net program. Heres the subroutine running which works:
[Code]...
How can i record a video via webcam in visual basic application and then display the video on user's request either live or recorded video.
how to develop video webcam recording application.
am programming a media player in VB.Net using the Microsoft.DirectX.AudioVideoPlayback namespace. I would like to be able to play video files which have multiple audio streams (eg. several languages or commentary) and select which audio stream to play. As far as I can tell the Video and Audio classes don't provide this functionality.
View 1 Replieswhen i record a video with avicap32 all become unresponsive what is the best way to procede?
how do u force avicap32 to record on a separated thread
i`m wondering if there is a way to reduce the size of a saved recording video (.avi)For a 4 sec video the size is 40 MB!
View 6 RepliesI have problem in recording video from webcam the video file not always appear in its specific path in the running time in addition there is so much delay to appear. 5 sec is the time of the video duration, I want to save the video when it start to load but in the same time it save the video show the video in the background which I have problem in this point too.
[Code]...
is it possible to use avicap32 to capture video with a web cam and save the video as a wmv format instead of avi one
View 1 RepliesI have this problem for some days now and i did not figure it out yet.When i use 2 buttons one for recording and one to stop recording is just fine, but when i use a timer to stop recording does not stop.
Here`s my First i have a button named start recording which calls the Public Sub record and enables timerRecordStop to TRUE.
[Code]...
is there any components that can convert swf to avi (or other format)? I found some, but they are too expensive, more than $2000!
View 4 RepliesWell I have a bunch of frames I made and an audio track and i want to combine them to make a video -like AVI/WMV or another format.
View 1 Repliesi know to save the video from a web cam in avi format
MyCaptureGraphBuilder.SetOutputFileName(MediaSubType.Avi, FilePath, pMux,
how can i save the file in wmv format? Nothing)
extract frame from the video to image (either bmp or jpeg is ok). The image should be in original size....><""
View 1 RepliesI have created a really quick program which takes several screen shots per second of a section of a screen, What i need is to get all the images and put them into a video format file.
View 1 RepliesCode to Record video from video devices in wmv format using Vb.net
View 2 Repliesdoes anyone know how to save a video file in WMV format?
View 2 RepliesI have the following code found on internet:
Const WM_CAP_START = &H400S
Const WM_CAP_EDIT_COPY = WM_CAP_START + 30
'The first step is to recognize that the video captured by the web cam can be saved as individual images. By displaying a series of continuous images on the client, it is similar to watching a video stream. To capture an image, I have defined the following subroutine:
'---save the video data into the Image global variable---
Public Sub CaptureImage()
Dim data As IDataObject
Dim bmap As Image
Dim ms As New IO.MemoryStream()
'---copy the image to the clipboard---
[Code] .....
The problem is the code fail to retrieve the image from clipboard? What I'm trying to do is connect to a webcam, then save the video stream file on this webcam as bitmap file before transfer to the client side as an array of bytes.
i just started usign Vb two days ago, as it was required for work and i just wondered how to change the format of the total into a money format
View 3 RepliesWhat am i suppose to do to use directshow. i already downloaded windows sdk and installed it.
View 8 RepliesConvert this solution from C# to vb.net? I'm not familiar to C#; It's a sample project that use DShow.net to capture video from webcam.[url]...
View 5 RepliesI am throwing some data out into Excel and am having some formatting troubles. I have 5 columns (date, time, a long number I don't want displayed in scientific notation - text is fine, text, text). I can get it all working with numberformat, however I have to do them different ways.
Date works this way cell.numberformat = "m/d/yy" and it formats it to say 3/1/11
Time works this way cell.numberformat = "h:mm AM/PM" and it formats it to say 8:07 AM
For the long number cell.numberformat = "@" and it doesn't change the format and it gets displayed in scientific notation
BUT if I use cell.style.numberformat = "@" it works as it should, but it messes up all of the date and time cells. Apparently when you use style.numberformat, it doesn't just apply to the cell you're working with. If I try using style.numberformat with the date and time formats, they don't change and are entered as if I didn't change the format at all.
using directshow to capture image from webcam. In my winform application, there was a tabcontrol which contains two tabpages. Tabpage1 contains a picturebox which shows the video from webcam, tabpage2 contains a button to capture the image. My problem is when I pressed the button on tabpage2, my saved image file is empty which has no picture inside.
The following is my code for GetImage:
Public Sub GetImage(ByRef bmp As Image, ByRef pbCtrl As PictureBox)
' Get image from clipboard and convert it to a bitmap
Try
[code]....
Is it possible make a Basic Application to edit Video Card Lut Table ? Something like [URL] Or maybe it is only possible in C++ ?
View 1 RepliesI need to capture a picture from webcam for a project... But there seems to be no easy code available... Also am not able to find any working code for it... saw a codeproject code, but couldnt get it to work..
View 5 RepliesI have a VB.NET application that uses the AXWindowMediaPlayer ActiveX to embed mpg videos to my application. I have used the Play/pause/stop Ctlcontrols a lot but now i am stuck as i needed to change the video size of the playing video from 100 to 200% hence my Questions:- How can i by code change the video size of the video being played? by Video size i do not mean the control's size.. but the Video being played inside it. for example, i could want the videos to play at 200% and not at 100%.- Is there a way to check the dimensions of the video being played so that i can by code change the video size if required as per the video.
View 6 RepliesI am developing an window application in which I have to change the size of video playing inside media player. i don't want to change the size of media player.
View 3 Repliesconverting the number of frames (in a video) to a number/time format. For instance, say a video has 110,212 frames at 23.976 fps, it works out to 01:16:36 (hh:mm:ss) with 18 frames remaining. I would like to format the result in a Textbox like the following:
[Code]...
I have a vb.net project which i have inserted pictures and video. I inserted a video clip using the Windows Media Player control and it does work. The issue i have is that i can't move the program to another computer because the pathname for the video will be wrong. I know i could change the pathname when i move it but this is not practical because i need to present this program. Does anybody know how to make the video accessible no matter what location the program is at?
View 6 RepliesI am monitoring 12 video feeds from video cameras. Now I have more than 12 cameras, I have 134. But I will only monitor 12 cameras at a time. By Monitoring I mean, I have 12 small video screens on the form that I can see the video. The way I know which cameras are active, so I can monitor them is by a boolean value in a sql database. I run a Store Procedure in my program, and spit out the results in a XML file. I then read the XML file in a loop. This XML file will have a list of the camera names I need to monitor.
So that is for 12 video feeds. Now, I want to have a NEXT or FORWARD button on my monitor form. So when I click this it will give me the next group of cameras, 13 to 24. Now if I only have15 cameras that are active, that means the first group is 1 to 12, then the second group is 13 to 15 cameras. So I will only have 3 to monitor on the second grouping. One thought I had was to have another field in my table to mark as already as an active monitor, so when I run the SP, i will not select that row. But I need to select 12 at a time. Or I can make a number of xml files, one xml file for each grouping of 12, but I need to figure out how I can select the next group without re-selecting the first group. I have no code at the moment, I'm on my non-programming computer.
I creat audio video chat and when calling receivng video and client video is together...I want that client move his or her webcam video where want...as I know it name DROP&DRAP but I`m not know how to do it...
View 5 RepliesI was wondering if it was possible to have a program open Firefox, and have it open a bunch of tabs that all go to a link with a video, and then have it automatically play that video?
View 4 Replies