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

Encoding freeware
Filter: All | Freeware | Demo
 

Encoding

< 1 2 3 4 5 > 
Added: June 20, 2010 | Visits: 1.121

libb64 libb64 is a library of ANSI C routines for fast encoding/decoding data into and from a base64-encoded format. C++ wrappers are included, as well as the source code for standalone encoding and decoding executables. Base64 uses a subset of displayable ASCII characters, and is therefore a useful...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (117): libb64 Download

Added: November 08, 2010 | Visits: 1.010

Mp3Make Mp3Make is a program that automates the ripping and encoding of CD audio to mp3 files. Since the programs commonly used in linux to do this are seperate, it made sense to make a glue program to make life easier. This is supplemented by downloading a cd track list from a cddb server, and using...





Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): Mp3Make Download

Added: July 12, 2010 | Visits: 640

Wagtail Wagtail is yet-another-CD-ripping-and-encoding-wrapper. Wagtail is designed for bulk encoding, large collections and for people who take their encoding seriously. Wagtail wont suit everyone. The learning curve seems steep but its really not that bad, to get going read the quickstart guide and you...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (98): Wagtail Download

Added: January 15, 2010 | Visits: 1.381

Encode::MIME::Header Encode::MIME::Header is a Perl module that contains MIME B and Q header encoding. SYNOPSIS use Encode qw/encode decode/; $utf8 = decode(MIME-Header, $header); $header = encode(MIME-Header, $utf8); ABSTRACT This module implements RFC 2047 Mime Header Encoding. There are 3 variant...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (135): Encode::MIME::Header Download

Added: April 17, 2010 | Visits: 945

XML::UM XML::UM is a Perl module to convert UTF-8 strings to any encoding supported by XML::Encoding. SYNOPSIS use XML::UM; # Set directory with .xml files that comes with XML::Encoding distribution # Always include the trailing slash! $XML::UM::ENCDIR =...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): XML::UM Download

Added: May 22, 2010 | Visits: 1.157

ID3iconv ID3iconv is a little Java command line tool to convert ID3 tags in mp3 files from whatever machine encoding you have to Unicode. It convert both ID3v1 tags and ID3v2 tags to Unicode-encoded ID3v2 (v2.3 or v2.4). This is sometimes useful because: ID3v1 or v2 dont really supports multi-byte...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (110): ID3iconv Download

Added: May 06, 2010 | Visits: 1.518

MIME-tool MIME-tool is a little mime encoding tool I slapped together when I needed something on a production box at work (productions = no C development environment, only the ancient K&R compiler required for god-knows-what sys-admin task). The resulting program will compile happilly on both the...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (117): MIME-tool Download

Added: June 13, 2010 | Visits: 926

ova ova is a convenient console frontend for ripping CDs and encoding MP3 and wave files to the Ogg Vorbis format. It is also able to query the CDDB given a CD (or saved CD discid) or several MP3/Ogg Vorbis/wave files (very useful for downloaded albums). Ogg Vorbis files can be tagged and renamed...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (95): ova Download

Added: April 24, 2010 | Visits: 1.692

MIME::Base64 MIME::Base64 is an encoding and decoding of base64 strings. SYNOPSIS use MIME::Base64; $encoded = encode_base64(Aladdin:open sesame); $decoded = decode_base64($encoded); This module provides functions to encode and decode strings into and from the base64 encoding specified in RFC 2045 -...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (179): MIME::Base64 Download

Added: July 01, 2010 | Visits: 672

pm2v build PM2V is a library for parallel encoding of a video sequence in MPEG II. PM2V is a project developed by students of the Ecole Nationale Supérieure dElectronique et de Radioelectronique de Bordeaux. ENSERB is a high national school of engineering based in Bordeaux (France). It has three...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (100): pm2v build Download

Added: October 20, 2010 | Visits: 946

rip-utils rip-utils is a command line toolkit for ripping, encoding, tagging, organizing, compiling, and managing audio archives. Each utility participates in a common framework that allows commodity tools (such as file browsers, multimedia players and streaming servers) to access your digital catalog...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (104): rip-utils Download

Added: April 21, 2010 | Visits: 823

shrip shrip is an application for ripping and encoding DVDs into AVI, OGM, MKV, or MP4 files. shrip relies on OGMRip to perform its tasks. It also supports a wide variety of codecs such as MPEG4, XviD, Theora, and H.264 for video, Vorbis, MP3, AAC, AC3, DTS, and WAV for audio, and VobSub and Srt for...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (116): shrip Download

Added: November 11, 2010 | Visits: 810

OGMRip OGMRip is an application and a set of libraries for ripping and encoding DVD into AVI or OGM files using a wide variety of codecs. OGMRip relies on mplayer, mencoder, oggenc, ogmtools and lame to perform its tasks. The GUI features a clean HIG-compliant GNOME 2 interface and tries to minimize...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (101): OGMRip Download

Added: April 17, 2010 | Visits: 1.025

Audio::MPEG Audio::MPEG is a Perl module for encoding and decoding of MPEG Audio (MP3). SYNOPSIS use Audio::MPEG; Audio::MPEG is a Perl interface to the LAME and MAD MPEG audio Layers I, II, and III encoding and decoding libraries. Rationale I have been building a fairly extensive MP3 library, and...


Platforms: *nix

License: Freeware Size: 57 MB Download (92): Audio::MPEG Download

Added: March 13, 2010 | Visits: 626

PerlIO::locale PerlIO::locale is a PerlIO layer to use the encoding of the current locale. SYNOPSIS use PerlIO::locale; open my $filehandle, <:locale, $filename or die $!; This is mostly a per-filehandle version of the open pragma, when used under the form use open :locale; The encoding for the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): PerlIO::locale Download

Added: August 27, 2010 | Visits: 1.075

twofish twofish is a secure command line encryption tool that allows ZLIB compression, base64 encoding and variable size keyfiles. Its nicely written and there is room for improvements. I have written other file encryption programs pretty much just like this one but this one is the best one i have...


Platforms: *nix

License: Freeware Size: 256 KB Download (126): twofish Download

Added: November 06, 2010 | Visits: 1.049

MMSlib MMSlib is a PHP library for encoding, decoding, and sending MMSes. In short it is the successor of SMS (Short Message Service) with the enhancements that you can not only send text but basically any content type your phone can handle such as images, text, videos, ring signals and audio clips....


Platforms: *nix

License: Freeware Size: 60.42 KB Download (101): MMSlib Download

Added: April 16, 2010 | Visits: 766

Convert::Base32 Convert::Base32 is a Perl module for encoding and decoding of base32 strings. SYNOPSIS use Convert::Base32; $encoded = encode_base32("x3ax27x0fx93"); $decoded = decode_base32($encoded); This module provides functions to convert string from / to Base32 encoding, specified in RACE...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (104): Convert::Base32 Download

Added: September 21, 2010 | Visits: 1.022

mp3CONVERT mp3CONVERT is a Kommander wizard for easy encoding mp3 songs. For example, when you need get your favourite album, which has 100mb to the cell phone with 40mb memory.. mp3CONVERT KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (94): mp3CONVERT Download

Added: July 11, 2010 | Visits: 1.190

x264 x264 is a free library for encoding H264/AVC video streams. The code is written by Laurent Aimar, Eric Petit(OS X), Min Chen (vfw/nasm), Justin Clay(vfw), Måns Rullgård and Loren Merritt from scratch. It is released under the terms of the GPL license. WARNING: x264 is still in early...


Platforms: *nix

License: Freeware Download (139): x264 Download

< 1 2 3 4 5 >