#18256: ffmpeg: set default variants to include all optional codecs ----------------------------------------------------+----------------------- Reporter: devans@… | Owner: acho@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.7.0 Keywords: vorbis faac faad lame theora x264 xvid | Port: ffmpeg ----------------------------------------------------+----------------------- Description changed by devans@…: Old description:
Per discussion lead by Jean-Michel Pouré on macports-devel [http://lists.macosforge.org/pipermail/macports- dev/2009-January/007102.html] the attached patch sets default_variants to include all available optional codecs on the grounds that the spirit of the distribution is to provide support for conversion between as many different encodings as possible.
This includes {{{ +a52 +extvorbis +faac +faad +lame +theora +x264 +xvid }}} The following variants remain optional by default {{{ +avfilter (experimental) +gpl (automatically included as necessary) +mmx (experimental/buggy) +postproc (experimental) }}} The revision is incremented to reflect the change in port functionality (for the better, IMHO)
New description: Per discussion lead by Jean-Michel Pouré on macports-devel [http://lists.macosforge.org/pipermail/macports- dev/2009-January/007102.html] the attached patch sets default_variants to include all available optional codecs on the grounds that the spirit of the distribution is to provide support for conversion between as many different encodings as possible. In addition, by limiting the default selection of codecs in ffmpeg, the functionality of ports that depend upon ffmpeg (sox, kdenlive, gstreamer, etc) are correspondingly reduced as well. This includes {{{ +a52 +extvorbis +faac +faad +lame +theora +x264 +xvid }}} The following variants remain optional by default {{{ +avfilter (experimental) +gpl (automatically included as necessary) +mmx (experimental/buggy) +postproc (experimental) }}} The revision is incremented to reflect the change in port functionality (for the better, IMHO) -- -- Ticket URL: <http://trac.macports.org/ticket/18256#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS