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

Converting Vbr software
Filter: All | Freeware | Demo
 

Converting Vbr

< 1 2 3 4 5 > 
Added: October 06, 2010 | Visits: 705

XMLNews::HTMLTemplate XMLNews::HTMLTemplate is Perl module for converting NITF to HTML. SYNOPSIS use XMLNews::HTMLTemplate; my $template = new XMLNews::HTMLTemplate(); $template->readTemplate("mytemplate.html"); $template->applyTemplate("output.html", "story.xml", "story.rdf"); NOTE: this module requires... Platforms: *nix

License: Freeware Size: 9.22 KB Download (106): XMLNews::HTMLTemplate Download

Added: January 08, 2010 | Visits: 1.037

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: October 26, 2010 | Visits: 716

Tableutil Tableutil is a utility for converting, aggregating and performing operations (currently unions, differences, complements and intersections) on lists of IP-addresses. Tableutils primary use is to convert files into a format pfctl(8) can read, but if you find another use for it Id really like to... Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): Tableutil Download

Added: November 06, 2010 | Visits: 1.703

XML::Excel XML::Excel is a Perl extension converting Excel files to XML. SYNOPSIS use XML::Excel; $excel_obj = XML::Excel->new(); $excel_obj = XML::Excel->new(%attr); $status = $excel_obj->parse_doc(file_name); $status = $excel_obj->parse_doc(file_name, %attr); $excel_obj->declare_xml(%attr);... Platforms: *nix

License: Freeware Size: 10.24 KB Download (112): XML::Excel Download

Added: January 22, 2010 | Visits: 1.391

XML::CSV XML::CSV is a Perl extension converting CSV files to XML. SYNOPSIS use XML::CSV; $csv_obj = XML::CSV->new(); $csv_obj = XML::CSV->new(%attr); $status = $csv_obj->parse_doc(file_name); $status = $csv_obj->parse_doc(file_name, %attr); $csv_obj->declare_xml(%attr);... Platforms: *nix

License: Freeware Size: 7.17 KB Download (134): XML::CSV Download

Added: November 08, 2010 | Visits: 1.133

GSubEdit GSubEdit, or GNOME Subtitle Editor, is a tool for editing and converting DivX ;-) subtitles. It currently features read/write of SubRip (.srt) and MicroDVD (.sub) subtitles. Framerate conversion and frame displacement (Increase/decrease all frames by a given offset) is also supported.. A... Platforms: *nix

License: Freeware Size: 79.87 KB Download (118): GSubEdit Download

Added: November 14, 2010 | Visits: 1.168

Convert::Addressbook::Mozilla2Blackberry Convert::Addressbook::Mozilla2Blackberry is a Perl extension for converting a CSV comma delimited addressbook from Mozilla to Blackbery csv import format. SYNOPSIS use Mozilla::Mork; use Convert::Addressbook::Mozilla2Blackberry; #get the file from the command line or quit with an error... Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Convert::Addressbook::Mozilla2Blackberry Download

Added: July 09, 2010 | Visits: 1.474

Convert::Cyrillic Convert::Cyrillic is a Perl module with routines for converting from one cyrillic charset to another. SYNOPSIS use Convert::Cyrillic; $src = koi8; $dst = win; $SrcBuf = text in koi8 here; $DstBuf = Convert::Cyrillic::cstocs ($Src, $Dst, $SrcBuf); This package implements routine for... Platforms: *nix

License: Freeware Size: 24.58 KB Download (229): Convert::Cyrillic Download

Added: April 27, 2010 | Visits: 1.084

MP3c MP3c is a special program for converting audio-cds to ogg/mp3-format. It is a frontend for every grab-program and mp3-encoder. Nearly every program should be supported. MP3c has two different run-modes: An interactive mode with a menu-enviroment (based on curses-lib), which can used on... Platforms: *nix

License: Freeware Size: 204.8 KB Download (100): MP3c Download

Added: September 20, 2013 | Visits: 1.884

Perl Audio Converter Perl Audio Converter is a tool for converting multiple audio types from one format to another. It supports AAC, AC3, AIFF, APE, AU, AVR, BONK, CAF, CDR, FAP, FLA, FLAC, IRCAM, LA, LPAC, M4A, MAT, MAT4, MAT5, MMF, MP2, MP3, MP4, MPC, MPP, NIST, OFR, OFS, OGG, PAC, PAF, PVF, RA, RAM, RAW, SD2, SF,... Platforms: *nix

License: Freeware Size: 112.64 KB Download (289): Perl Audio Converter Download

Added: August 01, 2010 | Visits: 585

LRpt::XMLReport LRpt::XMLReport is a Perl module for converting outputs generated by LReport tools to XML format. SYNOPSIS lrptxml.pl --selects=selects.txt --keys_file=keys.txt data lrptxml.pl --diffs --selects=selects.txt --keys_file=rkeys.txt diffs.txt LRpt::XMLReport is a part of LRpt (LReport)... Platforms: *nix

License: Freeware Size: 83.97 KB Download (89): LRpt::XMLReport Download

Added: November 19, 2010 | Visits: 731

Convert::Bencode Convert::Bencode are functions for converting to/from bencoded strings. SYNOPSIS use Convert::Bencode qw(bencode bdecode); my $string = "d4:ainti12345e3:key5:value4:type4:teste"; my $hashref = bdecode($string); foreach my $key (keys(%{$hashref})) { print "Key: $key, Value:... Platforms: *nix

License: Freeware Size: 10.24 KB Download (112): Convert::Bencode Download

Added: March 17, 2010 | Visits: 1.002

st st software is a simple XSL-stylesheet for converting some texts into PDF-files. It tooks a structured XML-file as input and produces with the help of a Formatting Objects Processor a PDF-file. The st-stylesheet tries to support the most common used elements of modern text formatting. Whats... Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): st Download

Added: September 04, 2010 | Visits: 1.758

Time::Convert Time::Convert is a Perl interface to converting unix seconds to years, days, hours and minutes. SYNOPSIS use Time::Convert; my $convert = new Time::Convert; EXAMPLE use Time::Convert; my $convert = new Time::Convert; $REPLY = $convert->ConvertSecs(time); print($REPLY);. Platforms: *nix

License: Freeware Size: 2.05 KB Download (94): Time::Convert Download

Released: February 21, 2008  |  Added: March 16, 2010 | Visits: 2.058

Docsmartz Word To PDF converter DocSmartz word to PDF Conversion software can convert text documents to PDF files. You can convert to PDF any of your text documents easily with DocSmartz word to PDF Converter. Docsmartz retains the layout, text, and images while converting word document to PDF. Features: - DocSmartz... Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 9.37 MB Download (587): Docsmartz Word To PDF converter Download

Released: February 18, 2011  |  Added: March 08, 2011 | Visits: 1.017

Torrent MP4 Converter General Introduction: Torrent MP4 Converter a powerful MP4 converting tool, helps you convert MP4 video to FLV, MPEG, VCD, SVCD, DVD, 3GP, iPod Mp4, PSP MP4, WMV, AVI,MP4 format. And play them on your iPod, iPhone, iTouch, PSP, PS3, and other digital multimedia devices. Torrent MP4 Converter's... Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 11.57 MB Download (121): Torrent MP4 Converter Download

Released: April 23, 2010  |  Added: May 18, 2010 | Visits: 925

Torrent MPEG Converter General Introduction: Torrent MPEG Converter, a powerful MPEG converting tool, helps you convert MPEG video to FLV, AVI, VCD, SVCD, DVD, 3GP, iPod Mp4, PSP MP4, WMV, MP4 format. And play them on your iPod, iPhone, iTouch, PSP, PS3, and other digital multimedia devices. Torrent MPEG Converter's... Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 9.31 MB Download (104): Torrent MPEG Converter Download

Released: October 19, 2012  |  Added: November 12, 2012 | Visits: 1.921

Open Blu-ray ripper Open Blu-ray ripper is all-in-one Blu-ray ripping and converting software. It can rip Blu-ray movies to popular audio and video formats for you freely watching on various devices. Supports multiple video and audio formats Open Blu-ray ripper 2 can convert Blu-ray movies to various video... Platforms: Windows

License: Shareware Cost: $39.99 USD Size: 12.2 MB Download (856): Open Blu-ray ripper Download

Released: May 20, 2010  |  Added: June 01, 2010 | Visits: 923

LeKuSoft Video Converter LeKusoft Video Converter is versatile video converting software. It is a full-featured program that your converting work will be done in a few mouse clicks. It can rip and convert various videos to AVI, WMV, MPEG, MP4, FLV, MKV, RM, 3GP, 3GPP2, MOV, SWF, and extracting AAC, AC3, MP3, OGG, RA, WAV... Platforms: Windows, Other,Not Applicable

License: Shareware Cost: $38.99 USD Size: 8.54 MB Download (98): LeKuSoft Video Converter Download

Released: May 18, 2010  |  Added: June 01, 2010 | Visits: 815

Boilsoft PSP Video Converter General Introduction: Boilsoft PSP Video Converter, a powerful psp converting tool, helps you convert psp video to FLV, MPEG, VCD, SVCD, DVD, 3GP, iPod Mp4, PSP MP4, WMV, AVI, MP4 format. And play them on your iPod, iPhone, iTouch, PSP, PS3, and other digital multimedia devices. Boilsoft PSP... Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 9.55 MB Download (97): Boilsoft PSP Video Converter Download

< 1 2 3 4 5 >