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

Mpeg Converting freeware
Filter: All | Freeware | Demo
 

Mpeg Converting

< 1 2 3 4 5 > 
Released: April 08, 2009  |  Added: April 22, 2009 | Visits: 2.246

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: February 26, 2013  |  Added: March 25, 2013 | Visits: 4.248

WinX Free PSP Video Converter Free PSP video converter that converts videos to PSP from AVI, FLV, WMV, MOV WinX Free PSP Video Converter is a free video converter that converts videos to PSP from AVI, FLV, WMV, MOV, MPEG, etc. This free video converting software help you convert AVI, RM, RMVB, MPEG1/2, MP4, 3GP, 3G2,...





Platforms: Windows

License: Freeware Size: 7.79 MB Download (350): WinX Free PSP Video Converter Download

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

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.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 04, 2010 | Visits: 839

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

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: 918

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

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

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

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 (122): Audio::TagLib::MPEG::XingHeader Download

Added: May 02, 2010 | Visits: 1.213

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 (102): Audio::TagLib::MPEG::Properties Download

Added: September 26, 2010 | Visits: 1.440

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

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: April 17, 2010 | Visits: 1.025

Audio::MPEG Audio::MPEG is a Perl module for encoding and decoding of MPEG Audio (MP3). SYNOPSIS use Audio::MPEG; Audio::MPEG is a Perl interface to the LAME and MAD MPEG audio Layers I, II, and III encoding and decoding libraries. Rationale I have been building a fairly extensive MP3 library, and...


Platforms: *nix

License: Freeware Size: 57 MB Download (92): Audio::MPEG Download

Added: July 22, 2010 | Visits: 1.701

MPEG-2 Video Tools mpeg2videotools is a C library and set of tools for encoding, decoding, verification and analysis of MPEG-2 video. It supports 422 Profile and High Profile bitstreams. A PSNR tool is included for comparing uncompressed video to encoded MPEG-2 video. The library will provide a C API and be...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (128): MPEG-2 Video Tools Download

Added: March 14, 2010 | Visits: 1.045

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

Released: September 23, 2014  |  Added: October 13, 2014 | Visits: 4.318

WinX Free DVD to MPEG Ripper WinX Free DVD to MPEG Ripper brings you with a totally free DVD to MPEG ripping solution. It lets you rest assured that all kinds of DVDs can be compressed and converted to high quality MPEG video. With this DVD to MPEG converter freeware, backing up DVD to hard drive as MPEG video file (support...


Platforms: Windows, Windows 7

License: Freeware Size: 30.47 MB Download (1459): WinX Free DVD to MPEG Ripper Download

Released: March 28, 2011  |  Added: April 02, 2011 | Visits: 1.576

iovSoft Free Video to iPod Converter iovSoft Free Video to iPod Converter is an expert for converting video formats such as AVI, FLV, H.264/MPEG-4 AVC, MOV, WMV, MPEG-2, MKV, RMVB to iPod video. Extract audio from video and convert them to iPod MP3 audio. Capture stills from video when you preview is also a good way to save some...


Platforms: Windows

License: Freeware Size: 15.36 MB Download (190): iovSoft Free Video to iPod Converter Download

< 1 2 3 4 5 >