#18078: ffmpeg SVN-r15261 Unable to use x264 -----------------------------+---------------------------------------------- Reporter: fclaire@… | Owner: acho@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ffmpeg x264 | Port: ffmpeg -----------------------------+---------------------------------------------- Comment(by devans@…): The listing of libraries in the ffmpeg output only shows the libraries that are provided by the ffmpeg distribution itself. libx264 is an external library (provided by port x264) and hence not listed. To get a complete list of what is provided in this specific build try {{{ sudo port -d configure ffmpeg +gpl +postproc +extvorbis +xvid +x264 +a52 +avfilter }}} Concerning the error, it says it will use libx264 for stream #0.0 (the video stream) but is complaining about stream #0.1 (the audio stream) which is mp2 in the input file but says 0x0000 for the output. So not sure this is about libx264 at all. I think this is not a MacPorts porting issue but an ffmpeg usage issue (maybe a bug) that should be taken up on the ffmpeg-users list. See [https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user]. -- Ticket URL: <http://trac.macports.org/ticket/18078#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS