encoder
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 127
CELT 0.6.0
CELT is an experimental audio codec for use in low-delay communication. more>>
CELT 0.6.0 is created to be an experimental audio codec for use in low-delay communication. CELT stands for "Code-Excited Lapped Transform". It applies some of the CELP principles, but does everything in the frequency domain, which removes some of the limitations of CELP.
Major Features:
- Ultra-low latency (typically from 3 to 9 ms)
- Full audio bandwidth (44.1 kHz and 48 kHz)
- Stereo support
- Packet loss concealment
- Constant bit-rates from 32 kbps to 128 kbps and above
- A fixed-point version of the encoder and decoder
- The CELT codec is meant to close the gap between Vorbis and Speex for applications where both high quality audio and low delay are desired.
Enhancements:
- Has just been released, with many quality improvements, including better stereo coupling, better handling of transients, and better handling of highly tonal signals.
- Packet loss robustness has been improved through the optional use of independent (intra) frames.
- Supports a larger dynamic range, suitable for encoding 24-bit audio (float version only).
- There is also a very early VBR implementation.
Added: 2009-07-07 License: BSD License Price: FREE
13 downloads
pypng 0.0.9
Python PNG encoder/decoder more>>
pypng 0.0.9 is an excellent and must-have product which offers you a Python module to decode (read) and encode (write) PNG files. All PNG formats are supported. Pure Python so that it can be installed as easily as possible and used on different Python implementations.
Requirements: Python
Added: 2009-06-16 License: MIT/X Consortium Lic... Price: FREE
16 downloads

Shadow For Linux 2.0.25
This application is a powerful data encoder/decoder more>> This application is a powerful data encoder/decoder that has the possibility to encode/decode everything and anything that fits on/in your Hard Disk Drive. You can encode texts, pictures, movies, music, applications ... so on.<<less
Download (115KB)
Added: 2009-04-24 License: Freeware Price: Free
184 downloads

Faust For Linux 1.0.75
This application is a powerful data encoder/decoder more>> This application is a powerful data encoder/decoder that has the possibility to encode/decode everything and anything that fits on/in your Hard Disk Drive. You can encode texts, pictures, movies, music, applications ... so on. that has the possibility to encode/decode everything and anything that fits on/in your Hard Disk Drive. You can encode texts, pictures, movies, music, applications ... so on.<<less
Download (122KB)
Added: 2009-04-23 License: Freeware Price: Free
185 downloads

LAME MP3 Encoder 3.98.2
Today, LAME is considered the best MP3 encoder at mid-high bitrates and at VBR. more>> LAME development started around mid-1998. Mike Cheng started it as a patch against the 8hz-MP3 encoder sources. After some quality concerns raised by others, he decided to start from scratch based on the dist10 sources. His goal was only to speed up the dist10 sources, and leave its quality untouched. That branch (a patch against the reference sources) became Lame 2.0, and only on Lame 3.81 did we replaced of all dist10 code, making LAME no more only a patch.
The project quickly became a team project. Mike Cheng eventually left leadership and started working on tooLame, an MP2 encoder. Mark Taylor became leader and started pursuing increased quality in addition to better speed. He can be considered the initiator of the LAME project in its current form. He released version 3.0 featuring gpsycho, a new psychoacoustic model he developed.
In early 2003 Mark left project leadership, and since then the project has been lead through the cooperation of the active developers (currently 4 individuals).
Today, LAME is considered the best MP3 encoder at mid-high bitrates and at VBR, mostly thanks to the dedicated work of its developers and the open source licensing model that allowed the project to tap into engineering resources from all around the world. Both quality and speed improvements are still happening, probably making LAME the only MP3 encoder still being actively developed.<<less
Download (1.27MB)
Added: 2009-04-08 License: Freeware Price:
198 downloads
Other version of LAME MP3 Encoder
License:Freeware
Banjon 0.7.0
Banjon is an open source rule based English to Bengali encoder and editor. more>>
Banjon is an open source rule based English to Bengali encoder and editor. The application is written in Java programming language using SWT (Standard Widget Toolkit) toolkit. Thus it is compatible with many different platforms and requires a Java Runtime Environment (JRE) installed on the target machine.
Banjon intends to implement a flexible encoding engine to dynamically transform a sequence of English characters into one or more Unicode Bengali characters. It also aims to integrate all the editing facilities available in a modern text editor.
There are number of Bengali editors available for download. Those editors have some similarities and differences with Banjon. Banjon has some unique features.
Main features:
- Completely a Unicode editing system (Use Unicode Font and Charsets)
- Support almost all the popular phonetic layout
- Support creation of custom phonetic layout
- Simple, modern and native interface
- Enable to convert romanised text
- Customizable encoding rules and selection rules
- Automatically detect and change mode
- Multiple document interface (Tabbed Document Interface)
- Unlimited modes and rule maps
- Highly flexible encoding engine
- Provides alternative character sequences
- Unlimited undo and redo
- Regular expression search and replace
- Capable to print with custom color, font and margins
- Multifile drag and drop support
- Auto mode change for markup syntax
<<lessBanjon intends to implement a flexible encoding engine to dynamically transform a sequence of English characters into one or more Unicode Bengali characters. It also aims to integrate all the editing facilities available in a modern text editor.
There are number of Bengali editors available for download. Those editors have some similarities and differences with Banjon. Banjon has some unique features.
Main features:
- Completely a Unicode editing system (Use Unicode Font and Charsets)
- Support almost all the popular phonetic layout
- Support creation of custom phonetic layout
- Simple, modern and native interface
- Enable to convert romanised text
- Customizable encoding rules and selection rules
- Automatically detect and change mode
- Multiple document interface (Tabbed Document Interface)
- Unlimited modes and rule maps
- Highly flexible encoding engine
- Provides alternative character sequences
- Unlimited undo and redo
- Regular expression search and replace
- Capable to print with custom color, font and margins
- Multifile drag and drop support
- Auto mode change for markup syntax
Download (1.7MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
493 downloads
iksemel 1.3
iksemel is an XML (eXtensible Markup Language) parser library designed for Jabber applications. more>>
iksemel project is an XML (eXtensible Markup Language) parser library designed for Jabber applications.
Main features:
- Highly portable, builds on all POSIX environments and Windows (via mingw).
- Suitable for embedded systems. Code is small and highly modular, you can trim unneeded parts. Memory usage is low, parser is quite fast.
- Provides SAX, DOM and XMPP parsers.
- TLS (via gnutls) and SASL support for XMPP security.
- Only UTF8 encoding is built-in supported.
- Fully documented with examples.
Enhancements:
- New functions for appending and prepending tree nodes were added to the API.
- A file size bug in iks_load() was fixed.
- Extra padding in the base64 encoder was fixed.
- Some possible leaks in the SASL code were fixed.
<<lessMain features:
- Highly portable, builds on all POSIX environments and Windows (via mingw).
- Suitable for embedded systems. Code is small and highly modular, you can trim unneeded parts. Memory usage is low, parser is quite fast.
- Provides SAX, DOM and XMPP parsers.
- TLS (via gnutls) and SASL support for XMPP security.
- Only UTF8 encoding is built-in supported.
- Fully documented with examples.
Enhancements:
- New functions for appending and prepending tree nodes were added to the API.
- A file size bug in iks_load() was fixed.
- Extra padding in the base64 encoder was fixed.
- Some possible leaks in the SASL code were fixed.
Download (0.47MB)
Added: 2007-08-08 License: LGPL (GNU Lesser General Public License) Price:
813 downloads
transKode 0.6 / 0.7 Beta
transKode is a KDE/Qt based frontend for varios audio transcoding tools. more>>
transKode is a KDE/Qt based frontend for varios audio transcoding tools.
Based on AUDIO FORMAT CONVERTER v.6 by Michael Mitton (take a look at http://www.kde-apps.org/content/show.php?content=23653)
Supported Input Formats:
- wav
- mp3 (needs lame)
- mpc (needs mppdec)
- ogg (needs oggdec)
- flac (needs flac)
- ape/mac (needs mac)
- m4a/mp4 (needs faad)
- spx (needs speexdec)
- audio formats decodable by installed gst-streamer (needs gst-launch with gst-spider plugin)
Supported Output Formats:
- wav
- mp3 (needs lame)
- mpc (needs mppenc)
- ogg (needs oggenc)
- flac (needs flac)
- ape/mac (needs mac)
- m4a/mp4 (needs faac)
- spx (needs speexenc)
- output formats for which you have gstreamer encoder plugins (needs gst-launch with wavparse plugin).
<<lessBased on AUDIO FORMAT CONVERTER v.6 by Michael Mitton (take a look at http://www.kde-apps.org/content/show.php?content=23653)
Supported Input Formats:
- wav
- mp3 (needs lame)
- mpc (needs mppdec)
- ogg (needs oggdec)
- flac (needs flac)
- ape/mac (needs mac)
- m4a/mp4 (needs faad)
- spx (needs speexdec)
- audio formats decodable by installed gst-streamer (needs gst-launch with gst-spider plugin)
Supported Output Formats:
- wav
- mp3 (needs lame)
- mpc (needs mppenc)
- ogg (needs oggenc)
- flac (needs flac)
- ape/mac (needs mac)
- m4a/mp4 (needs faac)
- spx (needs speexenc)
- output formats for which you have gstreamer encoder plugins (needs gst-launch with wavparse plugin).
Download (0.87MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
814 downloads
Fire Encrypter 3.0
Fire Encrypter is an Firefox extension which gives you encryption/decryption and hashing functionality. more>>
Fire Encrypter is an Firefox extension which gives you encryption/decryption and hashing functionality right from your Firefox browser, mostly useful for developers or for education & fun.
The new FireEncrypter is ready! (v-3.0, this version contains the following ciphers:
- AES (Rijndael 128Bit)
- Affine
- Caesar
- XOR
- OTP (One Time Pad)
- Vigenere
- Rail Fence
- Morse Encoder
- MD2 Hashing
- MD5 Hashing
- SHA1 Hashing
- SHA256 Hashing
- SHA384 Hashing
- SHA512 Hashing
- Secure password generator.
<<lessThe new FireEncrypter is ready! (v-3.0, this version contains the following ciphers:
- AES (Rijndael 128Bit)
- Affine
- Caesar
- XOR
- OTP (One Time Pad)
- Vigenere
- Rail Fence
- Morse Encoder
- MD2 Hashing
- MD5 Hashing
- SHA1 Hashing
- SHA256 Hashing
- SHA384 Hashing
- SHA512 Hashing
- Secure password generator.
Download (0.024MB)
Added: 2007-08-01 License: MPL (Mozilla Public License) Price:
831 downloads
cxxtools 1.4.5
cxxtools is a library of unrelated, but useful C++ classes. more>>
cxxtools is a library of unrelated, but useful C++ classes.
It contains an argument-parser, a base-64 encoder/decoder, a C++ interface to iconv, md5-stream for easy MD5 calculation, threading classes, socket classes, a dynamic exception-safe buffer, a wrapper for dlopen/dlsym, a pool template (e.g., for a connection pool in a multi-threaded application), query_params, and a class for easy parsing of CGI parameters (GET and POST) in a CGI program.
Enhancements:
- This release adds a policy-based smart pointer and a parser for property files.
- The parser for INI files was rewritten.
<<lessIt contains an argument-parser, a base-64 encoder/decoder, a C++ interface to iconv, md5-stream for easy MD5 calculation, threading classes, socket classes, a dynamic exception-safe buffer, a wrapper for dlopen/dlsym, a pool template (e.g., for a connection pool in a multi-threaded application), query_params, and a class for easy parsing of CGI parameters (GET and POST) in a CGI program.
Enhancements:
- This release adds a policy-based smart pointer and a parser for property files.
- The parser for INI files was rewritten.
Download (0.72MB)
Added: 2007-07-09 License: LGPL (GNU Lesser General Public License) Price:
837 downloads
XviD 1.1.3
XviD is an ISO MPEG-4 compliant video codec. more>>
XviD is an ISO MPEG-4 compliant video codec, so designed to compress/decompress digital video.
XviD is a open source project, which is developed and maintained by a handful of skilled and interested engineers from all over the world.
This release is the long awaited 1.1.0. It is mostly API compatible with the previous stable release as we dropped support for reduced resolution coding. If your application didnt use that feature then the upgrade is totally compatible.
Enhancements:
xvidcore:
- Improved Low bitrate quality.
- Improved VBV support
- Rate-Distortion mode decision for bvops
- New postprocessing functions, brightness and deringing
- New PowerPC port by Christoph Naegeli
- Brand new amd64 Linux 64bit port by Andre Werthmann
- Various decoder and encoder speedups
- A few bugs squashed
VFW frontend
- Mingw/CygWin support
- Various small improvements
- A few bugs squashed
DShow frontend
- Mingw/CygWin support
- Support for brightness control
- Various small improvements
- A few bugs squashed
Enhancements:
- This release fixes a potential vulnerability in mbcoding.c as reported in the Secunia advisory SA25711.
<<lessXviD is a open source project, which is developed and maintained by a handful of skilled and interested engineers from all over the world.
This release is the long awaited 1.1.0. It is mostly API compatible with the previous stable release as we dropped support for reduced resolution coding. If your application didnt use that feature then the upgrade is totally compatible.
Enhancements:
xvidcore:
- Improved Low bitrate quality.
- Improved VBV support
- Rate-Distortion mode decision for bvops
- New postprocessing functions, brightness and deringing
- New PowerPC port by Christoph Naegeli
- Brand new amd64 Linux 64bit port by Andre Werthmann
- Various decoder and encoder speedups
- A few bugs squashed
VFW frontend
- Mingw/CygWin support
- Various small improvements
- A few bugs squashed
DShow frontend
- Mingw/CygWin support
- Support for brightness control
- Various small improvements
- A few bugs squashed
Enhancements:
- This release fixes a potential vulnerability in mbcoding.c as reported in the Secunia advisory SA25711.
Download (0.72MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
575 downloads
Quick and Dirty Transcoder 0.1
Quick and Dirty Transcoder provides a simple shell script that adds transcoding support to Amarok using gstreamer. more>>
Quick and Dirty Transcoder provides a simple shell script that adds transcoding support to Amarok using gstreamer.
The only prerequisites are that you have gstreamer installed and the appropriate plugins.
Quick and Dirty Transcoder works with transcoding when copying files to a media player and also adds a context menu to allow you to transcode files in your collection. When doing the latter, the transcoded file will be written to the same directory as the original file.
You can configure dirtyxcode by creating a file in your home directory ~/.dirtyxcode.sh. The format of the configuration is a shell script that will be sourced by dirtyxcode. You can use this to control how dirtyxcode constructs the gstreamer pipeline. For example, to change the flacencoder element add the following:
flac_enc="myflacencoder myflacencopt=foo"
You can also add options to the existing encoders by setting
< format >_enc_options, for example to change the preset quality
setting for the mp3 encoder (lame), add the following to your
~/.dirtyxcode.sh file.
mp3_enc_options="preset=extreme"
The default gstreamer plugins used by Quick and Dirty Transcoder are:
- wav: wavenc
- mp3: lame
- ogg: vorbisenc
- m4a: faac
- aac: faac
- flac: flacenc
<<lessThe only prerequisites are that you have gstreamer installed and the appropriate plugins.
Quick and Dirty Transcoder works with transcoding when copying files to a media player and also adds a context menu to allow you to transcode files in your collection. When doing the latter, the transcoded file will be written to the same directory as the original file.
You can configure dirtyxcode by creating a file in your home directory ~/.dirtyxcode.sh. The format of the configuration is a shell script that will be sourced by dirtyxcode. You can use this to control how dirtyxcode constructs the gstreamer pipeline. For example, to change the flacencoder element add the following:
flac_enc="myflacencoder myflacencopt=foo"
You can also add options to the existing encoders by setting
< format >_enc_options, for example to change the preset quality
setting for the mp3 encoder (lame), add the following to your
~/.dirtyxcode.sh file.
mp3_enc_options="preset=extreme"
The default gstreamer plugins used by Quick and Dirty Transcoder are:
- wav: wavenc
- mp3: lame
- ogg: vorbisenc
- m4a: faac
- aac: faac
- flac: flacenc
Download (0.003MB)
Added: 2007-06-01 License: BSD License Price:
875 downloads
Boxtream 0.997
Boxtream is both an audio and video encoder and streamer and an assembly of audio and video hardware. more>>
Boxtream is both an audio and video encoder and streamer and an assembly of audio and video hardware, forming a mobile video streaming studio.
It is designed to easily record and stream live presentations including a presenter and synchronized slides, or slides only, or presenter only, and was built to stream live courses over the Internet for distance learning students. It supports Extron video switchers (Kramer support is planned).
The project can be entirely controlled remotely over XML-RPC, and includes an X11 interface built with wxWidgets. It supports five different streaming scenarios. The software can still be used without most of the hardware included in the original boxtream project.
<<lessIt is designed to easily record and stream live presentations including a presenter and synchronized slides, or slides only, or presenter only, and was built to stream live courses over the Internet for distance learning students. It supports Extron video switchers (Kramer support is planned).
The project can be entirely controlled remotely over XML-RPC, and includes an X11 interface built with wxWidgets. It supports five different streaming scenarios. The software can still be used without most of the hardware included in the original boxtream project.
Download (0.071MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
877 downloads
KWiideo 0.1
KWiideo is a video encoder for the mjpeg codec, which is supported by the Nintendo Wii. more>>
KWiideo is a video encoder for the mjpeg codec, which is supported by the Nintendo Wii.
You can use mencoder or ffmpeg as encoder. If you want to add subtitles you have to use mencoder, because ffmpeg cant add srt files to videos (maybe ffmpeg can do it, but didnt found a function for it).
You can set the quality of the output video using the quality slider. Available values 1 (best quality, largest files) to 30 (poor quality, small files). An other way to change the quality is setting the bitrate. High bitrates create better quality, but the filesize increase. It is not possible to use the quality slider and the bitrate setting function at the same time. Changing the bitrate seems not to work with mencoder and mjpeg as codec, you better take the quality slider when you use mencoder as encoder.
For splitting the video, you need avisplit. Comments are welcome.
<<lessYou can use mencoder or ffmpeg as encoder. If you want to add subtitles you have to use mencoder, because ffmpeg cant add srt files to videos (maybe ffmpeg can do it, but didnt found a function for it).
You can set the quality of the output video using the quality slider. Available values 1 (best quality, largest files) to 30 (poor quality, small files). An other way to change the quality is setting the bitrate. High bitrates create better quality, but the filesize increase. It is not possible to use the quality slider and the bitrate setting function at the same time. Changing the bitrate seems not to work with mencoder and mjpeg as codec, you better take the quality slider when you use mencoder as encoder.
For splitting the video, you need avisplit. Comments are welcome.
Download (0.056MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
889 downloads
Dirac 0.7.0
Dirac is a video codec that provides general-purpose video compression and decompression tools. more>>
Dirac is a video codec that provides general-purpose video compression and decompression tools comparable with state-of-the-art systems.
Dirac video codec is available for distribution under the MPL version 1.1 software license.
Dirac is an open source video codec. It uses a traditional hybrid video codec architecture, but with the wavelet transform instead of the usual block transforms. Motion compensation uses overlapped blocks to reduce block artefacts that would upset the transform coding stage.
Dirac can code just about any size of video, from streaming up to HD and beyond, although certain presets are defined for different applications and standards. These cover the parameters that need to be set for the encoder to work, such as block sizes and temporal prediction structures, which must otherwise be set by hand.
Dirac is intended to develop into real coding and decoding software, capable of plugging into video processing applications and media players that need compression.
It is intended to develop into a simple set of reliable but effective coding tools that work over a wide variety of content and formats, using well-understood compression techniques, in a clear and accessible software structure. It is not intended as a demonstration or reference coder.
Enhancements:
- This is a major release to comply with the latest version of the Dirac Bytestream Specification.
- Support has been added for constant bit-rate coding in addition to existing constant quality coding.
- Arithmetic coding and motion vector data partitioning have been improved.
- The encoder and decoder API have changed.
- New patches have been released for MPlayer and FFMpeg.
- A new version of the DirectShow filter to comply with Dirac 0.7.0 has been released.
<<lessDirac video codec is available for distribution under the MPL version 1.1 software license.
Dirac is an open source video codec. It uses a traditional hybrid video codec architecture, but with the wavelet transform instead of the usual block transforms. Motion compensation uses overlapped blocks to reduce block artefacts that would upset the transform coding stage.
Dirac can code just about any size of video, from streaming up to HD and beyond, although certain presets are defined for different applications and standards. These cover the parameters that need to be set for the encoder to work, such as block sizes and temporal prediction structures, which must otherwise be set by hand.
Dirac is intended to develop into real coding and decoding software, capable of plugging into video processing applications and media players that need compression.
It is intended to develop into a simple set of reliable but effective coding tools that work over a wide variety of content and formats, using well-understood compression techniques, in a clear and accessible software structure. It is not intended as a demonstration or reference coder.
Enhancements:
- This is a major release to comply with the latest version of the Dirac Bytestream Specification.
- Support has been added for constant bit-rate coding in addition to existing constant quality coding.
- Arithmetic coding and motion vector data partitioning have been improved.
- The encoder and decoder API have changed.
- New patches have been released for MPlayer and FFMpeg.
- A new version of the DirectShow filter to comply with Dirac 0.7.0 has been released.
Download (0.70MB)
Added: 2007-05-09 License: MPL (Mozilla Public License) Price:
904 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 encoder 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