Video Conference Flash Plugins 0.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Video Conference Flash Plugins 0.4 (Default branch)
# 1  
Old 08-11-2008
Video Conference Flash Plugins 0.4 (Default branch)

Image Video Conference Flash Plugins provides Flash/ActionScript 3 plugins that provide the minimum functionality for accessing a webcam and video - live or recorded - from a Flash Media Server such as OSflash Red5, FMS, or tape/rtmpy. The plugins take "FlashVars" parameters to control almost everything. They can be used to create video conferencing Web sites, video chat sites, or YouTube clones. License: GNU General Public License v2 Changes:
receiveVideo has an experimental playback shuttle, which performs as badly as other flash playback shuttles on Linux (badly). Single-click on the position slider fails, but dragging works fine. It is released (as experimental) out of curiosity in case it works under Windows. Play/stop/pause/resume buttons have been added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
gif2swf(1)							     swftools								gif2swf(1)

NAME
gif2swf - Takes a number of gif files and converts them to a swf movie, one picture per frame. Synopsis gif2swf [-X width] [-Y height] [-o file.swf] [-r rate] file1.gif [file2.gif ...] DESCRIPTION
This tools converts gif image files into an SWF animation. It takes any number of input pictures, and converts them to SWF one-by-one, where every converted picture is a separate frame in the target SWF. OPTIONS
-r, --rate framerate Set movie framerate (frames per second) -o, --output filename Explicitly specify output file. (Otherwise, output will go to stdout / output.swf) -z, --zlib zlib Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be smaller, but not playable in Flash Plugins of Version 5 and below. -l, --loop loop count Set loop count. (default: 0 [=infinite loop]) -X, --pixel width Force movie width to width (default: autodetect) -Y, --pixel height Force movie height to height (default: autodetect) -v, --verbose level Set verbose level (0=quiet, 1=default, 2=debug) -C, --cgi For use as CGI- prepend http header, write to stdout -V, --version Print version information and exit gif2swf February 2012 gif2swf(1)