video analysis
SureMoKu 2009-05-28
SureMoKu 2009-05-28 is another compact yet useful SMK analysis tool. It is actually a software used for analysing positions in renju / gomoku games more>>
Requirements:
- Python
t@b ZS4 Video Editor for linux 0.958
t@b ZS4 is video editing and compositing software with more than 150 built-in video effects including excellent color and chroma keying. Also features custom output size and effect to audio wave form more>>
t@b ZS4 is advanced multi-track video editing and compositing software with more than 150 built-in video effects including excellent color and chroma keying tools, distortion effects, color adjusters, pattern generating effects and many others. Effect containers can be used to restrict the processing of contained video effects by shape or blending logic. Other features include custom video export size, number of tracks and sub-composites limited only by available memory, custom speed and direction change for video and audio, optional super-sampled compositing during export for better quality rotation and zoom, and the ability to slave effect and compositing controls to audio wave forms. Input is primarily avi, wav, and image files. Output includes avi, wav, jpg, png, bmp. For more information and downloads visit http://www.zs4.net.
Requirements: RAM 512MB, GigaHertz Processor, the more the better
<<lessContent Filtering Proxy SafeSquid 4.2.2.RC8.2
CONTENT FILTERING PROXY SERVER, WEB FILTER, INTERNET FILTER, REAL-TIME FILTER more>> SafeSquid is a Content Filtering Proxy Server - BROWSER BASED INTERFACE, VERY FAST THROUGHPUT, DNS CACHING, CONTENT CACHING, PREFETCHING, BANDWIDTH CONTROL, VIRUS SCAN, Source, Target & Time based GRANULAR FireWall style rules to allow / deny content like music, videos, flash & java applets, messengers, chats, cookies, activex, scripts, etc. REMOTE AUTHENTICATION, REAL-TIME TEXT & IMAGE ANALYSIS for blocking PORNOGRAPHY. LIVE REMOTE SUPPORT.<<less
Mortgage Video And Search Tool 1
The world of mortgages and real estate can be extremely confusing to the newcomer. The mortgage industry is a lot more competitive than it used to be... more>> <<less
TopAZ 0.1
TopAZ is mainly used for viewing, creating, editing & analyzing graphs. more>>
GNOME Video Arcade 0.4.2
GNOME Video Arcade is a simple xmame front-end for the GNOME Desktop Environment. more>>
Just getting this project off the ground. Im hoping to create a simple and easy-to-use xmame front-end that is not just another mame32 clone.
This project is aimed at casual gamers like myself that just want to play classic arcade games on their desktop.
Muxi 0.5.0
Muxi is a tv application and personal video recorder for DVB-T. more>>
Xai 0.3.3 Alpha
Xai is an extensible framework for developing and prototyping real time video analysis algorithms. more>>
The blocks can be written in C++ by extending special interfaces, and they can be compiled to dynamically linked libraries. The algorithms can be composed using a GUI or written directly in XML.
The approach
The approach taken here was to develop a universal framework for prototyping video analysis algorithms by building them from previously prepared blocks. Each block is in fact a dynamically linked library, with well defined interface, that can be attached to a workflow of blocks and executed by the framework.
The core of the Xai is called XaiEngine and contains all functionality needed to load, run and save algorithms. Additionaly, each block is a separately developed, dynamicaly-linked C++ class, that can be loaded during run-time. Also, any number of GUIs for Xai can be developed as XaiEngine provides a universal interface for accessing the functionality. Currently Xai contains a GUI developed in Gtk and based on DiaCanvas.
Enhancements:
- Added handling of multiple blocks directories
- Added execution properties such as limiting iteration count
- Added handling of multiple algorithms through tabs
- Major refactoring of type system
- Several new macros added for easier use in blocks development
Manencode 1.0
Manencode prepares video to be DVD-compliant. more>>
Another module of the next MANDVD. This module will be use to transcode any video and edit them (cut part of film, add subtitle, adjust light / contrast / saturation).
nPlot 0.4.6
nPlot aims to be a minimalistic and easy-to-use data analysis application. more>>
Installation:
./configure
make
make install
Google Video Downloader 1.1
Google Video Downloader is a Firefox extension that adds a button in the status bar. more>>
If You:
- Would like to download files from other videohostings;
- Have DownThemAll od FlashGot;
- Would like to permanently choose preferred Google Video format.
Blu-ray video authoring tools 20070617-2301
Blu-ray video authoring tools suite allow you to produce Blu-ray video discs. more>>
mkudfiso (Blu-ray authoring tool set), a utility to create ISO images containing
a pure UDF filesystem, intended primarily for Blu-ray authoring but can be used
for any purpose (including CD-R and DVD-R). This tool can be used to author individual files larger than 4GB, which is a requirement for Blu-ray and other high-definition formats.
THIS TOOL DOES NOT GENERATE ISO 9660 STRUCTURES. Use "mkisofs" if you want ISO 9660, Joliet, Rock Ridge, etc. in the structure. This is a pure UDF generator.
Video Contact Sheet *NIX 1.0.9a
Video Contact Sheet *NIX is a script that creates a contact sheet (preview) from videos by taking still captures of the video. more>>
The output image contains useful information on the video such as codecs, file size, screen size, frame rate, and length.
Notes:
Using -i or -n with values that lead to the same number of vidcaps doesnt necessarily yield exactly the same vidcaps, youll have to play with them for best results.
Example: With a video that lasts for 22min 14secs, -n 6 will create the six vidcaps:
3:22, 6:44, 10:04, 13:28, 16:50 and 20:12, while -i 3m will create
3:00, 6:00, 9:00, 12:00, 15:00 and 18:00.
As you can see, -n distributes the vidcaps all over the video while -i N starts at N and goes in increments of it up to the end.
You can set the aspect ratio of the video with -a. It is only required for anamorphic material and discouraged for the rest.
It can take either a floating point number (like 1.33 or 1.778) or a fraction (like 4/3 or 16/9). The latter is slightly preferable.
Plucene::Analysis::PorterStemFilter 1.25
Plucene::Analysis::PorterStemFilter - Porter stemming on the token stream. more>>
SYNOPSIS
# isa Plucene::Analysis:::TokenFilter
my $token = $porter_stem_filter->next;
This class transforms the token stream as per the Porter stemming algorithm.
Note: the input to the stemming filter must already be in lower case, so you will need to use LowerCaseFilter or LowerCaseTokenizer farther down the Tokenizer chain in order for this to work properly!
The Porter Stemmer implements Porter Algorithm for normalization of English words by stripping their extensions and is used to generalize the searches. For example, the Porter algorithm maps both search and searching (as well as searchnessing) to search such that a query for search will also match documents that contains the word searching.
Note that the Porter algorithm is specific to the English language and may give unpredictable results for other languages. Also, make sure to use the same analyzer during the indexing and the searching.
You can find more information on the Porter algorithm at www.tartarus.org/~martin/PorterStemmer.
A nice online demonstration of the Porter algorithm is available at www.scs.carleton.ca/~dquesnel/java/stuff/PorterApplet.html.
METHODS
next
my $token = $porter_stem_filter->next;
Returns the next input token, after being stemmed.
UVCView 20070607
UVCView project is a simple USB video camera viewer. more>>
Installation:
$ cd uvcview
$ ./autogen.sh (if needed)
$ ./configure
$ make
Enhancements:
- Code cleanup