From owner-freebsd-multimedia@freebsd.org Fri Aug 14 00:46:09 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 E7BC199E97A for ; Fri, 14 Aug 2015 00:46:08 +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 CBD611D2A for ; Fri, 14 Aug 2015 00:46:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id CB5F199E979; Fri, 14 Aug 2015 00:46:08 +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 CB02E99E978 for ; Fri, 14 Aug 2015 00:46:08 +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 9D0A91D28 for ; Fri, 14 Aug 2015 00:46:08 +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 t7E0k8Mj030012 for ; Fri, 14 Aug 2015 00:46:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 202313] multimedia/ffmpeg: add OPENH264 option Date: Fri, 14 Aug 2015 00:46:08 +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, needs-qa, 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? 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-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, 14 Aug 2015 00:46:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202313 Bug ID: 202313 Summary: multimedia/ffmpeg: add OPENH264 option Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: feature, needs-qa, patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: multimedia@FreeBSD.org Reporter: jbeich@FreeBSD.org Flags: maintainer-feedback?(multimedia@FreeBSD.org) Assignee: multimedia@FreeBSD.org Created attachment 159853 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159853&action=edit v0 multimedia/openh264 doesn't install h264enc/h264dec binaries, so testing the implementation before was a bit non-trivial. $ ffmpeg -codecs 2>/dev/null | fgrep -i 264 DEV.LS h264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (decoders: h264 h264_vdpau ) (encoders: libx264 libx264rgb libopenh264 ) $ ffmpeg -f x11grab -i :0 -codec:v libopenh264 foo.mp4 [...] Input #0, x11grab, from ':0': Duration: N/A, start: 1439513005.309265, bitrate: N/A Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 640x480, 29.97 fps, 29.97 tbr, 1000k tbn, 29.97 tbc [OpenH264] this = 0x0x80ca67090, Warning:bEnableFrameSkip = 0,bitrate can't be controlled for RC_QUALITY_MODE,RC_BITRATE_MODE and RC_TIMESTAMP_MODE without enabling skip frame. Output #0, mp4, to 'foo.mp4': Metadata: encoder : Lavf56.36.100 Stream #0:0: Video: h264 (libopenh264) ([33][0][0][0] / 0x0021), yuv420p, 640x480, q=2-31, 200 kb/s, 29.97 fps, 30k tbn, 29.97 tbc Metadata: encoder : Lavc56.41.100 libopenh264 Stream mapping: Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libopenh264)) Press [q] to stop, [?] for help frame= 249 fps= 30 q=-1.0 Lsize= 617kB time=00:00:08.30 bitrate= 608.4kbits/s -- You are receiving this mail because: You are the assignee for the bug.