public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  Does mplayer use it's own internal ffmpeg on Gentoo?
@ 2009-08-20 17:19 Nikos Chantziaras
  2009-08-20 18:59 ` Paul Hartman
  0 siblings, 1 reply; 7+ messages in thread
From: Nikos Chantziaras @ 2009-08-20 17:19 UTC (permalink / raw
  To: gentoo-user

I see that mplayer does not have a dep on ffmpeg.  Am I right in 
assuming that mplayer on Gentoo uses its own, bundled ffmpeg?




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Does mplayer use it's own internal ffmpeg on  Gentoo?
  2009-08-20 17:19 [gentoo-user] Does mplayer use it's own internal ffmpeg on Gentoo? Nikos Chantziaras
@ 2009-08-20 18:59 ` Paul Hartman
  2009-08-20 19:21   ` [gentoo-user] " Nikos Chantziaras
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Hartman @ 2009-08-20 18:59 UTC (permalink / raw
  To: gentoo-user

On Thu, Aug 20, 2009 at 12:19 PM, Nikos Chantziaras<realnc@arcor.de> wrote:
> I see that mplayer does not have a dep on ffmpeg.  Am I right in assuming
> that mplayer on Gentoo uses its own, bundled ffmpeg?

It looks to me like that is correct, it appears to be using its own
internal copy of ffmpeg's libav*.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: Does mplayer use it's own internal ffmpeg on    Gentoo?
  2009-08-20 18:59 ` Paul Hartman
@ 2009-08-20 19:21   ` Nikos Chantziaras
  2009-08-20 19:51     ` Paul Hartman
  0 siblings, 1 reply; 7+ messages in thread
