Convert copy. Pipes existing converter tools together to convert files from a format to another.
E.g. add the converters 'pdf -> text' and 'text -> wav' and you can convert pdf to wav.
Automatically installs missing converters in Debian.
Command line tool which automatically cuts very big MP3 files according to a timeline, without having to convert to an intermediate format and without the need for huge quantities of RAM or disk space. Each subfile can be automatically postprocessed with
anytoany is a program for file conversion. It converts from any file format into any other file format. For ease of extensibility each file format has its own plugin.
This is a small library to allow conversion of the vCalendar (iCalendar/iCal) file format to XML, and to provide some level of interpretation of the calendar for use in a larger project. Consider it a parsing engine.
Adapt is data conversion language developped in 1984 by Norman W. Molhant and Christophe Dupriez. It has been used in many circumstances, it translated itself in many programming environment and it should evolve now toward modern environments like Java.
This project aims to abstract formatconversion and versioning from translator's daily tasks. With a few simple commands, they could concentrate on translation instantly. There will be unnecessary to edit those L10N XML (.dtd/.properties) files by hand.
This is a research project to test GPU (OpenCL) usability for image compression. Jpeg format is chosen because it is relatively simple and I am familiar with it.
2013-01-22: For now only pixel conversion and DCT transform is done with OpenCL, entropy coding is done with CPU in one thread. Unfortunately this implementation is no match for even one threaded SSE2 jpeg encoder, too much data goes through PCIe.
Look at "Debunking the 100X GPU vs.