Create A Multimedia Sound / Video Converter?

Jan 18, 2009

I have been researching how to create a multimedia sound/video converter

View 1 Replies


ADVERTISEMENT

How To Create A Multimedia Aplication

Mar 25, 2010

how to create a multimedia aplication like media player, video layer, etc. using visual basic?

View 2 Replies

VS 2008 Make A Video Converter Using .Net?

Dec 26, 2009

It is possible to make a video converter using VB .Net? If yes with what I should start?

View 2 Replies

Using The DirectX 11 SDK, Load A Video (with Sound) And Play It?

Nov 2, 2010

I am having problems locating any documentation or examples for rendering video on a form using DirectX. I need to use DirectX because I will be putting overlay's on the video loaded dynamically. I will also want to perform transitions between 2 video instances.

I can not find any documentation on Google or Microsoft's site, Such as render the video on a 3d object as a texture, maybe... IDK?

This is for Visual Studio 2010, .net framework 4.0, using vb.net.

View 1 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

VB Express 2008 - File Directory - Coded A Video Downloaded - Want To Include A Converter As A Separate Exe File

Feb 15, 2011

Anyways, i have coded a video downloaded and i want to include a converter as a separate exe file. But obviously people may have different file directories so a simple piece of code i have used won't work. This is what i have: Also where would i place the exe file?

View 3 Replies

Audio Converter And Compressor - Audio & Video - Dream.In.Code

Mar 13, 2009

I just want to ask or I need some idea on how to convert wav files to mp3 and compressed the file to make the size smaller. I've search on the internet and find vorbis.dll as a reference object and lame.exe for converter. With regards to the audio compression, i downloaded monkey's audio software but doesnt have an idea on how to incorporate it.

View 2 Replies

Music Studio - Real Music Video Where Can Play Many Sound At Any Time

Nov 1, 2011

Hey guys, I'm a new guy in VB.NET. I am proposing my final year project a title called music studio. My version of music studio is like real music video where we can play many sound at any time. For example, the application that I want to build can create many button and also add an audio along with it. And then, when we hit the 1st button, it play 1st audio. while 1st audio play, we also can hit 2nd button and 2nd audio is playing. for example, 1st audio is sound of man walking, and then 2nd audio is the sound of glass break. lastly 3rd sound sound of police siren play. Is it cool? so, my question is, is it possible the I can build an application by using VB.NET?

View 6 Replies

Forms Create Currency Converter?

Feb 23, 2011

I wanne make a windows form application. Its a currency converter that can convert EUROS to belgium franks,german marks and the coins off Nederland.it has to be possibel to round the result to zero decimal. I already made the design with the radiobuttons and labels. But I dont know how to make it work. Its also for a assignment.

View 4 Replies

VS 2005 Want To Create A Converter That Will Be Capable Of Converting A .doc File

Aug 27, 2010

I want to create a converter that will be capable of converting a .doc file into an .exe file: How to proceed?

View 7 Replies

Creating A Multimedia Application?

Mar 2, 2011

create a small multimedia application using Visual Basic.net 2008. What i need is for this application to pull information from a webpage.

View 9 Replies

Simple Multimedia Player Algorithm?

Aug 6, 2011

I've just recently started using VB.Net 2010 Express edition and Windows 7 Home Premium x64 and I'm trying to write a simple multimedia player. My algorithm is: Simple mutlimedia player algorithm: 1. Create a form with three listboxes (one for accessible directories, one for accessible files, one for INACCESSIBLE directories and files), a drive combobox (for a list of drives). A textbox for holding the file extension. A 'start search' button to initiate a search for the files. 2. Form load populates the comboBox with a list of all logical drives that are of type fixed and are ready. 3. The user selects a drive to search using the comboxBox. 4. The user enters a file extension in a textbox. 5. The user presses the search button. 6. The computer searches all directories starting at root for any and all files matching the file extension. The allowed read access directories are added to a listbox of directories. The allowed read access filenames (i.e. the full path of each individual file) are added to a listbox of filenames. 7. Once the files listbox is populated, clicking on a file in the listbox passes the full path of the selected file to another form which is opened and shows the ID3 v1 tags of the file in textboxes and also the obligatory open, play, pause, stop and close buttons. Plus an Edit Ok button which gets enabled if the user edits the ID3 v1 tags. 8. The sequence for playing the file is: open, play (then any of pause, play, stop), close - note that close also stops the file first if it is currently playing then closes it. 9. The user closes the playing form and goes back to first form (i.e. the search form). 10. Closing the search form exits the application. Ok I can populate the drives combobox no problem. I can get a list of directories ok I can't (and believe me. I've tried 100's of ways) seem to get a filelist of all the files in all the directories [starting at root] that match the criteria - that's the bit I keep getting stuck on. I keep getting an unauthorized access exception. Trapping that exception doesn't seem to do anything useful as I can't continue the search loop (OR get the filename that is causing the exception and add it to the files listbbox) - and so can't get any filenames. BTW I can open, play, pause, stop and close any given mp3 file (with a correct path) no problem using the Win32 API.

