From owner-freebsd-multimedia@freebsd.org Fri Nov 13 06:59:17 2015 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F308A2ECAB for ; Fri, 13 Nov 2015 06:59:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7FE46105A for ; Fri, 13 Nov 2015 06:59:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7F6C4A2ECA9; Fri, 13 Nov 2015 06:59:17 +0000 (UTC) Delivered-To: multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 653F4A2ECA8 for ; Fri, 13 Nov 2015 06:59:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B4631058 for ; Fri, 13 Nov 2015 06:59:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD6xH5O060892 for ; Fri, 13 Nov 2015 06:59:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: maintainer-feedback requested: [Bug 204511] multimedia/ffmpeg: add more options for codecs in port libraries Date: Fri, 13 Nov 2015 06:59:17 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 06:59:17 -0000 Jan Beich has reassigned Bugzilla Automation 's request for maintainer-feedback to multimedia@FreeBSD.org: Bug 204511: multimedia/ffmpeg: add more options for codecs in port libraries https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204511 --- Description --- Created attachment 163075 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D163075&action= =3Dedit v1 (beware of typos) Build log: http://sprunge.us/SHWL All dependencies are also present in branches/2015Q4. STRIP=3Doff use case: profiling with pmcstat or dtrace. $ make showconfig (defaults) ... BS2B=3Doff: Bauer Stereophonic-to-Binaural filter CACA=3Doff: libcaca graphics library support DC1394=3Doff: IIDC-1394 grabbing using libdc1394 FLITE=3Doff: Voice synthesis support via libflite FRIBIDI=3Doff: Bidirectional text support via GNU FriBidi GME=3Doff: Game Music Emu demuxer ILBC=3Doff: Internet Low Bit Rate codec LADSPA=3Doff: LADSPA audio plugins support OPENCL=3Doff: Heterogeneous computing via OpenCL OPENGL=3Doff: 2D/3D rendering support via OpenGL QUVI=3Doff: Flash media stream URLs RTCPU=3Don: Detect CPU capabilities at runtime SNAPPY=3Doff: Snappy compression library support SSH=3Doff: SSH protocol support STRIP=3Don: Strip binaries before installation TWOLAME=3Doff: TwoLAME MP2 audio encoder support VIDSTAB=3Doff: Video stabilization filter WAVPACK=3Doff: WavPack lossless audio format support WEBP=3Doff: WebP image format support XCB=3Don: X11 grabbing using XCB ZMQ=3Doff: Message passing via libzmq4 ZVBI=3Doff: Teletext support via libzvbi ffmpeg-2.8 also supports the following codecs but their implementations are= n't in ports or I couldn't find: --enable-libdcadec enable DCA decoding via libdcadec [no] --enable-libiec61883 enable iec61883 via libiec61883 [no] --enable-libkvazaar enable HEVC encoding via libkvazaar [no] --enable-libmfx enable HW acceleration through libmfx --enable-libnut enable NUT (de)muxing via libnut, native (de)muxer exists [no] --enable-libshine enable fixed-point MP3 encoding via libshine [no] --enable-libsoxr enable Include libsoxr resampling [no] --enable-libutvideo enable Ut Video encoding and decoding via libutvid= eo [no] --enable-libxavs enable AVS encoding via xavs [no] --enable-nvenc enable NVIDIA NVENC support [no] NVENC requires libnvidia-encode.so.1 which internally depends on libcuda.so= .1 and thus NOT provided by x11/nvidia-driver. Linuxulator may help but then o= ne needs recent videocard to avoid "CreateInputBuffer failed" and in linux64 c= ase also fixing libcuda.so.1 to avoid "dl_fn->cu_init(0) - failed with error co= de 0x3e7" (aka CUDA_ERROR_UNKNOWN).=