Re: smplayer dependency on mplayer1

2014-09-09 Thread Robert Burmeister

On 9/8/2014 3:43 AM, Jan Beich wrote:

Robert_Burmeisterrobert.burmeis...@utoledo.edu  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...

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: smplayer dependency on mplayer1

2014-09-09 Thread Kevin Oberman
On Tue, Sep 9, 2014 at 4:30 PM, Robert Burmeister 
robert.burmeis...@utoledo.edu wrote:

 On 9/8/2014 3:43 AM, Jan Beich wrote:

 Robert_Burmeisterrobert.burmeis...@utoledo.edu  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...


I have not had any issues with skipping to the middle of an mp4 with either
vlc or xine. With xine you can literally skip to the exact middle with
CTRL-5. Unless you are wedded to mplayer2, wither of those should work
well.
--
R. Kevin Oberman, Network Engineer, Retired
E-mail: rkober...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: smplayer dependency on mplayer1

2014-09-08 Thread Jan Beich
Robert_Burmeister robert.burmeis...@utoledo.edu 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

-

VFEmail.net - http://www.vfemail.net
ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the 
NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!  
15GB disk! No bandwidth quotas!
Commercial and Bulk Mail Options!  
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: smplayer dependency on mplayer1

2014-09-07 Thread Robert_Burmeister
So, what alternatives are there to add controls to Mplayer2?




--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/smplayer-dependency-on-mplayer1-tp5913645p5946778.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: smplayer dependency on mplayer1

2014-05-20 Thread RW
On Mon, 19 May 2014 17:54:26 -0700
Ronald F. Guilmette wrote:

 
 Looking at the Makefile for multimedia/smplayer it appears to me
 that smplayer is dependent upon the 1.x version of mplayer being
 installed, however there exists what I would guess is a later
 and better version of mplayer called multimedia/mplayer2 in the
 ports tree.
 
 So why is smplayer dependent upon an oldre (and now obsolete?)
 version of mplayer?

mplayer2 is a fork of mplayer, not a later version.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: smplayer dependency on mplayer1

2014-05-19 Thread Haowu Ge
mplayer2 not mplayer1 good compatibility

--
Regards.
By: Haowu Ge; PGP:B7C9977A
WWW: https://www.7axu.com/



2014-05-20 8:54 GMT+08:00 Ronald F. Guilmette r...@tristatelogic.com:


 Looking at the Makefile for multimedia/smplayer it appears to me
 that smplayer is dependent upon the 1.x version of mplayer being
 installed, however there exists what I would guess is a later
 and better version of mplayer called multimedia/mplayer2 in the
 ports tree.

 So why is smplayer dependent upon an oldre (and now obsolete?)
 version of mplayer?
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org