Jump to content

Mplayer?


nmol010
 Share

38 posts in this topic

Recommended Posts

hey karo

i'm not want to abuse you

 

but can you mirror it too on: www.yousendit.com or megaupload.com

the main link can't complete the download and mac azureus won't works here because the java insue :(

 

 

Should've done this from the beginning x3.hu sucks.. even worse than 5gigs.com :(

 

Sorry for the cherade ppl, hopefully this'll solve it

 

http://rapidshare.de/files/4806766/mplayer...sdlfix.zip.html

Link to comment
Share on other sites

  • 2 weeks later...
Quit w/the mememe spamming! Every thread with ports ends up being like 75% people who can't download something wanting a link. I'm sure someone who has it will post a mirror at some point, spamming the boards won't get it to happen any sooner.

 

Maybe someone can provide me with a osx86project.org DNS for mirroring x86 binaries/sources on my server in central Europe? Tens of Gigabytes left (o;

 

Have already compiled few applications to native Intel...

Link to comment
Share on other sites

  • 1 month later...
  • 4 months later...

Sorry to revise an old topic....

 

This is an excellent effort but I am wondering if anyone has an Intel-native version of MPlayer 1.0 and not 2.0. I much prefer QuickTime look and feel of MPlayer 1.0, with integrated video and control panels.

Link to comment
Share on other sites

Compiled by Karo-sama 
Optimized for MMX MMX2 SSE SSE2 
contains libavcodec (unoptimized but still pretty fast)

SDL full-screen flicker bug fixed

Before trying to play :

YOU MUST SET UP A FILTER CHAIN! to do that open mplayer's title menu, click Preferences, tick "Additional parameters" and use one of the lines below 
--------------------------
For Accelerated gfx
--------------------------

1. CoreVideo
decent cpu usage
recommended

Line: -vf yuvcsp

2. Quartz Video
colorspace problems (therefore extreme CPU usage)

Line: -vf yuvcsp,noformat=yv12,noformat=i420,noformat=iyuv -vo quartz

3. SDL 
Quartz accelerated
cpu usage and quality varies with used filterchain. the one specified below
should give good cpu usage and good quality

Line: -vf yuvcsp,noformat=yv12,noformat=i420,noformat=iyuv -vo sdl

----------------------------------------------------------------------------------------
For UNAccelerated gfx (didn't test with anything below VESA 3.0)
----------------------------------------------------------------------------------------

1. SDL
EXTREMELY cpu intensive because of colorspace and scaling issues 
quality in full screen varies 

Line1:
	medium quality in full screen 
	I'm thinking SDL does internal colorspace conversion in this case
	doesn't need changing everytime to work properly

-vf yuvcsp,scale=1024,noformat=yv12 -vo sdl -framedrop

Line2:
	scaling aspect ratio isn't being autodetected here correctly, so 
	the exact size must be given (change according to your movie)
	IMO this gives perfect quality in full screen

-vf scale=1024:576,format=rgba -vo sdl -framedrop

Line3:
	pixelish quality in full screen 

-vf yuvcsp,noformat=yv12 -vo sdl -framedrop

Line4:
	no scaling in full screen - "fast"

-vf format=rgba -vo sdl -framedrop

----------------------------------------
Final thoughts on filterchains:
----------------------------------------

for ogm subtitles(and probably mkv as well) add -sid 0

EXPERIMENT! you might find something that works better for you
to do so extract the mplayer command line version from the frontend's bundle

cp -R MPlayer\ OS\ X\ 2.app/Contents/Resources/mplayer.app/Contents/MacOS ./
cd MacOS
./mplayer

to show output drivers: -vo help
to show video filters: -vf help
to show available colorspaces -vf format=fmt=help

consult the mplayer manual

--------------------------------
Missing things, TO-DOs
--------------------------------

Someone should port the optimized libavcodec
Someone should fix QuickTime supplied colorspace conversion (in accelerated mode) to NOT crash mplayer
Someone should port the Win32 Codec Loader
Someone should get me a hamburger

 

Download:

http://rapidshare.de/files/15357729/MPlayer_OS_X_2.zip.html

Link to comment
Share on other sites

Lol and I still didn't get a hamburger =(

 

Anyways nutmac was interested in the "official" gui.

 

Well these GUIs are only frontends to the command line player. They both (1.0gui 2.0gui) contain the command line version of mplayer and merely execute that to do the actual playing.

Now the 1.0gui had some better integration (video window integrated with seeking bar, volume etc.. just like QuickTime) and better playlist management etc..

I tried putting the CVS mplayer executable into the 1.0 gui (which compiles cleanly under XCode) and it actually works, except for one thing.. the video window isn't getting integrated into the gui. I didn't really look into that yet.

 

By the way.. someone with an install_name_tool automatization script PLEASE contact me It's annoying to do it manually everytime.

Link to comment
Share on other sites

 Share

×
×
  • Create New...