|
I need an open-source Video Gesture Recognition .NET Library/API (in C#). We have a web cam... we move a hand and it causes some events...
So I need motion detection for navigation lib/api...
Where can I find such a library?
Started by Ole Jak on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's currently....
Although it's a C library, there are C# bindings available.
Google query gave me this: Video Hands Gesture Recognition in C#
This is also interesting: Video Motion Detection Algorithms in C#
OpenCV might be an option.
|
|
Hello , Im working on a software that needs to do some video functions like converting video to sequence of images and then convert images ( after modifying )back to video
what are the recommended libraries for this tasks
plus ... what are the recommended...
Started by Moayyad Yaghi on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
But it seems like let you extract the frames....
Www.daniweb.com/forums/thread178909.html#
http://stackoverflow.com/questions/220866/best-video-manipulation-library-for-python
i tried pyffmpeg and it looks like its exactly what i want .
|
|
Hi,
I am looking for a C# library(not commandline), commerical or free, that has the power similar to FFempeg. Video encoding is most important.
Any suggestions?
Best Regards, Rune
Started by Rune on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It is no library (winforms application) but you can.
Starting point is here
You can try Mencoder GUI.
|
Ask your Facebook Friends
|
Hi, I am thinking of creating a video library software which keep track of all my videos and keep track of videos that I already haven't watched and stats like this. The stats will be specific to each user using the software.
My question is, is python...
Started by andho on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Popular video site, YouTube, is essentially programmed in Python (using, of course, lower-level components called from Python for such tasks as web serving, relational db, video transcoding to Silicon Valley exactly to take Python-based....
|
|
After setting up Windows Media Center and adding a/any folder that contains video, to the video library, none of the videos show up in Windows Media Center video library.
What do I need to do to be able to watch my videos?
Update:
The files do show up...
Answer Snippets (Read the full thread at microsoft):
If my theory is correct no videos inside the Videos to....
This is weird because i added add the Videos Folder to the Video Library.
And E:\ as folders in my video library, but not r:\temp\videos.
|
|
Hi,
I need to encode several pictures shot by the iphone camera into a mp4 video file and I know FFMPEG can do this (the application TimeLapser and ReelMoments do it already). I plan to use this in my app iMotion (available in the appstore).
I successfully...
Answer Snippets (Read the full thread at stackoverflow):
You can add a build....
This should do it but there's one more neat trick in the latter .
Where the FFmpeg headers are located; search for 'Library Search Paths' and indicate where the compiled static library binaries (.a files) are located.
|
|
I'm looking at options for adding streaming video to a social web site written in ASP.NET/C#. I have a great deal of experience with Flash too, so I'm comfortable using FLV players, but I'd definitely go Silverlight if the right library is available.
...
Started by David Thomas Garcia on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It and the corresponding modules are licensed under the LGPL/GPL... .
It can also generate thumbnails.
FFMPEG can convert into both via liblame for FLV and x264 for h.264 .
Not sure about Silverlight, but Flash will render both h.264 and FLV videos.
|
|
Is there any .NET libraries to generate video files (any type) from a given sequence of bitmap images?
Started by Claudio on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can use Splicer to do&referringTitle=Home
Sorry a bit late to this thread... .
You could try this:
http://www.codeproject.com/KB/audio-video/avifilewrapper.aspx
It is written in C# and it can create a avi video stream from a list of bitmaps.
|
|
I would like to open a small video file and map every frames in memory (to apply some custom filter). I don't want to handle the video codec, I would rather let the library handle that for me.
I've tried to use Direct Show with the SampleGrabber filter...
Started by Steve Gury on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It definitely has the capabilities you require.....
Try using the OpenCV library.
It's also handy for many types of video processing including those useful for computer vision.
I have used OpenCV to load video files and process them.
|
|
I need to display a series of images (perhaps BufferedImages) with variable frame rates as a video, synchronized with uncompressed audio. I also need the basic media controls of play, pause, seek, audio volume, etc.
Since I don't need to encode, decode...
Started by m35 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
However, it breaks the "no JNI" rule you have set. .
And video, into applications and applets."
JVLC is quite a good player that uses the ubiquitous VLC player to play all know video formats.
|