111 projects tagged "Windows"
SMPlayer is a complete media player for Windows and Linux. It uses MPlayer as a playback engine, which is capable of playing most video and audio formats (AVI, mkv, WMV, MP4, MPEG, etc.). It can also play and download YouTube videos. One of the most interesting features is that it remembers the settings of all files you play. So if you start to watch a movie but have to leave, when you open that movie again it will resume at the same point you left it, and with the same settings: audio track, subtitles, volume, etc.
pHash is an implementation of various perceptual hashing algorithms. A perceptual hash is a fingerprint of a multimedia file derived from various features from its content. Unlike cryptographic hash functions that rely on the avalanche effect of small changes in input leading to drastic changes in the output, perceptual hashes are "close" to one another if the features are similar. Potential applications include copyright protection, similarity searches for media files, or even digital forensics.
HeldenViewer makes it possible to search for, download, and view Youtube videos in a very easy to use fashion. An important feature is the concept of adding authors as favorites, in order to be notified at the next start of HeldenViewer if the author has uploaded a new video. You will no longer be interrupted by any commercials. Much like the Youtube platform, you can watch the videos while downloading and use your favorite videoplayer to do this. The only restriction is that the video player must be able to play .flv files, e.g. VideoLanClient.
VLC media player is a multimedia player, framework, streamer, and encoder. It can play inputs like files, network streams, DVDs, audio CDs, Blu-Rays, capture devices, and screens. It can play most audio and video codecs and formats (MPEG 1/2/4, H264, VC-1, DivX, WMV, Vorbis, AC3, AAC, MKV, etc.), but can also be used to convert to different formats and/or send streams through the network.
libCVD is a very portable and high performance C++ library for computer vision, image, and video processing. The emphasis is on providing simple and efficient image and video handling and high quality implementations of common low-level image processing function. The library is designed in a loosely-coupled manner, so that parts can be used easily in isolation if the whole library is not required. The video grabbing module provides a simple, uniform interface for videos from a variety of sources (live and recorded) and allows easy access to the raw pixel data. Likewise, the image loading/saving module provides simple, uniform interfaces for loading and saving images from bitmaps to 64 bit per channel RGBA images. The image processing routines can be applied easily to images and video, and accelerated versions exist for platforms supporting SSE.