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.474.725 Times

Media Info Exporter Powertoy freeware
Filter: All | Freeware | Demo
 

Media Info Exporter Powertoy

< 1 2 3 4 5 > 
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.202

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

Added: May 04, 2010 | Visits: 1.119

Exporter::Easy Exporter::Easy is a Perl module that takes the drudgery out of Exporting symbols. SYNOPSIS In module YourModule.pm: package YourModule; use Exporter::Easy ( OK => [ $munge, frobnicate ] # symbols to export on request ); In other files which wish to use YourModule: use ModuleName...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): Exporter::Easy Download

Added: July 11, 2010 | Visits: 1.966

Beep Media Player RSS feed provider Beep Media Player RSS feed provider is a tool for generating RSS feeds of songs played by BMP. bmp-rss-feeder is a plugin for the Beep Media Player that makes it possible to publish an RSS feed containing the names of recently played songs. The feed can be published both locally and on the...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (115): Beep Media Player RSS feed provider Download

Added: February 11, 2010 | Visits: 976

SNMP::Info::Layer3::N1600 SNMP::Info::Layer3::N1600 is a Perl5 Interface to Nortel 16XX Network Devices. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $n1600 = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost => myswitch,...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): SNMP::Info::Layer3::N1600 Download

Added: February 18, 2010 | Visits: 883

AT Media Page AT Media Page provides a simple and easy to use Plone Page which can contain ATImages..


Platforms: *nix

License: Freeware Size: 19.46 KB Download (87): AT Media Page Download

Added: August 06, 2010 | Visits: 926

KuSys-Info KuSys-Info is a Ku(buntu) Sys(tem)-Info. KuSys-Info karamba applet is based on transwhite. I adapted it a bit and modified it so that it fits to my system and themes. Detection of OS is not automatically right now, so you probably have to adapt the script. To change to the right network...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (96): KuSys-Info Download

Added: August 27, 2010 | Visits: 1.087

Thunar Media Tags Plugin Thunar Media Tags Plugin (thunar-media-tags-plugin) adds special features for media files to the Thunar File Manager..


Platforms: *nix

License: Freeware Size: 276.48 KB Download (99): Thunar Media Tags Plugin Download

Added: September 19, 2010 | Visits: 1.541

Open Media Collectors Database Open Media Collectors Database project (OpenDb) is a PHP and MySQL based inventory application that allows you to easily catalog and lend media-related items, including DVD, VCD, CD, VHS, games, books, and laser discs. There are also quite a few Contributed item types available, and if thats...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (124): Open Media Collectors Database Download

Added: June 20, 2010 | Visits: 1.115

Station Info Station Info program searches for and displays AM, FM, and TV station entries from databases supplied by the US Federal Communications Commission (also known as the FCC). The station-info program provides many ways of selecting a collection of stations for display, and several criteria by which...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (115): Station Info Download

Added: July 13, 2010 | Visits: 1.022

Common Media Input Layer 0.91 Common Media Input Layer (CMIL) is an C++ OO framework designed to improve the state of cross-platform input handling in games and other similar applications. CMIL was created out of the belief that the methods used in most media APIs perform input handling in a confusing, difficult, inflexible...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (97): Common Media Input Layer 0.91 Download

Added: April 26, 2010 | Visits: 1.464

MP4::Info MP4::Info is a Perl module that can fetch info from MPEG-4 files (.mp4, .m4a, .m4p, .3gp). SYNOPSIS #!perl -w use MP4::Info; my $file = Pearls_Before_Swine.m4a; my $tag = get_mp4tag($file) or die "No TAG info"; printf "$file is a %s trackn", $tag->{GENRE}; my $info =...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (113): MP4::Info Download

Added: August 15, 2010 | Visits: 1.301

Transfer to Media Device Transfer to Media Device is a script that creates a new Playlist Right Click Menu item for transferring selected playlist items to your iPod via the Media Device Browser. This script now also supports generic copy to operation for USB mass storage devices. Currently the script will prompt for a...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Transfer to Media Device Download

Added: January 26, 2010 | Visits: 995

SNMP::Info::Layer2::C2900 SNMP::Info::Layer2::C2900 is a SNMP Interface to Cisco Catalyst 2900 Switches running IOS. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $c2900 = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost =>...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): SNMP::Info::Layer2::C2900 Download

Added: January 02, 2010 | Visits: 1.015

Easy Media Desktop Easy Media Desktop is meant as a user-friendly interface to working with different types of media. Its primarily designed to be used by mobility impaired users that may be using a specialized interface that allows special switches to send signals to a PC as mouse clicks.. kavlon coloring book...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (99): Easy Media Desktop Download

Added: May 10, 2013 | Visits: 1.191

NewsCloud Media Platform NewsCloud is an open source media platform for citizen journalism and the social news network.


Platforms: Windows, Mac, *nix, PHP, BSD

License: Freeware Download (103): NewsCloud Media Platform Download

Added: February 26, 2010 | Visits: 1.528

Amazing Media Browser Amazing Media Browser automatically searches for all embed objects in a website and shows you a list of the source links. You can then conveniently browse through each link to see the content of the source file. These usually are a Flash movie, a Window Media movie or a mp3 file link. It can...


Platforms: *nix

License: Freeware Size: 256 KB Download (104): Amazing Media Browser Download

Added: February 06, 2010 | Visits: 1.196

Sofa Media Center Sofa is a media center aimed at easy usage for GNOME. Sofa is a media center aimed at easy usage, minimal configuration and total integration with the Gnome desktop environment and existing multimedia applications. The project has a modular architecture. Two modules exists as of now:...


Platforms: *nix

License: Freeware Size: 829.44 KB Download (157): Sofa Media Center Download

Added: February 02, 2010 | Visits: 984

GNOME Media GNOME media is a collection of utilities for simple multimedia handling on the GNOME desktop. It contains a volume control application, a control application for selecting your sound and video card to be used by media players, a CD player, a sound recorder, a CDDB configuration utility and...


Platforms: *nix

License: Freeware Size: 4 MB Download (97): GNOME Media Download

< 1 2 3 4 5 >