From owner-freebsd-ports-bugs@freebsd.org Fri Nov 13 06:59:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@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 8D457A2ECAA 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 77DF01059 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 tAD6xHKG060912 for ; Fri, 13 Nov 2015 06:59:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 204511] multimedia/ffmpeg: add more options for codecs in port libraries Date: Fri, 13 Nov 2015 06:59:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 06:59:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204511 Bug ID: 204511 Summary: multimedia/ffmpeg: add more options for codecs in port libraries Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: feature, patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: multimedia@FreeBSD.org Reporter: jbeich@FreeBSD.org Flags: maintainer-feedback?(multimedia@FreeBSD.org), merge-quarterly? Assignee: multimedia@FreeBSD.org Created attachment 163075 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163075&action=edit v1 (beware of typos) Build log: http://sprunge.us/SHWL All dependencies are also present in branches/2015Q4. STRIP=off use case: profiling with pmcstat or dtrace. $ make showconfig (defaults) ... BS2B=off: Bauer Stereophonic-to-Binaural filter CACA=off: libcaca graphics library support DC1394=off: IIDC-1394 grabbing using libdc1394 FLITE=off: Voice synthesis support via libflite FRIBIDI=off: Bidirectional text support via GNU FriBidi GME=off: Game Music Emu demuxer ILBC=off: Internet Low Bit Rate codec LADSPA=off: LADSPA audio plugins support OPENCL=off: Heterogeneous computing via OpenCL OPENGL=off: 2D/3D rendering support via OpenGL QUVI=off: Flash media stream URLs RTCPU=on: Detect CPU capabilities at runtime SNAPPY=off: Snappy compression library support SSH=off: SSH protocol support STRIP=on: Strip binaries before installation TWOLAME=off: TwoLAME MP2 audio encoder support VIDSTAB=off: Video stabilization filter WAVPACK=off: WavPack lossless audio format support WEBP=off: WebP image format support XCB=on: X11 grabbing using XCB ZMQ=off: Message passing via libzmq4 ZVBI=off: Teletext support via libzvbi ffmpeg-2.8 also supports the following codecs but their implementations aren'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 libutvideo [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 one needs recent videocard to avoid "CreateInputBuffer failed" and in linux64 case also fixing libcuda.so.1 to avoid "dl_fn->cu_init(0) - failed with error code 0x3e7" (aka CUDA_ERROR_UNKNOWN). -- You are receiving this mail because: You are the assignee for the bug.