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

Mpeg Joiner Splitter freeware
Filter: All | Freeware | Demo
 

Mpeg Joiner Splitter

< 1 2 3 4 5 > 
Released: August 11, 2005  |  Added: May 14, 2006 | Visits: 4.394

Free Mailing List Splitter Free Mailing List Splitter, is a full featured professional mailinglist manager software. It splits huge email lists into smaller ones.



Platforms: Windows

License: Freeware Size: 703 KB Download (707): Free Mailing List Splitter Download

Added: February 27, 2006 | Visits: 12.976

Adsen File Splitter Adsen File Splitter is a basic file splitter. It has settings for splitting for floppies, small email, good size email and big files along with custom size. After splitting a file, you simply just click join files to return the file to its normal size.





Platforms: Windows

License: Freeware Size: 606 KB Download (2531): Adsen File Splitter Download

Added: February 20, 2006 | Visits: 7.572

Video Splitter for Video Conference Video Splitter for Video Conference & Chat Capture Driver allows you to easily multiply your web-camera video in any conferensing software like Aol, Aim, ICQ, Yahoo, MSN, Skype, Camfrog, e.t.c.


Platforms: Windows

License: Freeware Size: 3.39 MB Download (868): Video Splitter for Video Conference Download

Released: February 19, 2014  |  Added: March 03, 2014 | Visits: 5.283

Acala AVI DivX MPEG XviD VOB to PSP Acala AVI DivX MPEG XviD VOB to PSP is a professional PSP movies converter software, it design for anyone who wants to enjoy the most pop movies from internet on PSP. With Acala AVI DivX MPEG XviD VOB to PSP , you are able to convert all favorite movies onto your PSP and watch them wherever and...


Platforms: Windows, Windows 7

License: Freeware Size: 18.34 MB Download (203): Acala AVI DivX MPEG XviD VOB to PSP Download

Released: June 19, 2008  |  Added: June 27, 2008 | Visits: 2.317

MPEG SMR Editor and Viewer Music Editor and Viewer for MPEG SMR format, Music editing external for Max MSP based on MPEG SMR format, Cooperative support for Max MSP for multimodal applications, Chord Editor, many examples and patches for Max MSP.maestro.org for additional information and documentation


Platforms: Windows

License: Freeware Size: 34.76 MB Download (1258): MPEG SMR Editor and Viewer Download

Released: August 08, 2008  |  Added: August 14, 2008 | Visits: 10.580

Medieval CUE Splitter CUE Splitter is a freeware tool that split a single big audio track, mostly an album or a compilation, into the relative individual audio tracks, using informations contained in the associated "CUE" file. Sometimes you can find a big compressed audio file (for example MP3, APE, FLAC, OGG, WAV,...


Platforms: Windows

License: Freeware Size: 1.26 MB Download (2513): Medieval CUE Splitter Download

Added: August 20, 2008 | Visits: 9.730

Free Video Cutter and Splitter Indepth Video Cutter and Splitter is a powerfull video editing program that can cut and save a region from any video file, Split the movie file into two parts at a certain scene and save them as two movies, save any frame from the movie as an image (many images formats supported). The program supports...


Platforms: Windows

License: Freeware Size: 13.85 KB Download (3413): Free Video Cutter and Splitter Indepth Download

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: October 14, 2012  |  Added: October 31, 2012 | Visits: 1.746

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

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

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

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

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

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

< 1 2 3 4 5 >