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

Mpeg File Parser freeware
Filter: All | Freeware | Demo
 

Mpeg File Parser

< 1 2 3 4 5 > 
Added: May 16, 2010 | Visits: 589

Libcfu Libcfu is a library of tools that I have found useful, particularly when developing multithreaded software. It includes a hash table, a linked list, self-extending strings, a config file parser, a simple timer, a thread queue, and command-line parser. Installation: The `configure shell script...



Platforms: *nix

License: Freeware Size: 194.56 KB Download (87): Libcfu Download

Added: February 02, 2010 | Visits: 810

FScript FScript is an extremely simple scripting language. Its intended use is as an embedded language in other Java programs. It is very simple to embed - it can be as simple as sub-classing one class to add your own functionality. However is not a complete programming language, as it has no library of...





Platforms: *nix

License: Freeware Size: 112.64 KB Download (86): FScript Download

Added: September 13, 2010 | Visits: 683

MonAMI MonAMI aims to be a standard place for monitoring services availability and performance, talking to many different monitoring systems whilst remaining easy to configure. MonAMI project has a plugin structure, making it easy to add new things to monitor, or integrate with new monitoring systems....


Platforms: *nix

License: Freeware Size: 204.8 KB Download (90): MonAMI Download

Added: November 09, 2010 | Visits: 1.977

Games::Go::SGF Games::Go::SGF is a Perl module that can parse and dissect Standard Go Format files. SYNOPSIS use Games::Go::SGF; my $sgf = new Games::Go::SGF($sgfdata); print "Game played on ".$sgf->date."n"; print $sgf->white. " (W) vs. ".$sgf->black." (B)n"; print "Board size: ".$sgf->size.". Komi:...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Games::Go::SGF Download

Added: November 22, 2010 | Visits: 1.061

Acme::OneHundredNotOut Acme::OneHundredNotOut is a raise of the bat, a tip of the hat. I have just released my 100th module to CPAN, the first time that anyone has reached that target. As some of you may know, I am getting ready to go back to college and reinvent myself from being a programmer into being a...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (95): Acme::OneHundredNotOut Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 415

Portable LogFusion Portable LogFusion application was developed to be a powerful log monitoring tool that makes parsing your logs easy. Take advantage of LogFusion's Row Highlighting and Text Filtering features to quickly filter your log and only show the relevant lines you are looking for. Use the Custom...


Platforms: Windows

License: Freeware Download (47): Portable LogFusion Download

Added: August 08, 2013 | Visits: 371

Pogolyn Pogolyn is a cross-platform 3D graphics engine intended to be easy-to-use and high performance, which also supports the features for game development, such as animation, input device handling and sound playing. Features Polygon and sprite rendering with scene graph Transparent objects...


Platforms: *nix

License: Freeware Size: 9.1 MB Download (36): Pogolyn Download

Added: August 18, 2013 | Visits: 631

ucview ucview is a video image capture application that uses the unicap toolkit. The project provides a simple way to parametrize the video device, can capture still images from the video stream, or record the stream as an MPEG file. By using unicap, it can access many different video capture devices...


Platforms: *nix

License: Freeware Size: 501.76 KB Download (45): ucview Download

Added: March 07, 2010 | Visits: 1.660

MultipartRequest File Upload parser MultipartRequest File Upload parser provides a HttpServletMultipartRequest class that extends the HttpServletRequestWrapper implementation to provide methods for handling multipart form data. The project supports Servlets using Java 1.2 or later. Whats New in This Release: - The API was...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (134): MultipartRequest File Upload parser 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.481

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: March 04, 2010 | Visits: 889

Test-Parser Test::Parser is a collection of parsers for different test output file formats. These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc. Test-Parser can also export tests in SpikeSources TRPI test description XML...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (95): Test-Parser Download

Added: May 17, 2010 | Visits: 912

Test::Parser Test::Parser is a collection of parsers for different test output file formats. These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc. Test::Parser can also export tests in SpikeSources TRPI test description XML...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (91): Test::Parser Download

Added: February 23, 2010 | Visits: 1.137

IAM OPML Parser Class IAM OPML Parser Class parses an OPML file (provided its URL) and returns an array. OPML (Outline Processor Markup Language) is an XML format for outlines. Originally developed by Radio UserLand as a native file format for an outliner application, it has since been adopted for other uses, the...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (106): IAM OPML Parser Class Download

Added: April 08, 2010 | Visits: 1.034

Language::Zcode::Parser Language::Zcode::Parser is a Perl module that reads and parses a Z-code file into a big Perl hash. SYNOPSIS # Create a Pure Perl Parser my $pParser = new Language::Zcode::Parser "Perl"; # If they didnt put ".z5" at the end, find it anyway $infile = $pParser->find_zfile($infile) || exit;...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (89): Language::Zcode::Parser Download

Added: March 14, 2010 | Visits: 1.040

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: August 16, 2012  |  Added: September 03, 2012 | Visits: 1.312

Viscom Store MPEG Merger Free AVI Merger, It can merge VOB, AVI, WMV, ASF, MPEG2, MPEG, MP4, AVCHD, DAT, MOV, FLV, F4V, 3GP, 3G2 files to VCD, SVCD, DVD, MPEG1, MPEG2 file. It can use different resize mode. e.g. Bilinear, Bicubic, Custom Nearest.


Platforms: Windows

License: Freeware Size: 15.16 MB Download (115): Viscom Store MPEG Merger Download

Added: February 17, 2010 | Visits: 1.260

X12::Parser::Readme X12::Parser::Readme is a Perl module for understanding configuration (cf) files for X12::Parser. X12 transactions ASC X12 standards define commonly used EDI transactions. The standards define a structure/format for exchange of EDI data. Each transaction type is called a "transaction set"....


Platforms: *nix

License: Freeware Size: 19.46 KB Download (115): X12::Parser::Readme Download

Released: October 10, 2013  |  Added: November 09, 2013 | Visits: 1.562

Leawo Free MPEG to MP4 Converter Leawo Free MPEG to MP4 Converter is a powerful and totally free video to mp4 converter that can easily convert all common and DRM protected videos to mp4 file, such as avi to mp4, mpeg to mp4, wmv to mp4, etc. This free mp4 converter also can convert video to audio file like video to MP3. Thus...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 40.67 MB Download (115): Leawo Free MPEG to MP4 Converter Download

Released: May 10, 2013  |  Added: June 13, 2013 | Visits: 1.732

Pic in Pic effect to MPEG Converter Free Picture in Picture Effect to MPEG Converter, It can input VOB, AVI, WMV, ASF, MPEG2, AVCHD, MPEG, MP4, DAT, MOV, FLV, F4V, 3GP, 3G2 files. Support define Picture in Picture position. Support output VCD, SVCD, DVD, MPEG1 and MPEG2 file.


Platforms: Windows

License: Freeware Size: 15.16 MB Download (117): Pic in Pic effect to MPEG Converter Download

< 1 2 3 4 5 >