From owner-freebsd-ports@FreeBSD.ORG Tue Sep 9 23:31:21 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8713D508 for ; Tue, 9 Sep 2014 23:31:21 +0000 (UTC) Received: from smtpin1.utoledo.edu (smtpin1.utoledo.edu [131.183.2.213]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "*.utoledo.edu", Issuer "GlobalSign Organization Validation CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 096A19CD for ; Tue, 9 Sep 2014 23:31:20 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AowBAGWMD1SDtwIWmWdsb2JhbABZg2BXBIJ4xzCHTAGBCxYQAQEBAQEICwsHFCqEBAEFIxUbJhALDgoCAgUWCwICCQMCAQIBRQYNAQUCAQGIPgUIp0mPV4YGAReBLI4hB4J5gVMBBJVxiGGFYpFqUAGBR4EHAQEB X-IronPort-AV: E=Sophos;i="5.04,494,1406606400"; d="scan'208";a="346255991" Received: from dlpint00.utoledo.edu ([131.183.2.22]) by smtpin1.utoledo.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 09 Sep 2014 19:31:11 -0400 Received: from MsgApp11.utad.utoledo.edu (msgapp11.utad.utoledo.edu [131.183.3.7]) by dlpint00.utoledo.edu (RSA Interceptor); Tue, 9 Sep 2014 19:29:59 -0400 Received: from [192.168.1.79] (76.238.196.183) by Email.Utoledo.Edu (131.183.3.18) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 9 Sep 2014 19:29:58 -0400 Message-ID: <540F8D7E.6050209@UToledo.edu> Date: Tue, 9 Sep 2014 19:30:06 -0400 From: Robert Burmeister User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: Jan Beich Subject: Re: smplayer dependency on mplayer1 References: <664.1400547266@server1.tristatelogic.com> <20140520115356.03be9fcc@gumby.homeunix.com> <1410117185505-5946778.post@n5.nabble.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [76.238.196.183] X-RSA-Inspected: yes X-RSA-Classifications: public X-RSA-Action: allow Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2014 23:31:21 -0000 On 9/8/2014 3:43 AM, Jan Beich wrote: > Robert_Burmeister writes: > >> So, what alternatives are there to add controls to Mplayer2? >> > mplayer2 is mostly dead or at least not actively developed. It has a > fork called mpv with simple OSD-based GUI as well as several projects > building GUI on top. > > http://bakamplayer.u8sand.net/ (Mono or QT5) > https://github.com/sebadoom/mpvguihs (haskell-gtk) > https://cmplayer.github.io/ (QT5) > > I've wrote a port for bakamplayer to check how libmpv consumer > not a wrapper around mpv command looks like. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193455 > Tried it, it doesn't run on FreeBSD 10.1 i386. I use options: OPENGL=on: 2D/3D rendering support via OpenGL VAAPI=on: VAAPI (GPU video acceleration) support VDPAU=on: VDPAU (GPU video acceleration) support which worked fine with Mplayer and Mplayer2. Mplayer2 works and seems to have better nVidea support; I'd just like some way to skip to the middle of an MP4...