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

Mpeg Encoder freeware
Filter: All | Freeware | Demo
 

Mpeg Encoder

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

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

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

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: 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: August 19, 2010 | Visits: 1.022

TwoLAME TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and portions of LAME. TwoLAME includes libtwolame, a fully thread-safe shared library with an API very similar to LAMEs..


Platforms: *nix

License: Freeware Size: 460.8 KB Download (106): TwoLAME Download

Added: March 14, 2010 | Visits: 1.041

MPEG::Audio::Frame MPEG::Audio::Frame is a class for weeding out MPEG audio frames out of a file handle. SYNOPSIS use MPEG::Audio::Frame; open FILE,"file.mp3"; while(my $frame = MPEG::Audio::Frame->read(*FILE)){ print $frame->offset(), ": ", $frame->bitrate(), "Kbps/", $frame->sample()/1000, "KHzn"; # or...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (115): MPEG::Audio::Frame Download

Added: January 25, 2010 | Visits: 876

BladeEnc MP3 Encoder BladeEnc is a MPEG 1 Layer III (MP3) encoder based on the ISO reference code. It makes MP3 files from AIFF, WAV and raw PCM files. It supports many bitrates, from 32 to 320 kbps. Best of all, it's completely free with source code available.


Platforms: Mac

License: Freeware Size: 595 KB Download (146): BladeEnc MP3 Encoder Download

Released: June 04, 2014  |  Added: June 12, 2014 | Visits: 1.628

WinX Free MPEG to 3GP Converter WinX Free MPEG to 3GP Converter is a free video conversion program which is committed to converting MPEG to 3GP formats for playing in 3GP compatible Mobile devices, such as Nokia, Motorola, etc. Moreover, it enables user to take snapshot from stream MPEG video to save as PNG. Armed with...


Platforms: Windows, Windows 7

License: Freeware Size: 29.78 MB Download (659): WinX Free MPEG to 3GP Converter Download

< 1 2 3 4 5 >