Go to content Go to navigation Go to about page Go to archive

FATE - FFmpeg Automated Testing Environment · 16 January 2008 by Alex Beregszaszi

Finally Mike found the time to set up FATE, an automatic testing tool for FFmpeg buils. Read more about it in his blog post.

Kudos.

Comment

Nellymoser ASAO committed · 17 October 2007 by Alex Beregszaszi

After exactly two weeks of fine tuning, the Nellymoser codec has been committed to the FFmpeg Subversion repository.

Comment

Opensource MPL · 15 October 2007 by Alex Beregszaszi

MPL aka Meridian Lossless Packing is an audio compression technique mostly used on DVD-Audio discs. For a long time only proprietary decoders existed until finally Ian Caulfield succeeded in understanding the format and submitted an initial implementation to FFmpeg.

Comment

Nellymoser Asao · 3 October 2007 by Alex Beregszaszi

The Nellymoser Asao codec is a proprietary single-channel (mono) format optimized for low-bitrate transmission of audio. – according to the Multimedia Wiki

This format was once widely used in Macromedia (now Adobe) Flash files and currently is the only sane codec for encoding from microphone at the user.

For a long time there has been no support for this outside the Flash Player, thus people went as far as offering bounty for writing a decoder.

Now a few weeks ago someone took the nelly2pcm code and ported it into FFmpeg. Still not committed in its current state as Benjamin Larsson discovered it can be implemented with reusing much more code from the framework.

Also the codec is used with some changes under different names (information based on an old email), we have to get a view of those samples.

It will be available once the required changes are done. We can thank already the maintainers for their picky attitude about quality.

Comment