Decent DVD rippers?

Fabian Greffrath fabian at greffrath.com
Mon Feb 6 13:37:43 UTC 2012


Am 03.02.2012 17:09, schrieb Reinhard Tartler:
> I've asked debian-legal (with zero response) and then abandoned faac.
> I've escalated this question to the ubuntu technical board, and
> they've decided faac was redistributable but non-free. So that
> wouldn't help us much.

No, we are not going to push nearly all of our multimedia applications 
in contrib. :/

> Maybe we can port/replace the offending parts with code from libavcodec?

Currently we have three choices:

1) FAAC has a CLI frontend, non-free code in the library and uses 
mp4v2 (MPL-1.1) for mp4 muxing.
2) vo-aacenc (Apache-2.0) offers a free library, but does not have a 
CLI and no mp4 muxing code.
3) ffaac (lavc) is free, probably does not offer the best encoding 
quality, has no own CLI and uses lavf for mp4 muxing.

So the best would be to port the FAAC frontend to the vo-aacenc 
library and use libavformat for mp4 muxing. ;)

> Cool! I'll try to find time next week to have a look at it.

You actually did the last commit in September yourself. :p



More information about the pkg-multimedia-maintainers mailing list