Output Video With Direct Show To Another Soundcard

Aug 10, 2009

How to do this using DirectShowLib-2005... as there seems to be little source available

View 2 Replies


ADVERTISEMENT

VS 2008 With Direct Show On Vista Computers

Apr 8, 2010

on good computers direct show works fine on vista computers that are a few years old; after playing a few (4 hours or so) videos my program crashes on this line:

[Code]....

when i say crashes it just stops responding ... i hit ctl+break and it has a green arrow on that line that means it's busy executing the constructor of the filter graph it seems to run fine on descent brand new vista machines, the memory usage is minimal on all occurrences. seems fairly constant on older machines.

View 2 Replies

Re-direct Output From A Console Application To A Textbox In A Windows Forms Application?

Sep 14, 2010

I am trying to use the System.Diagnostics.Process class.I have the following Windows Forms application. It consists of 1 Button and 1 TextBox. The only code is for the button click event as follows.

Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim myProcess As New Process()

[code]....

View 2 Replies

C# - Adding Text Into A Video And Saving The Output?

Jun 17, 2009

What I'm trying to do is take a 'input' video file (I can make it whatever file type will make this the easiest) and then, through my code, add text to the video file. for example, it would take 'Sample1.mpg' and output 'Sample2.mpg'. It wouldn't show the video (I've found some tutorials that talk about overlaying text as the video plays; but not actually modifying the video file.

Basically, I'd like to be able to say, 'From seconds 1 to 200, draw 'Hi Mom' at position 0,0 with this font' and have that saved in the outputed video. Whenever you run the outputted video, with any player, you'd end up seeing the text; because it'd be part of the video file.I've heard claims like, 'DirectShow!' but I'd really welcome anything slightly more specific.

View 4 Replies

Record The Pc Screen And Output A Video File Of It?

Jan 12, 2008

Is it possible to write code to record the pc screen and output a video file of it?

View 3 Replies

How To Show Video In A Form

May 14, 2010

I'm trying to make a game trainer for Visual Basics 2008, but i don't know how to get a video to screen in my form.

View 3 Replies

Show Video-file's Thumbnail?

Apr 14, 2010

Is there a way to show videofiles' thumnails in VB application? Ideal situation would be so that the application would recieve videofiles via drag and drop and then show thumbnails from them the same way as you can see a preview thumbnails in Windows file-explorer.

View 4 Replies

Usb Camera To Show Live Video In A Picturebox?

May 13, 2010

I'm making a program where i want my usb camera to show live video in, i could only find examples on how to get a webcam to show live video in a vb form

View 1 Replies

AudioVideoPlayback - Show A View Streaming From A Video Camera Over The Network

Sep 22, 2011

AudioVideoPlayback works really .FromFile with jpg or mpg files. But I am trying to show a viewo stream from a video camera over the network. The camera feed is something like ... IP-ADDRESS/mjpg/video.cgi. AudioVideoPlayback .FromUrl seems to access the camera ( the camera then prompts for log on credentials) but it will not display the feed. My question is can AudioVideoPlayback display cgi files? My all is written in Visual Basic 2008, running on Win 7/64 and x86 based platforms as well.

View 1 Replies

Add To 'Show Output From' DropDown?

Oct 14, 2011

Is there a way to add to the "Show Output From" dropdown list. I've been going in circles on MSDN looking at Listeners, Writers, Trace, Debug, ConsoleTraceListeners etc. with no luck. I really would like my own pane for debug output because I don't want to disable any of the messages in the debug pane, and a lot of stuff gets pumped out there.

I found a way to add a new pane to the output tab through a macro/addin but don't know how, or if, it can be written to through code.

Short of that I'm really just looking for a better/more intuitive way do display debug output. Colored would be nice. I've tried very unsuccessfully to use nLog - but the configuration/documentation left me scratching my head.

Is the output window really what most people settle for?

View 3 Replies

SortedList - How To Show Output

Aug 9, 2010

I'm making a sortedlist I can read a file into my program but do someone now how to show the output? Its made with classes and they will work. How to show the output of the file because I can't find.

This is the Form1
Public Class Form1
Public lijst As New SortedList(Of String, bankrekening)
'Dim spaar As spaarrekening
'Dim zicht As zichtrekening
Private Sub OverschrijvenToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OverschrijvenToolStripMenuItem.Click
FrmOverschrijven.show()
[Code] .....

View 1 Replies

Running A DOS Command And Show Output In Textbox Realtime?

May 25, 2010

I want to run some dos commands (eg: a ROBOCOPY) and show the output from this realtime in a text window to show the user something is happening.The command may take a number of minutes so it's important the output is showing in the VB application realtime, and not just all at the end. Obviously the user will wonder what is happening during this time.

View 19 Replies

Show Output In Console Window From Remote Object?

Aug 13, 2011

I am trying a .Net remoting project hosted in a console application.I have the following code in remote object class.

[Code]...

View 1 Replies

Write Privileges - Files Do Not Show Up In Output Folder?

Mar 3, 2010

I have a video encoder app made with VB6 that users frequently have issues with. The problem that people encounter is that files do not show up in the output folder where my application is set to write them. The output folder is located in C:Program FilesMyAppOutput. Vista users can sometimes click "Compatibility Files" and see the outputted files. Sometimes I must tell users to "Run As Administrator.."

View 1 Replies

Show Real-time Output By Running A PowerShell Script?

Mar 1, 2012

I am trying to run powershell script from VB and I want to see the output of the script as it is running inside a console application. With my script (shown below) when I run from powershell it shows "Command Sleep Starting" and then waits for 5 seconds and then displays the other text.

However, when I run from VB.NET program, the execution waits for 5 seconds and dumps all the text output at once. It doesn't execute first Write-Output command and then wait and then output as it should.[code]...

View 1 Replies

C# - Show Video File And Word File In Gridview From The Database?

Jun 15, 2011

im the beginner of .net, im doing the project to save and retrive the files in asp.net with c# , i done saved the files to sql in binary format, and i dont know how to retrive the file in grid view, also i dont know how to play the video file in gridview,

View 1 Replies

Inserte Pictures And Video - Can't Move The Program To Another Computer Because The Pathname For The Video Will Be Wrong

Jun 22, 2010

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 Replies

Monitoring 12 Video Feeds From Video Cameras - NEXT Or FORWARD Button On My Monitor Form

Dec 24, 2009

I 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.

View 4 Replies

Create Audio Video Chat - Client Move His Or Her Webcam Video Where Want?

Oct 17, 2011

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 Replies

It Open A Bunch Of Tabs That All Go To A Link With A Video, And Then Have It Automatically Play That Video?

Jul 7, 2009

I 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

Get Video Thumbnail From A Video File (from A Directory In Hard Drive)?

Jul 21, 2011

I would like to create thumbnails into a VB (2005 or 2010) form from video files.

I have a directory (in my hard drive) with video files (.mpg).

How to show video thumbnails for each video file?

My VB code (for images) is attached below and I want to convert it in order to manage video files.

Private Sub ThumbButton_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles ThumbButton.Click
Dim imagepath As String

[Code].....

View 2 Replies

Make A Video Streaming Server Or A Video Lan Chat Programme?

Jun 22, 2010

i want to make a video streaming server or a Video Lan chat programe in VB.net

View 1 Replies

Recording Video Via Video Webcam Within Visual Basic Application

Dec 5, 2009

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.

View 4 Replies

What Syntax Use To Buffer Video The Video In Client's Media Player

Jul 12, 2010

i want to buffer a video file on client side when it request.. what syantax i use to buffer the video the video in client's media player

View 1 Replies

Use Avicap32 To Capture Video With A Web Cam And Save The Video As A Wmv Format Instead Of Avi One?

Oct 20, 2010

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 Replies

Can Play A SWF Video But Not A Flash Video?

Jan 23, 2008

can play a SWF video but not a Flash Video?

View 14 Replies

No Output In Asynchronous Program - Retrieve Output After The Events Are Invoked?

Mar 1, 2012

What I am trying to do: There are three powershell scripts with different time delays as shown below.I am trying to run them asynchronously in .NET and I followed this article to implement Asyncrhonous programming. Where I am stuck:The I am not able to retrieve output after the events are invoked.The scripts are being called but then the program ends and it shows "Press any key to continue" in console windows.I don't what I am missing here.

Info: JobRequest is a class that I use to pass around information keep track of jobs.

Sub Main()
OurAsyncFunctionCalling("psDelayScript2.ps1", "-arg1 4 -arg2 5", 1)
OurAsyncFunctionCalling("psDelayScript1.ps1", "-arg1 2 -arg2 3", 2)[code]......

View 1 Replies

Unable To See In Output Window Number 5 As Output?

Sep 25, 2011

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Microsoft.VisualBasic.Interaction.Beep()
System.Diagnostics.Debug.WriteLine(3 + 2)
End Sub

Why I don't see in Output window number 5 as output?

View 4 Replies

Direct To The Right Forum

Oct 18, 2009

I am developing a web site in Visual Basic 2008 using .NET Frameworks 3.5 on an IIS7.0 web server and I am having a problem with a simple error page redirect. Furthermore I only have ftp access to the webserver in a web hosting environment. I am having problems with some errors and not others, mainly error 401 is the problem.<customErrors defaultRedirect="~/Default.aspx" mode="On" > </customErrors> this is the custom errors section of my [URL] file,

View 1 Replies

How To Use Direct Music In W7

Aug 26, 2011

I've d/l the DXSDK Jun10 version twice now and run the installation but I still can't find any reference to Direct Music (or even directx) in add reference. So how do you use direct music in VB.Net and W7?

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved