Main > Free Download Search >

Free mp3 encoder ubuntu software for linux

mp3 encoder ubuntu

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 949
LAME MP3 Encoder 3.98.2

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
LAME MP3 Encoder 3.98Today, LAME is considered the best MP3 encoder at mid-high bitrates and at ... Today, LAME is considered the best MP3 encoder at mid-high bitrates and at VBR, mostly thanks
License:Freeware
Download (1.35MB)
306 downloads
Added: 2009-04-10
KmPg2 MPEG2 Encoder 1.96

KmPg2 MPEG2 Encoder 1.96


KmPg2 is a user friendly MPEG2 encoding wizard that allows the user to create high quality DVD compatible MPEG2 streams. more>>
KmPg2 is a very simple to use MPEG2 encoding wizard that allows the user to create high quality DVD compatible MPEG2 streams, without requiring any technical knowledge.
Creating high quality MPEG2 streams involves a lot more than simply feeding the input video to mpeg2enc/transcode/mencoder/etc.
The input video needs to be carefully prepared by pulling it through a chain of stream processing tools like low-pass filters, color correction filters, static and dynamic chroma and luma noise filters, scalers, and so on.
This processing chain needs to be tuned in such a way that all irrelevant data (like noise) is removed before the video enters the encoder. KmPg2 uses the video processing / encoding tools from the MJPEGTools project to achieve this.
KmPg2 features a profiler that enables the user to interactively create custom pre-processing pipelines that are optimised for a specific type of video material. These preprocessing pipelines (profiles) can be stored and used with the actual encoding wizard.
For example, you could create a profile that is designed especially for restoring a single aging VHS tape, or you could create a profile tuned for your digital camcorder and re-use it for every new recording that needs to be encoded.
At this moment KmPg2 accepts only one format of input video: Raw Sony DV video streams. This is the video format that most people use nowadays for high quality video processing and editing. Support for using AVI files for input is expected in future versions.
Main features:
- Produces DVD compliant MPEG2 streams
- Seperate chroma/luma noise filtering
- Low-Pass filtering support
- Contrast/Brightness/Saturation correction
- White balance correction
- Special black-and-white mode
- Crop image to Widescreen (16:9) or Panavision (2.35:1)
- Output conforms to Rec.601 specifications
- Both constant bitrate and variable bitrate encoding
- Unsharp masking
- Supports progressive and interlaced source material
- Support for removing overscan area
- Provides feedback to user about average/peak bitrates
- Show output on screen while encoding
- Generate encoding shell scripts
- Generate quick preview-encodings of parts of source video
<<less
Download (0.068MB)
Added: 2006-06-11 License: GPL (GNU General Public License) Price:
1250 downloads
Edubuntu 5.10

Edubuntu 5.10


Edubuntu is a version of the Ubuntu operating system suitable for classroom use. more>>
Edubuntu is a version of the Ubuntu operating system suitable for classroom use. As an educator youll be able to set up a computer lab, or establish an online learning environment, in an hour or less -- then administer that environment without having to become a fully-fledged Linux geek.

Edubuntu is currently under development by the same development team that produces the wildly popular Ubuntu system. Edubuntu is a customized version of Ubuntu, scheduled for initial release in October 2005 at the same time as Ubuntu 5.10.

Principal design goals of Edubuntu are centralized management of configuration, users, and processes, together with facilities for working collaboratively in a classroom setting. Equally important is the gathering together of the best available free software and digital materials for education.
<<less
Download (2300MB)
Added: 2005-08-30 License: GPL (GNU General Public License) Price:
1530 downloads
iPod Video Encoder 1.0.2

iPod Video Encoder 1.0.2


iPod Video Encoder is a command line tool for convenient encoding of video files for use on iPod video. more>>
iPod Video Encoder is a command line tool for convenient encoding of video files for use on iPod video. iPod Video Encoder project uses the ffmpeg tool for the actual encoding.
It features recursive encoding of all files in a directory, and generating a podcast.xml file for convenient use in iTunes.
It can be used in a cron job that periodically checks directories for new files and encodes them without user intervention.
Main features:
- Encoding of single files
- Optional specification of a/v bitrates
- Recursively encode all files in a directory
- Generating a podcast.xml for convenient use in iTunes
Options:
--version show programs version number and exit
-h, --help show this help message and exit
-R, --recursive Process directories recusively
-f, --force Force re-encode existing iPod videos
-t, --test Only encode first 10 seconds, to produce test videos
-e EXTENSIONS, --extensions=EXTENSIONS
Comma separated list of input extensions. Default: avi
-i IPODEXT, --ipodext=IPODEXT
iPod extension. Default: .ipod.mp4
-b VIDEO_RATE, --video-rate=VIDEO_RATE
Video bit rate, in kbps (default: 1024)
-a AUDIO_RATE, --audio-rate=AUDIO_RATE
Audio bit rate, in kbps (128)
-W WIDTH, --width=WIDTH
Video width, in pixels (default: 320)
-H HEIGHT, --height=HEIGHT
Video height, in pixels (default: 240)
-P, --pretend Do not really encode, just print out the ffmpeg
commands which would be executed
-v, --verbose Enable verbose output
Podcast options:
-p, --podcast Generate a podcast.xml file for each directory.
--podcast-documentroot=PODCAST_DOCUMENTROOT
Podcast document root; eg. /var/data/Movies/
--podcast-baseurl=PODCAST_BASEURL
Podcast base URL; eg. http://localhost/
Enhancements:
- Only uses the -e option for processing directories.
- The default ipod extension is now _ipod.mp4 for Windows compatibility.
- The README file has been extended with information on the .ipod-encoder settings file.
- The program no longer crashes when HOME is not set on Windows.
- --width and --height parameters have been added.
<<less
Download (0.010MB)
Added: 2006-01-20 License: GPL (GNU General Public License) Price:
1379 downloads
Versatile Encoder 0.8p2

Versatile Encoder 0.8p2


Versatile Encoder allows you to encode your own videos into good quality mpeg4 or h264. more>>
Versatile Encoder allows you to encode your own videos into good quality mpeg4 or h264. The input can be a sequence of files (as generated by blender), a file (if you want to recompress something) or a DVD/VCD (if you need to backup some movie).

This piece of software tries to guess good defaults and to help the user in his choices. It works at least under Windows and Linux, the coding platform is Linux.

It should work without a hassle under all BSD variants and probably under MacOSX too, report me if you get it working somewhere else.
<<less
Download (0.092MB)
Added: 2006-07-10 License: BSD License Price:
1207 downloads
neostrada-sagem-ubuntu 1.1

neostrada-sagem-ubuntu 1.1


neostrada-sagem-ubuntu is a script, that configures ubuntu for networking with Sagem fast800 (neostrada tp). more>>
neostrada-sagem-ubuntu is a script, that configures ubuntu for networking with Sagem fast800 (neostrada tp).

<<less
Download (0.63MB)
Added: 2006-09-22 License: GPL (GNU General Public License) Price:
1137 downloads
Ubuntu 9.10

Ubuntu 9.10


Ubuntu is regarded as such a beneficial and vital system for laptops, desktops and servers. more>> <<less
Download (700MB)
Added: 2009-10-08 License: Freeware Price:
downloads
 
Other version of Ubuntu
Ubuntu 7.04 (Feisty Fawn)Ubuntu 7.04 (Feisty Fawn) Ubuntu is a Debian based linux distribution. Ubuntu 7.04 (Feisty ... Ubuntu is a Debian based linux distribution. Welcome to Feisty Fawn a.k.a Ubuntu 7.04
License:GPL (GNU General Public License)
Download (492MB)
2094 downloads
Added: 2007-04-19
Ubuntu 6.10 (Edgy Eft)Ubuntu 6.10 (Edgy Eft) Ubuntu is a Debian based linux distribution. Ubuntu is a Debian based linux distribution. Main features: - Tomboy, an easy-to-use and
License:GPL (GNU General Public License)
Download (464MB)
2260 downloads
Added: 2006-10-26
Ubuntu 6.06.1 (Dapper Drake)feature Ubuntu Linux Distribution. The install CD allows you to install Ubuntu permanently on ... community has to offer, to make Ubuntu usable by as many people as possible. - Ubuntu is released
License:GPL (GNU General Public License)
Download (429MB)
2349 downloads
Added: 2006-08-10
Ubuntu Ultimate Edition 1.4Ubuntu Software - Ubuntu Ultimate Edition is an Ubuntu Feisty Fawn with a lot of
License:GPL (GNU General Public License)
Download (MB)
2081 downloads
Added: 2007-07-08
Ubuntu Lite 1.1bring the power of Ubuntu across to the users of Legacy systems. So not just to make a small linux ... linux based desktop Operating system (that has been done with Ubuntu Linux, Beatrix). The idea
License:GPL (GNU General Public License)
Download (215MB)
2023 downloads
Added: 2006-08-21
Booting Ubuntu To RAM

Booting Ubuntu To RAM


Booting Ubuntu To RAM is an article aims to document the process of creating a customized Ubuntu that loads an image in RAM. more>>
Booting Ubuntu To RAM is an article aims to document the process of creating a customized Ubuntu that loads an image from the hard disk to RAM, then boots an entire Ubuntu session out of RAM. It is intended for intermediate to advanced Ubuntu users who are familiar with the shell, and may have limited experience customizing the livecd (LiveCDCustomization) and shell scripting. We will customize a LiveCD and copy it to the hard drive, and make a few modifications to bootup scripts so that it copies to RAM via our good friend tmpfs.
WARNING: The author asserts that this procedure works for him, but cannot guarantee that this procedure works for anyone else. Although this procedure is meant to be 100% safe, it is feasible that there may be mistakes, or a chance of misunderstanding the instructions in a manner that causes loss of data. Please make a backup and do not attempt on mission critical systems. Read through this article thoroughly, and do not attempt if you do not comprehend or feel comfortable about any of the instructions!
CAUTION: I hope this is intuitively obvious, but Ill humor you and state it bluntly: Changes you make under the live session are NOT saved and WILL BE LOST when you reboot or shut down. Dont save anything important to the "home directory" and expect it to still be around! If you want to save data permanently, mount a permanent medium (such as your hard drive), plug in a thumbdrive, or use some network functionality built into Ubuntu to save your data to a non-volatile destination.
There are many cases where one would like to boot Ubuntu to RAM:
- Performance: The desktop performance is dramatically improved. A 400MB squashed filesystem in RAM, that holds 1200MB of data, is read back on a 1.6GHz Core Duo in about 3 seconds, including decompression time.
- Power, Noise, Durability: Although modern hard disks dont use much power compared to other system components, this may still be important for some. In laptops, hard disks are often the noisiest components, so this setup can reduce system noise. With the hard disk spun down, a laptop can potentially withstand greater shocks without damage.
- Abrupt poweroff: Since the hard disk is only momentarily used in read-only mode during boot, then never touched again, there are few or no negative consequences of an abrupt poweroff. If a system is used where power is inconsistent, or the system is regularly used in a context where fast shutoffs are required, this is very handy.
- Privacy: Anything you do in this session are lost when you reboot or power off. This is great for kiosks or other systems where permanent modification are not desired. (Note that by default the livecd user has full sudo access, so potentially a malicious user can still make permanent changes by mounting the hard drive and following this HOWTO)
<<less
Download (MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
555 downloads
UbuntuTrinux

UbuntuTrinux


UbuntuTrinux seeks to integrate elements of Trinux with the Debian/Ubuntu mkinitramfs infrastructure. more>>
UbuntuTrinux seeks to integrate elements (and code, where appropriate) of Trinux with the Debian/Ubuntu mkinitramfs infrastructure to allow easy development and packaging Ubuntu binary (and ultimately package and repository) compatible ramdisk distributions using recent 2.6.x kernels. As before, the most common use is network security monitoring and analysis.

Trinux: A Linux Security Toolkit was a ramdisk-based Linux distribution that was under active development from 1998-2003.
<<less
Download (6.3MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
850 downloads
MP3c 0.31

MP3c 0.31


MP3c is a special program for converting audio-cds to mp3/ogg-format. more>>
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 textconsoles as well under X11, and a batchmode, which allows automatic encoding of cds inside shellscripts (eg at night within cronjobs).
There are two different possibilities for encoding (depends on your ripper and encoder): Non-Fly encoding, where an audio-track is first grabbed from cds and then encoded, and On-Fly encoding, where grabbing and encoding is one step. Normally you should refer to Non-Fly encoding, since your cdrom-drive hasnt to work all the time, and some encoder produces a "click" at the beginning of mp3/ogg-files if On-Fly encoding is used. The only disadvantage of Non-Fly encoding is, that there is a temp-file, which can grow up to 50-100 MB sometimes.
Information about songtitle on your cds are received with help of CDDB database. In contrast to other programs, an CDDB-entry is detailed analyzed to find every information even for sampler-cds.
Creation of filenames is userdefined. You can use pattern to constitute the appearance of your mp3-files individually. Furthermore you can decide how spaces within filenames should be handled (you can allow them, convert them to underscores "_" or just kill them).
Interessting is the possibility of shellscript creation, which contains all functionality for encoding your cds. You can start these scripts as daemon-processes or run them at night inside a cronjob.
Recommended programs for the use of MP3c are: CDparanoia as audio-cd grabber, Encoder as MP3-encoder and MP3info for creating MP3-ID-tags. For OGG use oggenc. If you need, you can download these programs here, or a complete package with these programs inside. Furthermore you can download runable binaries, but only for glibc 2.1 (linux i386) at the moment. If you like to create RPMs and/or binaries for other systems and libraries, please send these to me, so that I can put it on my page.
Enhancements:
- Switched to CDDB protocol level 5 to support detection and saving of year and genre information.
<<less
Download (0.20MB)
Added: 2006-07-30 License: GPL (GNU General Public License) Price:
1184 downloads
Parental control 2.1

Parental control 2.1


Web Content Filtering Only: Do you want to install web content filtering to your default Ubuntu 6.10 Edgy Eft installation? more>>
Ubuntu Christian Edition is a free, open source operating system geared towards Christians.
The goal of Ubuntu Christian Edition is to bring the power and security of Ubuntu to Christians. Ubuntu Christian Edition is suitable for both desktop and server use. The current Ubuntu Christian Edition release supports PC (Intel x86).
Ubuntu Christian Edition includes more than 16,000 pieces of software, but the core desktop installation fits on a single CD. Ubuntu Christian Edition covers every standard desktop application from word processing and spreadsheet applications to web server software and programming tools.
Along with the standard Ubuntu applications, Ubuntu Christian Edition includes the best available Christian software. The latest release contains GnomeSword, a top of the line Bible study program for Linux based on the Sword Project. There are several modules installed with GnomeSword including Bibles, Commentaries, and Dictionaries.
Ubuntu Christian Edition also includes fully integrated web content parental controls powered by Dansguardian. A graphical tool to adjust the parental control settings has also been developed specifically for Ubuntu Christian Edition. These features are truly what sets Ubuntu Christian Edition apart.
This is a script for those who do not wish to use Ubuntu CE but would like to use the web content filtering that is available in Ubuntu CE and a script that will install the Dansguardian GUI to an Ubuntu system that is already using Dansguadian.
System requirements:
- Ubuntu distro
Packages Installed:
- Dansguardian Web Content Filtering
- Graphical tool to easily change the Dansguardian filter settings
How to run the script:
1. Download the script archive.
2. Right click on the archive and select Extract Here.
3. Double click the "install_me" file.
4. Select "Run in Terminal".
5. Enter your password when prompted.
6. Follow the onscreen prompts.
Once you have finished running the script immediately reboot your computer. Dansguardian WILL NOT function correctly until after you reboot. Your original sources.list file will be restored when the script is finished.
*Note: This is a powerful script. It will be making changes to your system and should be USED AT YOUR OWN RISK!!
**Note: You may want to make backup copies of the following files:
/usr/lib/firefox/firefox.cfg
/etc/firefox/pref/firefox.js
/etc/apt/sources.list
***Note: This script should only be used on Ubuntu 6.10 (Edgy Eft). The script has only been tested on a fresh install of Ubuntu 6.10 (Edgy Eft). Results may vary with different configuration settings.
****Note: You may see a few errors during the script regarding dansguardian and clamav. These should be ignored. Once you reboot your computer these configuration issues will be resolved.
<<less
Download (0.065MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
733 downloads
MP3::Daemon 0.63

MP3::Daemon 0.63


MP3::Daemon is a daemon that possesses mpg123. more>>
MP3::Daemon is a daemon that possesses mpg123.

SYNOPSIS

MP3::Daemon is meant to be subclassed -- not used directly.
package MP3::Daemon::Simple;

use strict;
use vars qw(@ISA);
use MP3::Daemon;

@ISA = qw(MP3::Daemon);
Other perl scripts would use MP3::Daemon::Simple like this:
my $socket_path = "/tmp/mp3d_socket";

# start up a daemon
MP3::Daemon::Simple->spawn($socket_path);

# get a socket thats good for one request to the daemon
my $client = MP3::Daemon::Simple->client($socket_path);

print $client @command;

<<less
Download (0.025MB)
Added: 2006-11-08 License: Perl Artistic License Price:
1084 downloads
mpegrec 1.0

mpegrec 1.0


mpegrec is a FREE, Open Source command-line tool for recording audio on Windows and Linux. more>>
mpegrec is a FREE, Open Source command-line tool for recording audio on Windows and Linux. It may be used to record direct-to-disk WAV files, and MP3 files. MP3 encoding requires an external MP3 encoder such as the lame encoder. Other encoders can be used with minimal changes to the source code.

Unlike other WAV recorders available online, mpegrec is free -- even on Windows. (MP3 encoding may require a licensed encoder.) The command-line inteface is easy to use -- easy enough you will not miss a silly GUI. If you have an audio card capable of hardware-mpeg encoding, mpegrec for Windows can utilize the cards features for direct-to-disk MP3 recording.

NOTE: mpegrec on Linux is slightly dated and may require porting to newer kernels. If you port mpegrec feel free to share it in accordance with the GNU GPL license. If you can make the package small enough, I will consider posting it here.

To install wavrec and mpegrec simply type make at the shell:

make

To install wavrec and a sym-link for mpegrec type make install:

make install
<<less
Download (0.042MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1194 downloads
WideMP3 1.0-beta1

WideMP3 1.0-beta1


WideMP3 is a relatively simple distributed MP3 encoder. more>>
WideMP3 is a relatively simple distributed MP3 encoder. It works in a client-server fashion, with multiple servers and a client that feeds the PCM audio over a network connection to the server. The server sends back the encoded audio, which the client then writes to a file. The actual encoding is done via an external encoder, such as BladeEnc.

Installation is very simple simple.

Extract the source distribution, and compile and install as follows:

./configure
make
su
make install

Current supported platforms are:

Debian GNU/Linux 2.2 on Intel x86 and Alpha.
Debian GNU/Linux 2.1 on Intel x86
OpenBSD 2.7 on Intel x86

It should also work on FreeBSD, although this has not yet been tested. Positive and negative reports on different platforms will be appreciated, especially if accompanied by a patch to make it work.

If you want to contribute a patch, you must be willing for the patch to be released under the GNU General Public License. Patches should be in context diff format (diff -c) or unified diff format (diff -u).

Currently supported MP3 encoders:
Bladeenc 0.9x - http://bladeenc.mp3.no/
Positive and negative reports for different encoders will be appreciated, especially if accompanied by a patch to make it work.
<<less
Download (0.062MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1191 downloads
Ubuntu Linux 5.10

Ubuntu Linux 5.10


Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. more>>
Ubuntu is a complete Linux-based operating system, freely available with both community and professional support.

The Ubuntu community is built on the ideas enshrined in the Ubuntu Manifesto: that software should be available free of charge, that software tools should be usable by people in their local language and despite any disabilities, and that people should have the freedom to customise and alter their software in whatever way they see fit.

These freedoms make Ubuntu fundamentally different from traditional proprietary software: not only are the tools you need available free of charge, you have the right to modify your software until it works the way you want it to.

The team behind Ubuntu makes the following public commitment to its users:

* Ubuntu will always be free of charge, and there is no extra fee for the "enterprise edition", we make our very best work available to everyone on the same Free terms.
* Ubuntu includes the very best in translations and accessibility infrastructure that the Free Software community has to offer, to make Ubuntu usable by as many people as possible.
* Ubuntu is released regularly and predictably; a new release is made every six months. You can use the current stable release or the current development release. Each release is supported for at least 18 months.
* Ubuntu is entirely committed to the principles of free and open source software development; we encourage people to use free and open source software, improve it and pass it on.

Ubuntu is suitable for both desktop and server use. The current Ubuntu release supports Intel x86 (IBM-compatible PC), AMD64 (Hammer) and PowerPC (Apple iBook and Powerbook, G4 and G5) architectures.

Ubuntu includes more than 1,000 pieces of software, starting with the Linux kernel version 2.6 and Gnome 2.8, and covering every standard desktop application from word processing and spreadsheet applications to internet access applications, web server software, email software, programming languages and tools and of course several games.
<<less
Download (641MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1500 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5