I know I've d/l a couple of file listers but they are/seem highly complicated for what should be a very simple task. In good old DOS, it would take a line or two of using the DIR or Tree commands to find the files so I can't believe that it is so hard to do in VB.Net It seems [to me] that Directory.GetFiles(searchpattern, startdirectory, option searchFolderDepth) doesn't properly work due to the exception which arises from the unathourised exception event (and which it then seems to be impossible of getting the filepath and then continuing the loop by simple exception handler code).

View 1 Replies

Create A Tone Sound From Speaker?

Sep 30, 2009

show code for creating several tones to play in my computer speaker that have different frequencies for the tones and have different time lengths the tones play for!

View 11 Replies

Compatible Signature Error In Multimedia Player?

Aug 30, 2011

"Method 'Private Sub Player_Control_PlayPause_Click(sender As Object, e As System.EventArgs, CurrentSong As String)' cannot handle event 'Public Event Click(sender As Object, e As System.EventArgs)' because they do not have a compatible signature. Form: MainPanel.vbLine: 21 Column: 177

My code is here:
Imports System.IO
Public Class MainPanel

[code]......

View 3 Replies

Create A Video Duration Bar?

Mar 23, 2010

how can i create a video duration bar so that if i add a video in listbox the duration bar should automatically increas its total duration and display the duration on it....just like in any video editing software...

View 1 Replies

Create A Video Of The Use Of An Application?

Jun 11, 2010

I have spent several weeks (off and on) trying to find out how to record a movie of the desktop when I'm using my application. For now I'm using prtsc, but that's kinda slow.

View 1 Replies

Create An Animations Without The Use Of Gif, Video?

Jul 27, 2009

I want to create an animations without the use of gif, video. Its merely a static picture.

View 1 Replies

Create AVI/WMV Or Other Video Format?

Aug 23, 2010

Well 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 Replies

Create Video Files In .NET?

Jan 17, 2006

How would one create video files in .NET? Any magical class library out there that allows you to capture images at a certain interval, then combine them into some popular video format? Any ways to capture streaming video from, say, a webcam? I have still images down pat, already made a couple different progs with that. Now looking for ideas on how to go about capturing actual video....

All that I have searched have brought be to DirectX, with DirectShow. Is there a different way? Every DirectX SDK I seem to download has everything but DirectShow (and with dialup, usually, when I say "Download" I mean, "installed it from a cd with the files downloaded by a friend on it" ).

View 3 Replies

Capture Sound - Using Mcisendstring Function But The Sound Quality, Is Poor?

Jun 20, 2011

I have a question about of capture sound function, someone have a code example for visual basic 2010 in windows 7?, I tried using mcisendstring function but the sound quality, is poor.

View 5 Replies

Play Another Sound (like A Beep) When Desired Without Stopping The Background Sound?

Apr 19, 2009

I have background sound loop with the My.Computer.Audio and it works fine. I want to play another sound (like a beep) when desired without stopping the background sound. Several examples I have found don't seem to work. I am in VB.NET 2008 Professional.

View 8 Replies

VS 2010 Adding Sound To A 3D Game / Finding A Sound Library?

Aug 24, 2011

I'm ready to start adding sound to a 3D game and I'm looking for a decent Free library.it would not require DX and be something like:

dim MySound as SoundLib.Sound
MySound = SoundLib.LoadSound("soundfile.wav")

SoundLib.Play3DWorld(Location.X, Location.Y, Location.Z, VolumeModifier, MySound)so far all Im finding is expensive, C#, old, or not .NET compatible.

View 9 Replies

Create A Video File From BMPs?

Mar 29, 2006

there are a number of sources (ONE, TWO and THREE) which show how to use VB6 to create a video file from BMPs?

View 6 Replies

Create Video From Images Files?

Apr 16, 2009

How to create video from some image files? if can add some audio, it will be better.

View 2 Replies

Create Video Games In Program?

Jan 17, 2012

How to Create Video Games in VB.Net

I realize that this is a very popular subject, especially amongst budding developers. The drive to create games may be the reason you started working with Visual Basic in the first place. After stepping through a few samples and getting the hang of working with user controls on a form, it may be very tempting to start to throw some PictureBoxes and a Timer on a Form and start to implement some game logic. Seems easy enough, right?

To some extent, this is a true statement.You could start to do this and it would be easy enough¦ at first. But when you begin to try to calculate collision and animate or rotate your sprites, you may start to run into some difficulty. And attempts to circumvent the problems often lead to even worse issues.This can cause an endless spiral of misery which could leave you thinking VB just isnt meant to make games!

The initial problem that most people face is the desire to use a PictureBox (or any other control) as the logical Sprite¯ container for the elements in the game. It makes sense since the control appears to provide a lot of the required functionality already and its easy to extend it with more properties as needed.

The issue though is that Windows Forms Controls are designed to be drawn statically“ that is, they arent meant to move around in real-time. You can of course move them at run-time, but this is normally an on-demand operation (something which occurs because the user just took an action like clicking a button or menu item). Attempting to move controls in real-time puts a heavy strain on your application and can cause poor performance quickly.[code]....

View 1 Replies

How To Save Sound They Make And Catshing A Sound Recorder

Aug 14, 2009

im making a techno progam in visual basic 2008 and after 3 hour im think how to save the sound they make and catshing a sound recorder but what the code im try to find on internet but find 0 pleas give me the code im try to find

View 1 Replies

VS 2010 Using 3 Or More Sound Outputs Or Multiple Sound Devices

Jul 21, 2011

I'm creating an application that will have 3 streams of audio. I can get 2 streams playing easy enough using DirectX AudioVideoPlayback and setting the balance for each Audio Instance. However, I need a 3rd Audio instance to play out of another output such as the Rear or Centre. An alternative would be to be able to select a different sound device in the machine to play the 3rd audio stream.

[Code]...

View 1 Replies

.net - Create A Video Stream (AVI) From A Series Of Images?

Dec 8, 2009

There is an IP web camera that I wrote a .NET class for sometime ago. It's basically a Timer implementation that pings a snapshot CGI script from the camera every five seconds. The camera itself is very rudamentary; it does not have any sort of API for me to work with, the only thing I can do programmatically (remotely) is invoke this script. The script returns a 640x480 JPEG image. Simple.

Now what I need to be able to do is take a days worth of these images, and create a "time lapse" AVI video stream out of it that will eventually be embedded into a web page. How can I do this with VB.NET?

View 4 Replies

Create A RTSP Video Stream On A .NET Platform

Jan 14, 2011

I want to create a RTSP/h264 video stream from static images, and incorporate it into my .NET application. So far I have found two possible ways to do this:

Use ffmpeg/ffserver, but I would need to compile ffserver on windows and then rely on it... and I don't necessarily want to rely on an external application
Use the LIVE555 [URL] library, but they do not have any .NET libraries, so I would need to spend some effort to make it work with the rest of my .NET application.

Can you comment on either #1, #2, or which is better. Is there a faster way to bring up a RTSP server in .NET? I do not mind putting in development time if there is a solid solution that takes time, but it would be good to have something we can work with fast, for prototyping and demos.

View 3 Replies

Create A Video Poker Card Game Using VB?

Jun 10, 2010

I am looking to create a video poker card game using visual basic.I have limited knowledge of visual basic 8 but was very curious about visual basic 10.

View 4 Replies







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