Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.468.327 Times

Aviary Info software
Filter: All | Freeware | Demo
 

Aviary Info

1 2 3 4 5 > 
Released: December 10, 2006  |  Added: December 10, 2006 | Visits: 2.849

Info Angel You can manage your daily notes, create a database of personal and professional contacts, organize your time and much more. Info Angel supports rich text and images, so you can add pictures to your entries and also customize the text formatting. Additional features include password...



Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 3.54 MB Download (222): Info Angel Download

Added: June 10, 2006 | Visits: 3.274

Info Angel Pro Info Angel Pro is a popular organizer (pim) that combines a notebook, a contact book, an organizer and a bookmark manager into a single interface. You can manage your daily notes, create a database of personal and professional contacts, organize your time, store links to both local documents and...





Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 2.85 MB Download (556): Info Angel Pro Download

Added: October 15, 2006 | Visits: 2.758

Full Image Info Full Image Info is an easy to use program targeted to view and retrieve information about images and photos taken with digital cameras. Many common image formats are supported including JPEG, TIFF, BMP, GIF, JPEG2000, PCX, CUR, ICO, PNG, TGA, PXM, and a variety of information can be retrieved...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 922 KB Download (111): Full Image Info Download

Released: June 18, 2008  |  Added: April 27, 2010 | Visits: 1.718

VisioForge Video Info SDK VisioForge Video Info is a Delphi control that allows programmers to easily get information from any video file. Features: Input formats: - AVI - MPEG1, MPEG2, MPEG4 - QuickTime (MOV, QT, 3GP, 3G2) - RealMedia - Matroska (MKV) - Ogg Media (OGM)...


Platforms: Windows, Windows CE

License: Shareware Cost: $45.00 USD Size: 3.92 MB Download (121): VisioForge Video Info SDK Download

Released: December 15, 2011  |  Added: December 22, 2011 | Visits: 4.547

Dynamic Info Screen Dynamic Info Screen is a program for creating digital signage solutions using standard PC computers running Windows. An info screen project consists of one or more scenes where each scene can be made of different media objects showing various types of information. Those objects include a slide...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 8.23 MB Download (793): Dynamic Info Screen Download

Added: June 15, 2010 | Visits: 1.262

Video::Info::MPEG::Video Video::Info is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with the Video::Info...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (104): Video::Info::MPEG::Video Download

Added: March 10, 2010 | Visits: 1.293

Video::Info::ASF Video::Info::ASF is a Perl module for ASF files for attributes like: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::ASF; my $video; $video = Video::Info::ASF->new(-file=>$filename); #like this $video->vcodec; #video codec...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (118): Video::Info::ASF Download

Added: March 27, 2010 | Visits: 1.004

Video::Info::FOO Video::Info::FOO is a Perl module for video information. Video::Info::FOO - what is it useful for? an example list: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::FOO; my $video; $video->vcodec; #video codec $video->acodec;...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (103): Video::Info::FOO Download

Added: February 23, 2010 | Visits: 1.046

Video::Info::RIFF Video::Info::RIFF is a Perl module that can probe DivX and AVI files for attributes like: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::RIFF; my $video; $video = Video::Info::RIFF->new(-file=>$filename); #like this $video =...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (151): Video::Info::RIFF Download

Added: August 02, 2010 | Visits: 1.199

Video::Info::Magic Video::Info::Magic can resolve video filetype if possible. SYNOPSIS use strict; use Video::Info::Magic qw(:all); my $type = divine(/path/to/video.mpg ); print $type; #MPEG system stream data (maybe) ## ... see methods below EXPORT various constants related to video file formats....


Platforms: *nix

License: Freeware Size: 634.88 KB Download (98): Video::Info::Magic Download

Added: November 04, 2010 | Visits: 1.367

Video::Info Video::Info can retrieve video properties such as: height width codec fps. SYNOPSIS use Video::Info; my $info = Video::Info->new(-file=>my.mpg); $info->fps(); $info->aspect(); ## ... see methods below Video::Info is a factory class for working with video files. When you create a new...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (110): Video::Info Download

Added: September 12, 2010 | Visits: 1.197

Video::Info::MPEG::Constants Video::Info::MPEG::Constants is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (101): Video::Info::MPEG::Constants Download

Added: September 17, 2010 | Visits: 1.186

Video::Info::MPEG::System Video::Info::MPEG::System is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with the...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (96): Video::Info::MPEG::System Download

Added: April 24, 2010 | Visits: 1.240

PC-Info PC-Info project is a Server-Client Software using the Adaptive Communication Environment (ACE). Server uses KDE/QT to show the client data. Cmd-line is also possible. Until now the Client can submit IP/Port, Hostname and CPU-Model information. Installation: The simplest way to compile...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (104): PC-Info Download

Added: July 20, 2010 | Visits: 1.087

MPEG::Info MPEG::Info is a basic MPEG bitstream attribute parser. SYNOPSIS use strict; use MPEG::Info; my $video = MPEG::Info->new( -file => $filename ); $video->probe(); print $file->type; ## MPEG ## Audio information print $file->acodec; ## MPEG Layer 1/2 print $file->acodecraw; ## 80 print...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (113): MPEG::Info Download

Added: September 18, 2010 | Visits: 1.490

Video::Info::MPEG Video::Info::MPEG is a basic MPEG bitstream attribute parser. SYNOPSIS use strict; use Video::Info::MPEG; my $video = Video::Info::MPEG->new( -file => $filename ); $video->probe(); print $file->type; ## MPEG ## Audio information print $file->acodec; ## MPEG Layer 1/2 print...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (99): Video::Info::MPEG Download

Added: March 07, 2010 | Visits: 1.467

MP3::Info MP3::Info is a Perl module that can manipulate / fetch info from MP3 audio files. SYNOPSIS #!perl -w use MP3::Info; my $file = Pearls_Before_Swine.mp3; set_mp3tag($file, Pearls Before Swine, q"77s", Sticks and Stones, 1990, q"(c) 1990 77s LTD.", rock & roll); my $tag =...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (100): MP3::Info Download

Added: February 05, 2010 | Visits: 1.766

FLV::Info FLV::Info is an extract metadata from Flash Video files. SYNOPSIS use FLV::Info; my $reader = FLV::Info->new(); $reader->parse(video.flv); my %info = $reader->get_info(); print "$info{video_count} video framesn"; print $reader->report(); This module reads Macromedia FLV files and...


Platforms: *nix

License: Freeware Size: 737.28 KB Download (128): FLV::Info Download

Added: November 24, 2010 | Visits: 1.014

AudioFile::Info::MP3::Info AudioFile::Info::MP3::Info is a Perl extension to get info from MP3 files. This is a plugin for AudioFile::Info which uses MP3::ID3Lib to get data about MP files. See AudioFile::Info for more details. METHODS new Creates a new object of class AudioFile::Info::MP3::Info. Usually called...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (106): AudioFile::Info::MP3::Info Download

Added: May 17, 2010 | Visits: 1.201

AudioFile::Info::MP3::Tag AudioFile::Info::MP3::Tag is a Perl extension to get info from MP3 files. This is a plugin for AudioFile::Info which uses MP3::Tag to get or set data about MP3 files. METHODS new Creates a new object of class AudioFile::Info::MP3::Tag. Usually called by AudioFile::Info::new..


Platforms: *nix

License: Freeware Size: 3.07 KB Download (105): AudioFile::Info::MP3::Tag Download

1 2 3 4 5 >