From: Nikos Chantziaras @ 2009-08-20 19:21 UTC (permalink / raw
  To: gentoo-user

On 08/20/2009 09:59 PM, Paul Hartman wrote:
> On Thu, Aug 20, 2009 at 12:19 PM, Nikos Chantziaras<realnc@arcor.de>  wrote:
>> I see that mplayer does not have a dep on ffmpeg.  Am I right in assuming
>> that mplayer on Gentoo uses its own, bundled ffmpeg?
>
> It looks to me like that is correct, it appears to be using its own
> internal copy of ffmpeg's libav*.

And I suppose there's no way to change that?  I was trying to create an 
ebuild for ffmpeg-mt (a version that supports multi-core CPUs) to speed 
up playback of full HD video.  This is quite popular in the Windows 
world (most Windows builds of mplayer support multi-core systems by 
using ffmpeg-mt).  There are also debs and RPMs for this floating 
around.  But nothing for Gentoo so I'm trying to roll my own, but I'm 
not sure how to do it.  Bundled libs were always a pain in the bum...




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: Does mplayer use it's own internal ffmpeg on  Gentoo?
  2009-08-20 19:21   ` [gentoo-user] " Nikos Chantziaras
@ 2009-08-20 19:51     ` Paul Hartman
  2009-08-21  0:44       ` Nikos Chantziaras
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Hartman @ 2009-08-20 19:51 UTC (permalink / raw
  To: gentoo-user

On Thu, Aug 20, 2009 at 2:21 PM, Nikos Chantziaras<realnc@arcor.de> wrote:
> On 08/20/2009 09:59 PM, Paul Hartman wrote:
>>
>> On Thu, Aug 20, 2009 at 12:19 PM, Nikos Chantziaras<realnc@arcor.de>
>>  wrote:
>>>
>>> I see that mplayer does not have a dep on ffmpeg.  Am I right in assuming
>>> that mplayer on Gentoo uses its own, bundled ffmpeg?
>>
>> It looks to me like that is correct, it appears to be using its own
>> internal copy of ffmpeg's libav*.
>
> And I suppose there's no way to change that?  I was trying to create an
> ebuild for ffmpeg-mt (a version that supports multi-core CPUs) to speed up
> playback of full HD video.  This is quite popular in the Windows world (most
> Windows builds of mplayer support multi-core systems by using ffmpeg-mt).
>  There are also debs and RPMs for this floating around.  But nothing for
> Gentoo so I'm trying to roll my own, but I'm not sure how to do it.  Bundled
> libs were always a pain in the bum...

check out this site:

http://nikita.melnichenko.name/blog.php?id=5&topic=gentoo-ebuild-mplayer-mt&lang=en

He's got an ebuild for building mplayer with ffmpeg-mt (one of the
comments indicates some minor changes may be needed for recent
versions).

Mplayer's website also mentions SVN snapshots of mplayer with the mt
code as well. The URL given does not resolve for me, though:
http://just.mooo.com/mplayer-svn-mt.tar.bz2



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: Does mplayer use it's own internal ffmpeg on    Gentoo?
  2009-08-20 19:51     ` Paul Hartman
@ 2009-08-21  0:44       ` Nikos Chantziaras
  2009-08-21  0:56         ` Paul Hartman
  2009-08-21  3:34         ` 7v5w7go9ub0o
  0 siblings, 2 replies; 7+ messages in thread
From: Nikos Chantziaras @ 2009-08-21  0:44 UTC (permalink / raw
  To: gentoo-user

On 08/20/2009 10:51 PM, Paul Hartman wrote:
>>  [...]
>> And I suppose there's no way to change that?  I was trying to create an
>> ebuild for ffmpeg-mt (a version that supports multi-core CPUs) to speed up
>> playback of full HD video.  This is quite popular in the Windows world (most
>> Windows builds of mplayer support multi-core systems by using ffmpeg-mt).
>>   There are also debs and RPMs for this floating around.  But nothing for
>> Gentoo so I'm trying to roll my own, but I'm not sure how to do it.  Bundled
>> libs were always a pain in the bum...
>
> check out this site:
>
> http://nikita.melnichenko.name/blog.php?id=5&topic=gentoo-ebuild-mplayer-mt&lang=en
>
> He's got an ebuild for building mplayer with ffmpeg-mt (one of the
> comments indicates some minor changes may be needed for recent
> versions).
>
> Mplayer's website also mentions SVN snapshots of mplayer with the mt
> code as well. The URL given does not resolve for me, though:
> http://just.mooo.com/mplayer-svn-mt.tar.bz2

I rolled my own and it works very nicely :)

If anyone is interested, I submitted a version-bump bug with all needed 
files:

http://bugs.gentoo.org/show_bug.cgi?id=282154




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: Does mplayer use it's own internal ffmpeg on  Gentoo?
  2009-08-21  0:44       ` Nikos Chantziaras
@ 2009-08-21  0:56         ` Paul Hartman
  2009-08-21  3:34         ` 7v5w7go9ub0o
  1 sibling, 0 replies; 7+ messages in thread
From: Paul Hartman @ 2009-08-21  0:56 UTC (permalink / raw
  To: gentoo-user

On Thu, Aug 20, 2009 at 7:44 PM, Nikos Chantziaras<realnc@arcor.de> wrote:
> On 08/20/2009 10:51 PM, Paul Hartman wrote:
>>>
>>>  [...]
>>> And I suppose there's no way to change that?  I was trying to create an
>>> ebuild for ffmpeg-mt (a version that supports multi-core CPUs) to speed
>>> up
>>> playback of full HD video.  This is quite popular in the Windows world
>>> (most
>>> Windows builds of mplayer support multi-core systems by using ffmpeg-mt).
>>>  There are also debs and RPMs for this floating around.  But nothing for
>>> Gentoo so I'm trying to roll my own, but I'm not sure how to do it.
>>>  Bundled
>>> libs were always a pain in the bum...
>>
>> check out this site:
>>
>>
>> http://nikita.melnichenko.name/blog.php?id=5&topic=gentoo-ebuild-mplayer-mt&lang=en
>>
>> He's got an ebuild for building mplayer with ffmpeg-mt (one of the
>> comments indicates some minor changes may be needed for recent
>> versions).
>>
>> Mplayer's website also mentions SVN snapshots of mplayer with the mt
>> code as well. The URL given does not resolve for me, though:
>> http://just.mooo.com/mplayer-svn-mt.tar.bz2
>
> I rolled my own and it works very nicely :)
>
> If anyone is interested, I submitted a version-bump bug with all needed
> files:
>
> http://bugs.gentoo.org/show_bug.cgi?id=282154

I'll give it a try. Thanks!



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] Re: Does mplayer use it's own internal ffmpeg on    Gentoo?
  2009-08-21  0:44       ` Nikos Chantziaras
  2009-08-21  0:56         ` Paul Hartman
@ 2009-08-21  3:34         ` 7v5w7go9ub0o
  1 sibling, 0 replies; 7+ messages in thread
From: 7v5w7go9ub0o @ 2009-08-21  3:34 UTC (permalink / raw
  To: for list

Nikos Chantziaras wrote:

[]

> 
> I rolled my own and it works very nicely :)
> 
> If anyone is interested, I submitted a version-bump bug with all needed 
> files:
> 
> http://bugs.gentoo.org/show_bug.cgi?id=282154
> 
> 
> 
This worked fine on my core I7 (hardened) box.  Thank You





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-08-21  3:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-20 17:19 [gentoo-user] Does mplayer use it's own internal ffmpeg on Gentoo? Nikos Chantziaras
2009-08-20 18:59 ` Paul Hartman
2009-08-20 19:21   ` [gentoo-user] " Nikos Chantziaras
2009-08-20 19:51     ` Paul Hartman
2009-08-21  0:44       ` Nikos Chantziaras
2009-08-21  0:56         ` Paul Hartman
2009-08-21  3:34         ` 7v5w7go9ub0o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox