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

Ht Mpeg Encoder Powered Co freeware
Filter: All | Freeware | Demo
 

Ht Mpeg Encoder Powered Co

< 1 2 3 4 5 > 
Added: August 09, 2008 | Visits: 2.060

Sothink Flash Video Encoder Command-Line 1.1 Build Sothink Video Encoder for Adobe Flash Command-Line version lets you use the encoder for batch conversions, server applications/scripts (PHP, ASP, PERL and etc.), or other certain task when you would prefer the program to accomplish it automatically without the graphical user interface. Sothink...



Platforms: Windows

License: Freeware Size: 4.88 KB Download (151): Sothink Flash Video Encoder Command-Line 1.1 Build Download

Released: April 08, 2009  |  Added: April 22, 2009 | Visits: 2.239

Cool 3GP To MPEG Converter 3GP To MPEG Converter is a very easy to use video conversion software. It can convert almost any video with 3GP extension. It can convert multiple videos at once. The interface is too simple. It also has advanced options which allows you to set bitrate, framerate, frame size, aspect ratio, also...





Platforms: Windows

License: Freeware Size: 2.72 MB Download (1147): Cool 3GP To MPEG Converter Download

Released: October 14, 2012  |  Added: October 31, 2012 | Visits: 1.738

ZC DVD to Mpeg Converter ZC DVD to Mpeg Converter is not noly a fast and easy-to-use DVD Ripper program, but also a DVD Player and DVD Recorder program, which can play dvd, record the DVD movie you are watching, convert DVD title and chapter, transcode to Mpeg movie format including mpeg1, mpeg2, mpeg4. It is the best...


Platforms: Windows

License: Freeware Size: 11.96 MB Download (158): ZC DVD to Mpeg Converter Download

Added: September 12, 2010 | Visits: 1.192

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.179

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: May 18, 2010 | Visits: 1.323

iPod Video Encoder iPod Video Encoder is a command line tool for convenient encoding of video files for use on iPod video. iPod Video Encoder project uses the ffmpeg tool for the actual encoding. It features recursive encoding of all files in a directory, and generating a podcast.xml file for convenient use in...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): iPod Video Encoder Download

Added: April 04, 2010 | Visits: 834

MPEG::LibMPEG3 MPEG::LibMPEG3 is a Perl interface to libmpeg3 module. SYNOPSIS use strict; use MPEG::LibMPEG3; my $mpeg = MPEG::LibMPEG3->new( $filename ); $mpeg->set_cpus(1); ## I only have 1 cpu but you can put whatever $mpeg->set_mmx(1); ## but it has mmx instructions printf "Audio Streams: %dn",...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (104): MPEG::LibMPEG3 Download

Added: July 20, 2010 | Visits: 1.081

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.483

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: June 18, 2010 | Visits: 911

MPEG::MP3Info MPEG::MP3Info is a Perl module to manipulate / fetch info from MP3 audio files. This is just a wrapper around MP3::Info now. A wrapper module is included so scripts calling MPEG::MP3Info (the old name) will still work. This archive can always be obtained from:...


Platforms: *nix

License: Freeware Size: 96.26 KB Download (120): MPEG::MP3Info Download

Added: June 04, 2010 | Visits: 1.459

SDL::MPEG SDL::MPEG is a SDL perl extension. SYNOPSIS $info = new SDL::MPEG -from => $mpeg; SDL::MPEG provides an interface to quering the status of a SMPEG stream. METHODS SDL::MPEG::has_audio returns true if it has audio track SDL::MPEG::has_video returns true if it has a video track...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (225): SDL::MPEG Download

Added: August 17, 2010 | Visits: 1.314

Audio::TagLib::MPEG::File Audio::TagLib::MPEG::File is an MPEG file class with some useful methods specific to MPEG. SYNOPSIS use Audio::TagLib::MPEG::File; my $i = Audio::TagLib::MPEG::File->new("sample file.mp3"); print $i->tag()->artist()->toCString(), "n"; # got artist This implements the generic...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (124): Audio::TagLib::MPEG::File Download

Added: January 08, 2010 | Visits: 1.029

Audio::TagLib::MPEG::XingHeader Audio::TagLib::MPEG::XingHeader is an implementation of the Xing VBR headers. SYNOPSIS use Audio::TagLib::MPEG::XingHeader; my $i = Audio::TagLib::MPEG::XingHeader->new($data); print $i->isValid() ? "valid" : "invalid", "n"; This is a minimalistic implementation of the Xing VBR headers....


Platforms: *nix

License: Freeware Size: 1.4 MB Download (116): Audio::TagLib::MPEG::XingHeader Download

Added: May 02, 2010 | Visits: 1.205

Audio::TagLib::MPEG::Properties Audio::TagLib::MPEG::Properties is an implementation of audio property reading for MP3. SYNOPSIS use Audio::TagLib::MPEG::Properties; my $f = Audio::TagLib::MPEG::File->new("sample file.mp3"); my $i = $f->audioProperties(); print $i->layer(), "n"; # got 3 This reads the data from an...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (101): Audio::TagLib::MPEG::Properties Download

Added: September 26, 2010 | Visits: 1.433

Audio::TagLib::MPEG::Header Audio::TagLib::MPEG::Header is an implementation of MP3 frame headers. SYNOPSIS use Audio::TagLib::MPEG::Header; my $i = Audio::TagLib::MPEG::Header->new($data); This is an implementation of MPEG Layer III headers. The API follows more or less the binary format of these headers. Refer to...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (129): Audio::TagLib::MPEG::Header Download

Added: June 06, 2010 | Visits: 1.170

ht://Check ht://Check is more than a link checker. Its a console application written for GNU/Linux systems in C++ and derived from the best search engine available on the Internet for free: ht://Dig. It is very useful for Webmasters who want to control and monitor their Websites, in order to discover...


Platforms: *nix

License: Freeware Size: 901.12 KB Download (93): ht://Check Download

Added: July 10, 2010 | Visits: 1.525

ht://Miner ht://Miner is a system for Web usage mining and data warehousing that allows for the discovery of knowledge from data (KDD) regarding usage on the Web, such as unique visitors, sessions, and transactions. The information is then organized in the PostgreSQL RDMBS.. ht://Check is a linux console...


Platforms: *nix

License: Freeware Size: 1024 KB Download (100): ht://Miner Download

Added: November 17, 2010 | Visits: 5.875

Powered by Powered by Linux is a KDM theme created after a wallpaper of the same name. It was tested on KDE 3.5.6.. Powered by Linux KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens K-Jofol IceWM Kaiman News Forum GUI Polls...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (106): Powered by Download

Added: March 09, 2010 | Visits: 1.086

MPEG::MP3Play MPEG::MP3Play is a Perl extension for playing back MPEG music. SYNOPSIS use MPEG::MP3Play; my $mp3 = new MPEG::MP3Play; $mp3->open ("test.mp3"); $mp3->play; $mp3->message_handler; This Perl module enables you to playback MPEG music. This README and the documention cover version 0.15...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (323): MPEG::MP3Play Download

Added: February 11, 2010 | Visits: 2.410

The Powered Access Bible The Powered Access Bible is a tool to allow free and effective access to the Bible. This project is especially good at finding which verses contain a given word, and then easily reading those verses in full context. (This is a tool to find what the Bible says about something, and read it in...


Platforms: *nix

License: Freeware Size: 4.8 MB Download (150): The Powered Access Bible Download

< 1 2 3 4 5 >