conversions
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 481
MOV, MP4 conversion service
MOV, MP4 conversion service can convert files supported by ffmpeg to MOV / MP4 format, supported by my iPod Video G5. more>>
MOV, MP4 conversion service is final and working version of my script, which I use to convert files supported by ffmpeg to MOV / MP4 format, supported by my iPod Video G5.
Everything was tested to be easy to use (finally, after installation). If You have any problems with it, just let me know - Ill try to help as far as I can.
INSTALLATION:
Just download "avi2mov" script, and save it in /usr/sbin/ directory (You can save it in any directory, but take care later, because i assume, youve saved it in /usr/sbin/ :) ).
After this, You need to set proper permissions, so use chmod:
chmod +x /usr/sbin/avi2mov
Finally, You need to add this converter to Service Menu. Create file
/usr/kde/3.5/share/apps/konqueror/servicemenus/convert-avi-to-mov.desktop
with Kate for example, and copy and paste this code:
[Desktop Action MediaConvertFile]
Exec=/usr/sbin/avi2mov %U
Icon=reload
Name=Convert selected file to mov / mp4 ...
[Desktop Entry]
Actions=MediaConvertFile
Encoding=UTF-8
Icon=reload
ServiceTypes=video/*
ExcludeServiceTypes=kdedevice
<<lessEverything was tested to be easy to use (finally, after installation). If You have any problems with it, just let me know - Ill try to help as far as I can.
INSTALLATION:
Just download "avi2mov" script, and save it in /usr/sbin/ directory (You can save it in any directory, but take care later, because i assume, youve saved it in /usr/sbin/ :) ).
After this, You need to set proper permissions, so use chmod:
chmod +x /usr/sbin/avi2mov
Finally, You need to add this converter to Service Menu. Create file
/usr/kde/3.5/share/apps/konqueror/servicemenus/convert-avi-to-mov.desktop
with Kate for example, and copy and paste this code:
[Desktop Action MediaConvertFile]
Exec=/usr/sbin/avi2mov %U
Icon=reload
Name=Convert selected file to mov / mp4 ...
[Desktop Entry]
Actions=MediaConvertFile
Encoding=UTF-8
Icon=reload
ServiceTypes=video/*
ExcludeServiceTypes=kdedevice
Download (0.003MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
655 downloads
Wav and Flac conversion 1
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV. more>>
FLAC is a lossless compression method for audio files. Using it, one is able to reduce the filesize and keep the same audio quality as a regular WAV file (CD quality).
The FLAC format is open source, and can be read without any problem by such applications as Amarok or Kaffeine.
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV.
You will need the FLAC application to be installed on your system to use these service menus.
<<lessThe FLAC format is open source, and can be read without any problem by such applications as Amarok or Kaffeine.
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV.
You will need the FLAC application to be installed on your system to use these service menus.
Download (MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1249 downloads
Iris Video Conversion Utility 0.75
Iris is a video conversion utility in C++ that works as a front-end to mencoder. more>>
Iris is a video conversion utility in C++ that works as a front-end to mencoder. Iris Video Conversion Utility can run in command-line or graphical modes and currently supports conversion to DVD MPEG, DivX AVI and VCD MPEG
This software intends to ease video conversion to common formats.
Help Wanted / TODO
- Cancel button does not always work
- More output formats
- Reset values for command-line format paramater
- re-work stderr redirection
- catch and identify mencoder conditions
<<lessThis software intends to ease video conversion to common formats.
Help Wanted / TODO
- Cancel button does not always work
- More output formats
- Reset values for command-line format paramater
- re-work stderr redirection
- catch and identify mencoder conditions
Download (0.12MB)
Added: 2005-12-27 License: BSD License Price:
1401 downloads
Convert::Bencode_XS 0.05
Convert::Bencode_XS is a Perl module for faster conversions to/from Bencode format. more>>
Convert::Bencode_XS is a Perl module for faster conversions to/from Bencode format.
SYNOPSIS
use Convert::Bencode_XS qw(bencode bdecode);
use Data::Dumper;
print "Serializing:n", bencode([123, [], "XXX"]), "nn";
print Dumper bdecode(d3:fool3:bar4:stube6:numberi123ee);
__END__
Serializing:
li123el0:e3:XXXe
$VAR1 = {
number => 123,
foo => [
bar,
stub
]
};
bencode($stuff)
Returns a bencoded string representing whats in $stuff. $stuff can be either a scalar, an array reference or a hash reference. Every nesting of these data structures is allowed, other ones will croak.
bdecode($bencoded)
Returns a Perl data structure: it could be either a scalar, array reference or hash reference depending on whats in $bencoded. Dictionaries are converted in hashes, lists in arrays, scalars in strings. If $COERCE (see below) is set to a false value then scalars encoded like integers will be cleanse() before being returned so that a re-serialization of the structure will give back exactly the same bencoded string.
Enhancements:
- Perl
<<lessSYNOPSIS
use Convert::Bencode_XS qw(bencode bdecode);
use Data::Dumper;
print "Serializing:n", bencode([123, [], "XXX"]), "nn";
print Dumper bdecode(d3:fool3:bar4:stube6:numberi123ee);
__END__
Serializing:
li123el0:e3:XXXe
$VAR1 = {
number => 123,
foo => [
bar,
stub
]
};
bencode($stuff)
Returns a bencoded string representing whats in $stuff. $stuff can be either a scalar, an array reference or a hash reference. Every nesting of these data structures is allowed, other ones will croak.
bdecode($bencoded)
Returns a Perl data structure: it could be either a scalar, array reference or hash reference depending on whats in $bencoded. Dictionaries are converted in hashes, lists in arrays, scalars in strings. If $COERCE (see below) is set to a false value then scalars encoded like integers will be cleanse() before being returned so that a re-serialization of the structure will give back exactly the same bencoded string.
Enhancements:
- Perl
Download (0.009MB)
Added: 2006-08-23 License: Perl Artistic License Price:
1158 downloads
ConvertAll 0.4.0
ConvertAll is a unit conversion program. more>>
ConvertAll allows you to combine the units any way you want. If you want to convert from inches per decade, thats fine.
Or from meter-pounds. Or from cubic nautical miles. The units dont have to make sense to anyone else.
ConvertAll is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either Version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. See the LICENSE file provided with this program for more information.
As a special exception, the author gives permission to link and distribute this program with the Qt Non-Commercial Edition without including the source code for Qt.
Main features:
- The base units for conversion may be either typed (with auto-completion) or selected from a list.
- Units may be selected using either an abbreviation or a full name.
- Units may be combined with the "*" and "/" operators.
- Units may be raised to powers with the "^" operator.
- Units with non-linear scales, such as temperature, can also be converted.
- A unit list may be filtered and searched
- Numbers may be entered on either the "From" or the "To" units side, for conversions in both directions.
- Basic mathematical expressions may be entered in place of numbers.
- Options control the formatting of numerical results.
- The unit data includes over 400 units.
- The format of the unit data file makes it easy to add additional units.
<<lessOr from meter-pounds. Or from cubic nautical miles. The units dont have to make sense to anyone else.
ConvertAll is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either Version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. See the LICENSE file provided with this program for more information.
As a special exception, the author gives permission to link and distribute this program with the Qt Non-Commercial Edition without including the source code for Qt.
Main features:
- The base units for conversion may be either typed (with auto-completion) or selected from a list.
- Units may be selected using either an abbreviation or a full name.
- Units may be combined with the "*" and "/" operators.
- Units may be raised to powers with the "^" operator.
- Units with non-linear scales, such as temperature, can also be converted.
- A unit list may be filtered and searched
- Numbers may be entered on either the "From" or the "To" units side, for conversions in both directions.
- Basic mathematical expressions may be entered in place of numbers.
- Options control the formatting of numerical results.
- The unit data includes over 400 units.
- The format of the unit data file makes it easy to add additional units.
Download (0.030MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
1114 downloads
JODConverter 2.2.0
JODConverter, the Java OpenDocument Converter, converts documents between different office formats. more>>
JODConverter, the Java OpenDocument Converter, converts documents between different office formats.
The project leverages OpenOffice.org, which provides arguably the best import/export filters for OpenDocument and Microsoft Office formats available today.
JODConverter automates all conversions supported by OpenOffice.org, includin:
Microsoft Office to OpenDocument, and viceversa
- Word to OpenDocument Text (odt); OpenDocument Text (odt) to Word
- Excel to OpenDocument Spreadsheet (ods); OpenDocument Spreadsheet (ods) to Excel
- PowerPoint to OpenDocument Presentation (odp); OpenDocument - Presentation (odp) to PowerPoint
Any format to PDF
- OpenDocument (Text, Spreadsheet, Presentation) to PDF
- Word to PDF; Excel to PDF; PowerPoint to PDF
- RTF to PDF; WordPerfect to PDF; ...
And more
- OpenDocument Presentation (ods) to Flash; PowerPoint to Flash
- RTF to OpenDocument; WordPerfect to OpenDocument
- Any format to HTML (with limitations)
- Support for OpenOffice.org 1.0 and old StarOffice formats
<<lessThe project leverages OpenOffice.org, which provides arguably the best import/export filters for OpenDocument and Microsoft Office formats available today.
JODConverter automates all conversions supported by OpenOffice.org, includin:
Microsoft Office to OpenDocument, and viceversa
- Word to OpenDocument Text (odt); OpenDocument Text (odt) to Word
- Excel to OpenDocument Spreadsheet (ods); OpenDocument Spreadsheet (ods) to Excel
- PowerPoint to OpenDocument Presentation (odp); OpenDocument - Presentation (odp) to PowerPoint
Any format to PDF
- OpenDocument (Text, Spreadsheet, Presentation) to PDF
- Word to PDF; Excel to PDF; PowerPoint to PDF
- RTF to PDF; WordPerfect to PDF; ...
And more
- OpenDocument Presentation (ods) to Flash; PowerPoint to Flash
- RTF to OpenDocument; WordPerfect to OpenDocument
- Any format to HTML (with limitations)
- Support for OpenOffice.org 1.0 and old StarOffice formats
Download (MB)
Added: 2007-06-03 License: GPL (GNU General Public License) Price:
930 downloads
Online Metric Conversion Calculator 1.00
Online Metric Conversion Calculations using only your web browser without any additional software. Works in any web browser like Internet Explorer, Mo... more>> <<less
Download (7KB)
Added: 2009-04-07 License: Freeware Price: Free
209 downloads
OpenInteract2::Conversion::ActionConfig 1.99_06
OpenInteract2::Conversion::ActionConfig is a Perl module that can convert old action.perl files into INI configurations. more>>
OpenInteract2::Conversion::ActionConfig is a Perl module that can convert old action.perl files into INI configurations.
SYNOPSIS
use OpenInteract2::Conversion::ActionConfig;
my $old_config_text = join( , );
print OpenInteract2::Conversion::ActionConfig
->new( $old_config_text )
->convert();
Utility for translating an action table configuration, either in a serialized Perl format or in an actual Perl hashref, into an INI format. It also does a few transformations along the way to make fieldnames/values consistent and ensure there are no deeply nested datastructures.
<<lessSYNOPSIS
use OpenInteract2::Conversion::ActionConfig;
my $old_config_text = join( , );
print OpenInteract2::Conversion::ActionConfig
->new( $old_config_text )
->convert();
Utility for translating an action table configuration, either in a serialized Perl format or in an actual Perl hashref, into an INI format. It also does a few transformations along the way to make fieldnames/values consistent and ensure there are no deeply nested datastructures.
Download (0.007MB)
Added: 2006-08-15 License: Perl Artistic License Price:
1165 downloads
Doc::Perlish 0.14
Doc::Perlish is a Perl module that contains Perl Documentation Tools. more>>
Doc::Perlish is a Perl module that contains Perl Documentation Tools.
SYNOPSIS
my $doc = Doc::Perlish->new( type => "POD", input => "source.pod" );
# simple conversions;
my $html = $doc->to_html;
# DOM-style interface; see Doc::Perlish::DOM for more;
my $dom = $doc->to_dom;
# event-style interface;
my $filter = Doc::Perlish::Filter->new();
$doc->add_filter($filter);
my $writer = Doc::Perlish::Writer::XML->new( output => "out.xml" );
$doc->final_sender->receiver($writer);
# run conversion!
$doc->send_all;
Doc::Perlish is a set of tools that define and work with the Perldoc Information Model. The tools will eventally provide parsers for various Doc::Perlish Dialects (including Pod and Kwid), and formatters for various output formats.
The Doc::Perlish class, on the other hand, is an object which simultaneously can behave like a:
- Doc::Perlish::Reader - it can, minimally, be passed a specification of a stream source to read and pass you pack characters or blocks or whatever.
- Doc::Perlish::Parser - it can also perform the task of converting said characters or blocks into a parsed tree, which might involve loading a seperate dialect parser, or any of the other weird and wonderful things that Doc::Perlish::Parser is capable of.
- Doc::Perlish::DOM - you can call all of the parsed-state DOM methods on it, and it will parse the entire document and then call the method
- Doc::Perlish::Sender - you can get Perldoc serial events out of a Doc::Perlish object, before or after parsing!
- Doc::Perlish::Receiver - you can use the Perldoc object as a target for events, and let it pass them through to a destination and/or build a DOM tree.
For more details about what each component involves, and the calling convention, see the relevant documentation for the module.
<<lessSYNOPSIS
my $doc = Doc::Perlish->new( type => "POD", input => "source.pod" );
# simple conversions;
my $html = $doc->to_html;
# DOM-style interface; see Doc::Perlish::DOM for more;
my $dom = $doc->to_dom;
# event-style interface;
my $filter = Doc::Perlish::Filter->new();
$doc->add_filter($filter);
my $writer = Doc::Perlish::Writer::XML->new( output => "out.xml" );
$doc->final_sender->receiver($writer);
# run conversion!
$doc->send_all;
Doc::Perlish is a set of tools that define and work with the Perldoc Information Model. The tools will eventally provide parsers for various Doc::Perlish Dialects (including Pod and Kwid), and formatters for various output formats.
The Doc::Perlish class, on the other hand, is an object which simultaneously can behave like a:
- Doc::Perlish::Reader - it can, minimally, be passed a specification of a stream source to read and pass you pack characters or blocks or whatever.
- Doc::Perlish::Parser - it can also perform the task of converting said characters or blocks into a parsed tree, which might involve loading a seperate dialect parser, or any of the other weird and wonderful things that Doc::Perlish::Parser is capable of.
- Doc::Perlish::DOM - you can call all of the parsed-state DOM methods on it, and it will parse the entire document and then call the method
- Doc::Perlish::Sender - you can get Perldoc serial events out of a Doc::Perlish object, before or after parsing!
- Doc::Perlish::Receiver - you can use the Perldoc object as a target for events, and let it pass them through to a destination and/or build a DOM tree.
For more details about what each component involves, and the calling convention, see the relevant documentation for the module.
Download (0.055MB)
Added: 2007-03-10 License: Perl Artistic License Price:
958 downloads
Citation 1.7
Citation project is a web based tool for bibliographic conversions. more>>
Citation project is a web based tool for bibliographic conversions.
Citation is a bibliographical conversion program designed to transform data between several different formats including GTEC, Refer, and Bibtex.
This program saves the researcher time by keeping unnecessary formatting from taking up their time. Currently, Citation is written in Java.
The use of Java moves much of the processing of the program to the users machine.
After downloading the Citation applet, the user is free to log off the network, but can still continue using the Citation applet.
Main features:
- Citation is available in both applet format and command line driven application.
- The Citation applet has the ability to convert between single or multiple entries.
- The Citation application is specifically designed for batch processing of files.
- Easy to use interface.
- Citation 1.7 supports format conversion from: INSPEC, ENGI, GTEC, PSYCH, Refer, and Bibtex to: Refer, Bibtex, HFS (Handbook for Scholars), Chicago Manual of Style, MLA (Modern Language Association), APA (American Psychology Association), and Galileo formats: ABI and Periodicals.
- Citation 1.7 has added new input manual format where user can add his or her own inputs in the input boxes rather than cut and pasting. This also supports format conversion mentioned previously.
<<lessCitation is a bibliographical conversion program designed to transform data between several different formats including GTEC, Refer, and Bibtex.
This program saves the researcher time by keeping unnecessary formatting from taking up their time. Currently, Citation is written in Java.
The use of Java moves much of the processing of the program to the users machine.
After downloading the Citation applet, the user is free to log off the network, but can still continue using the Citation applet.
Main features:
- Citation is available in both applet format and command line driven application.
- The Citation applet has the ability to convert between single or multiple entries.
- The Citation application is specifically designed for batch processing of files.
- Easy to use interface.
- Citation 1.7 supports format conversion from: INSPEC, ENGI, GTEC, PSYCH, Refer, and Bibtex to: Refer, Bibtex, HFS (Handbook for Scholars), Chicago Manual of Style, MLA (Modern Language Association), APA (American Psychology Association), and Galileo formats: ABI and Periodicals.
- Citation 1.7 has added new input manual format where user can add his or her own inputs in the input boxes rather than cut and pasting. This also supports format conversion mentioned previously.
Download (MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1099 downloads
cvs2svn 2.0.0
cvs2svn is a Python script that converts a CVS repository to a Subversion repository. more>>
cvs2svn is a Python script that converts a CVS repository to a Subversion repository. The project is designed for one-time conversions, not for repeated synchronizations between CVS and Subversion.
Enhancements:
- The conversion is now driven explicitly by the CVS dependency graph, giving a more robust conversion and fixing a few subtle bugs that existed in prior releases.
- A new --use-internal-co option has been added.
- It accelerates conversions significantly by avoiding having to use CVS or RCS to extract revision contents.
- Numerous other improvements to the quality of conversion, new conversion options, and bugfixes have been implemented.
<<lessEnhancements:
- The conversion is now driven explicitly by the CVS dependency graph, giving a more robust conversion and fixing a few subtle bugs that existed in prior releases.
- A new --use-internal-co option has been added.
- It accelerates conversions significantly by avoiding having to use CVS or RCS to extract revision contents.
- Numerous other improvements to the quality of conversion, new conversion options, and bugfixes have been implemented.
Download (0.33MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
514 downloads
WaveTools 1.0
WaveTools is a library consisting of 8 programs for manipulating mono WAV Files. more>>
WaveTools is a library consisting of 8 programs for manipulating mono WAV Files which I have written for an audiology project at the Technical University of Vienna some years ago as a toolbox for generating and preprocessing small test samples, so this is probably not for making music with (unless youre doing some real hardcore Techno), but if you want to write your own effect filters or sound analysis tools and dont want to mess around with format conversions or standard input filters, or if you just want to arrange some WAVs for your voice modem, you might find this useful.
WaveTools have been developed under Linux/gcc, but should compile on any platform which has an ANSI C compiler (except wview, of course).
Enhancements:
- Dropped binary DOS support (due to lack of DOS compiler; you can still try to build your own DOS binaries if you have a sufficiently old watcom compiler available.)
- fixed bug in wcat.c when converting to lower sample rates
- Dokumentation is now in PDF Format (still German only, though)
- If you have trouble compiling, try deleting the wview entry from the exec: tag in the Makefile. Unless youre into computer archeology, svgalib should be really obsolete by now.
<<lessWaveTools have been developed under Linux/gcc, but should compile on any platform which has an ANSI C compiler (except wview, of course).
Enhancements:
- Dropped binary DOS support (due to lack of DOS compiler; you can still try to build your own DOS binaries if you have a sufficiently old watcom compiler available.)
- fixed bug in wcat.c when converting to lower sample rates
- Dokumentation is now in PDF Format (still German only, though)
- If you have trouble compiling, try deleting the wview entry from the exec: tag in the Makefile. Unless youre into computer archeology, svgalib should be really obsolete by now.
Download (0.053MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1599 downloads

MetEngVerter for Linux 1.0
MetEngVerter Metric/English Measurement Converter more>> MetEngVerter 1.0 by Capaho Web is a desktop tool that converts between selected Metric/English measurements. It provides reasonably accurate conversions between selected units of measure for household and other general use.<<less
Download (1.05MB)
Added: 2009-04-02 License: Freeware Price: Free
209 downloads
Perl Audio Converter 3.3.2
Perl Audio Converter (PAC) is a simple script for converting multiple audio types from one format to another. more>>
Perl Audio Converter (PAC) is a tool for converting multiple audio types from one format to another. It supports MP2, MP3, Ogg Vorbis, FLAC, Shorten, Monkey Audio, FAAC (AAC/M4A/MP4), Musepack (MPC), Wavpack (WV), OptimFrog (OFR/OFS), TTA, LPAC, Kexis (KXS), AIFF, AC3, Lossless Audio (LA), AU, SND, RAW, VOC, SMP, RealAudio (RA/RAM), WAV, and WMA.
It can also convert audio from the following video formats/extensions: RM, RV, ASF, DivX, MPG, MKV, MPEG, AVI, MOV, OGM, QT, VCD, VOB, and WMV. A CD ripping function with CDDB support, batch and playlist conversion, tag preservation for most supported formats, independent tag reading/writing, and extensions for Konqueror and amaroK is also provided.
Enhancements:
- Added: MP4::Info dependency IO::String to pacpl-install
- Updated: License GPLv3
- Bug Fix: Directory conversions. pacpl was claiming the directory was empty and prompting to use the --recursive option...Thanks to John Meyer for the report.
<<lessIt can also convert audio from the following video formats/extensions: RM, RV, ASF, DivX, MPG, MKV, MPEG, AVI, MOV, OGM, QT, VCD, VOB, and WMV. A CD ripping function with CDDB support, batch and playlist conversion, tag preservation for most supported formats, independent tag reading/writing, and extensions for Konqueror and amaroK is also provided.
Enhancements:
- Added: MP4::Info dependency IO::String to pacpl-install
- Updated: License GPLv3
- Bug Fix: Directory conversions. pacpl was claiming the directory was empty and prompting to use the --recursive option...Thanks to John Meyer for the report.
Download (0.12MB)
Added: 2007-07-07 License: GPL v3 Price:
526 downloads
Ecasound 2.4.6
Ecasound is a software package designed for multitrack audio processing. more>>
Ecasound is a software package designed for multitrack audio processing. Ecasound project can be used for simple tasks like audio playback, recording, and format conversions, as well as for multitrack effect processing, mixing, recording and signal recycling.
It supports a wide range of audio inputs, outputs, and effect algorithms. Effects and audio objects can be combined in various ways, and their parameters can be controlled by operator objects like oscillators and MIDI-CCs. A versatile console-mode user interface is included in the package.
Enhancements:
- The ability to specify a custom configuration resource file has been added.
- Several long-standing bugs have been fixed.
- The licensing of rubyecasound has been changed.
<<lessIt supports a wide range of audio inputs, outputs, and effect algorithms. Effects and audio objects can be combined in various ways, and their parameters can be controlled by operator objects like oscillators and MIDI-CCs. A versatile console-mode user interface is included in the package.
Enhancements:
- The ability to specify a custom configuration resource file has been added.
- Several long-standing bugs have been fixed.
- The licensing of rubyecasound has been changed.
Download (0.10MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
805 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above conversions search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed