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

Converting Subtitles freeware
Filter: All | Freeware | Demo
 

Converting Subtitles

< 1 2 3 4 5 > 
Released: February 03, 2010  |  Added: March 16, 2010 | Visits: 1.747

ALLConverterToPSP Next generation of ALLConverter to PSP brings easy video/audio conversion. ALLConverterToPSP is Windows based free software that merge external subtitles with video/audio to make friendly files for PSP playback. This tool can be used to convert all known formats with subtitles. It is the first... Platforms: Windows

License: Freeware Size: 4.27 MB Download (130): ALLConverterToPSP Download

Added: January 18, 2010 | Visits: 1.358

Compface Compface provides utilities and a library for converting to and from the X-Face format, a 48x48 bitmap format used to carry thumbnails of email authors in a mail header. Whats New in This Release: - CRLF endings in the sources were fixed. configure.in was moved to configure.ac and the... Platforms: *nix

License: Freeware Size: 46.08 KB Download (106): Compface Download

Added: January 18, 2010 | Visits: 1.028

Ksubeditor KDE DivX subtitles editor is a good solution for people who create and edit subtitles for DivX movies. It is able to edit,convert subtitles between different formats, and test subtitles using some linux DivX player (at present Mplayer). Whats New in This Release: - After "Save As" correct... Platforms: *nix

License: Freeware Size: 563.2 KB Download (107): Ksubeditor Download

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: February 20, 2010 | Visits: 742

Dvzeec DVZEEC is a project of a tools suite driven by a Graphical User Interface (GUI). The goal is to have at the end a simple interface to create a CD for personnal movies. Those movies came from a digital video camera. I see 5 parts for the tools: 1) Grab the DV movies on files 2) Generate... Platforms: *nix

License: Freeware Size: 2.2 MB Download (91): Dvzeec 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 14, 2010 | Visits: 1.169

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

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

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

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

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

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

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

Added: August 22, 2010 | Visits: 1.117

KSubtile This is an editor for the KDE environment to edit, make and save subtitles in the SRT subtitle format. It is made by Tom Deblauwe and it is completely GPL! Click below to download or to view some screenshots! Whats New in This Release: - Fix a bug that caused a crash when trying to open a... Platforms: *nix

License: Freeware Size: 768 KB Download (180): KSubtile Download

Added: January 01, 2010 | Visits: 861

gpgm2srt gpgm2srt is a graphical tool for conversion of DVD subtitles into textual form. Script processes subtitles saved as sequence of black-and-white PNG pictures, which is the output of subtitle2pgm application on subtitle stream. Other output is .srtx file containing subtitles timing. You can get... Platforms: *nix

License: Freeware Size: 112.64 KB Download (100): gpgm2srt Download

Released: March 23, 2010  |  Added: April 27, 2010 | Visits: 1.655

WinX Free DVD to iPhone Ripper WinX Free DVD to iPhone Ripper is fully compatible to rip and convert DVD to iPhone, iPod + touch, Apple TV and even iTune video formats, remaining all the features and without any video degradation after ripping. And audio files could be extracted from DVD disc into MP3 music. This one-click... Platforms: Windows

License: Freeware Size: 7.35 MB Download (109): WinX Free DVD to iPhone Ripper Download

Released: April 02, 2010  |  Added: May 03, 2010 | Visits: 1.284

ALLPlayer portable Allplayer can play almost all formats including MKV, DivX, Xvid, Flash, QuickTime, DVD, MP3, FLAC files. There is a new function which allows your kids to hear subtitles. ALLPlayer has built in special connectors to the Opensubtitles.org servers that enable to watch movie with matching subtitles... Platforms: Windows, Other

License: Freeware Size: 9.34 MB Download (263): ALLPlayer portable Download

< 1 2 3 4 5 >