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 49.592.605 Times

Mobi Info Edit Led software
Filter: All | Freeware | Demo
 

Mobi Info Edit Led

< 1 2 3 4 5 > 
Added: March 10, 2010 | Visits: 1.279

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 (112): Video::Info::ASF Download

Added: March 27, 2010 | Visits: 995

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 (98): Video::Info::FOO Download

Added: February 23, 2010 | Visits: 1.034

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 (145): Video::Info::RIFF Download

Added: August 02, 2010 | Visits: 1.189

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 (92): Video::Info::Magic Download

Added: November 04, 2010 | Visits: 1.355

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 (104): Video::Info Download

Added: September 12, 2010 | Visits: 1.184

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 (95): Video::Info::MPEG::Constants Download

Added: September 17, 2010 | Visits: 1.169

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 (90): Video::Info::MPEG::System Download

Added: April 24, 2010 | Visits: 1.227

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 (98): PC-Info Download

Added: July 20, 2010 | Visits: 1.077

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 (107): MPEG::Info Download

Added: September 18, 2010 | Visits: 1.471

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 (93): Video::Info::MPEG Download

Added: March 07, 2010 | Visits: 1.458

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 (94): MP3::Info Download

Added: February 05, 2010 | Visits: 1.747

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 (122): FLV::Info Download

Added: November 24, 2010 | Visits: 1.006

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 (100): AudioFile::Info::MP3::Info Download

Added: May 17, 2010 | Visits: 1.193

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 (99): AudioFile::Info::MP3::Tag Download

Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 1.260

Strings edit Strings edit is a library that provides I/O facilities for integer, floating-point, Roman numbers, and strings. Both input and output subroutines support string pointers for consequent stream processing. The output can be aligned in a fixed size field with padding. Numeric input can be checked...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (95): Strings edit Download

Added: February 11, 2010 | Visits: 963

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 (91): SNMP::Info::Layer3::N1600 Download

Added: August 06, 2010 | Visits: 916

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 (95): KuSys-Info Download

Added: June 12, 2010 | Visits: 1.044

RTx::RT34::Bulk::CF::Edit RTx::RT34::Bulk::CF::Edit is a Perl module to allow bulk editing of custom fields..


Platforms: *nix

License: Freeware Size: 14.34 KB Download (94): RTx::RT34::Bulk::CF::Edit Download

Added: June 20, 2010 | Visits: 1.105

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 (109): Station Info Download

Added: April 26, 2010 | Visits: 1.452

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

< 1 2 3 4 5 >