Help with picking the right audio/video libraries

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Jun 2004
Posts: 39
Reputation: timhysniu is an unknown quantity at this point 
Solved Threads: 0
timhysniu timhysniu is offline Offline
Light Poster

Help with picking the right audio/video libraries

 
0
  #1
28 Days Ago
Hi there,

I'm working on a multimedia project that involves capturing images from a web cam, analyzing pixels and playing some audio.

I got a hold of some sample code that plays audio and reads images using DirectX, but I was really disappointed with the stability of the application overall (perhaps bad sample code? not sure...). This was in Visual C++ too. I think I'd like to do it in C#.NET or Java.

Does anyone have any library/API recommendations for the following:
- capturing images from a web cam. I've never done this before programmatically...
- reading pixels from graphic images (captured images)
- playing mp3 files; possibility for fade in/fade out would be ideal

I've done the research, but I thought I'd get your feedback as well in case you've actually worked with them. Even if not, feedback is still very much appreciated!

Thank You,
Tim
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 323
Reputation: Diamonddrake is a jewel in the rough Diamonddrake is a jewel in the rough Diamonddrake is a jewel in the rough 
Solved Threads: 39
Diamonddrake's Avatar
Diamonddrake Diamonddrake is offline Offline
Posting Whiz
 
0
  #2
27 Days Ago
as far as playing MP3s go best .net solution I have found is a free library from here http://www.ambiera.com/irrklang/ its called irrklang and works great and is simple to use, comes with examples. That's what I use in my apps.

as for capturing video you have to programmatically build a "graph" that tells the system what device, what input, and what codecs to use. Its complicated and I don't have any working examples I could share.
Reply With Quote Quick reply to this message  
Reply

Tags
capturing, mp3, pixels, webcam

Message:



Other Threads in the C# Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC