Welcome Guest ( Log In | Register )

17 Pages  1 2 3 > » Bottom

Outline · [ Standard ] · Linear+

 MPlayer For Windows

views
     
TS1024kbps
post Jan 16 2010, 01:08 AM, updated 16y ago

李素裳
*******
Senior Member
6,010 posts

Joined: Feb 2007



MPlayer
QUOTE
MPlayer is a movie player which runs on many systems (see the documentation). It plays most MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files, supported by many native, XAnim, and Win32 DLL codecs. You can watch VideoCD, SVCD, DVD, 3ivx, DivX 3/4/5, WMV and even H.264 movies.

Another great feature of MPlayer is the wide range of supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, DirectFB, but you can use GGI, SDL (and this way all their drivers), VESA (on every VESA compatible card, even without X11!) and some low level card-specific drivers (for Matrox, 3Dfx and ATI), too! Most of them support software or hardware scaling, so you can enjoy movies in fullscreen. MPlayer supports displaying through some hardware MPEG decoder boards, such as the Siemens DVB, DXR2 and DXR3/Hollywood+.

MPlayer has an onscreen display (OSD) for status information, nice big antialiased shaded subtitles and visual feedback for keyboard controls. European/ISO 8859-1,2 (Hungarian, English, Czech, etc), Cyrillic and Korean fonts are supported along with 12 subtitle formats (MicroDVD, SubRip, OGM, SubViewer, Sami, VPlayer, RT, SSA, AQTitle, JACOsub, PJS and our own: MPsub). DVD subtitles (SPU streams, VOBsub and Closed Captions) are supported as well.


Ok im bored to death at the moment, so i would like to introduce this player.
Well the info above is outdated since i will upload the latest svn build.

Although this player have a GUI but i didnt enable it when compliling, and i did alittle bit mistake, my build might by only optimized for AMD CPU(shouldnt affect much performance with intel cpu) sweat.gif
Next build will support all the CPU.
Since mplayer compiled by me is a command-line player, here is the nice front end:
SMplayer http://smplayer.sourceforge.net/

Just donwload the one without mplayer, and use my build.
Download my build here:
http://cid-978a537a3197cec0.skydrive.live....wse.aspx/公開

Be sure to download the PthreadGC2.7z which contain the important DLL, mplayer wont work without it.
Feel free to post any question about this player.

Screenshot: Mplayer running on windows 7 playing "AIR" Opening, with OpenGL video renderer, using custom font options, notice the sharp font rendering,
http://cid-978a537a3197cec0.skydrive.live....開/mplayer.png

FAQ
#1. Why the heck its so slow, is it not working?
Answer: Mplayer will scan your font directory at first run, and will build a font cache for later use, it might look like already hang but its not. this is a one-time scan only.
everytime you add a new font, Fontconfig will scan the font folder when user use mplayer.

This post has been edited by 1024kbps: Jan 16 2010, 02:05 AM
stasio
post Feb 27 2010, 11:39 AM

10k Club
********
All Stars
18,503 posts

Joined: Oct 2007
From: P.Jaya
MPlayer (2010-02-26)

http://www.majorgeeks.com/MPlayer_d5663.html
cybpsych
post May 24 2010, 08:42 AM

---------------------
*********
All Stars
65,258 posts

Joined: Jan 2003
MPlayer 2010-05-22 (Build #79)

http://mulder.googlecode.com/files/MPUI.20...ull-Package.exe
http://mulder.googlecode.com/files/MPUI.20...ght-Package.exe

» Click to show Spoiler - click again to hide... «

TS1024kbps
post Jun 30 2010, 12:32 AM

李素裳
*******
Senior Member
6,010 posts

Joined: Feb 2007



Build R31581
http://cid-978a537a3197cec0.office.live.co...ayer-r31581.exe

Only added OpenAL audio renderer,
This renderer is special as they will work with the Sound Card software if you enabled Special audio effect(echo or equalizer for example)
on certain sound card like Asus Essence STX or Auzentech Sound Card.
It require no tweaks as oppose to the default audio renderer on mplayer which is probably for maximum compatibility, and they require tweaks since they might wont work with special audio effect.

And second thing is the kickass OpenGL renderer,
Now they work as fast as Overlay Mixer(for sometimes already), plus, the "edge enhance" sharpening effect is done via GPU thus it is less resource intensive than the Software Scaler(which is slow since they are done via CPU).
The down side is, the edge enhance effect will "expose" the video artifacts if the video quality too crappy.

This is my batch file that i use to playback my media files:
CODE
@echo off
if "%~1"=="" goto eof
cd /d C:\"Program Files\mplayer"
title mplayer - [%1]
if "%~nx1"=="%~n1.pls" (set pl=-playlist)

set mp=start/b/w/abovenormal mplayer.exe -msglevel all=6
set bench=-nosound -vo null -benchmark
set da=-dumpaudio -dumpfile "%userprofile%\desktop\%~n1.ac3" %bench% -aid 128 -alang eng
rem -aid 129 -alang jpn
set xvid=-vfm xvid -xvidopts deblock-chroma:deblock-luma:dering-luma:dering-chroma:filmeffect:dr2
set mx=-vo matrixview:cols=320:rows=240 -vf scale=640:-2,crop=640:400 -hardframedrop -fs -sws 8 -lavdopts fast:skiploopfilter=all
set gl=-vo gl:yuv=4:customprog=edgeenh.fp
set spc=-sws 9 -vf hqdn3d,scale=1680:-2:::4::::1 -ssf ls=100:cs=100 -fps 30000/1001
set fc=-subfont-text-scale 2 -fontconfig -font "Segoe  Print:style=Bold" -subfont-osd-scale 2 -fontconfig
set vfx=-vf pp=fast,hqdn3d,unsharp=l7x3:1.5:c7x3:1.5,scale=-2:1050:0:0:0:1::0:1 -sws 10
set dvd=dvd://6 -dvd-device %1 -aid 129 -alang jpn -sid 1
%mp% %1 %fc% %gl% -ao openal -af lavcresample=48000::1:4096
rem -vo matrixview:cols=400:rows=250 -lavdopts fast:gray:threads=6:skiploopfilter=all:skipframe=non -fs -vf pp=l5
rem -vf crop=800:592,hqdn3d -vo yuv4mpeg:file=%~n1.yuv -frames 100
rem -cache 16384 -lavfdopts probesize=128
sleep 10s
:eof


The default directory is "C:\"Program Files\mplayer", remember to change that if you are using different folder.
and the "edge enhance" is enabled by default in this batch file.
cybpsych
post Sep 14 2010, 01:20 PM

---------------------
*********
All Stars
65,258 posts

Joined: Jan 2003
MPlayer 2010-09-12 (Build 80)

Full: http://mulder.googlecode.com/files/MPUI.20...ull-Package.exe

Light: http://mulder.googlecode.com/files/MPUI.20...ght-Package.exe

» Click to show Spoiler - click again to hide... «

stasio
post Oct 19 2010, 08:11 AM

10k Club
********
All Stars
18,503 posts

Joined: Oct 2007
From: P.Jaya
MPlayer 2010-10-17 (Build #81)

http://mulder.googlecode.com/files/MPUI.20...ull-Package.exe
http://mulder.googlecode.com/files/MPUI.20...ght-Package.exe

» Click to show Spoiler - click again to hide... «

cybpsych
post Mar 29 2011, 07:23 AM

---------------------
*********
All Stars
65,258 posts

Joined: Jan 2003
MPlayer (2011-03-27) (Build #86)

http://mulder.googlecode.com/files/MPUI.20...7.Installer.zip
http://mulder.googlecode.com/files/MPUI.20...ght-Package.exe
http://mulder.googlecode.com/files/MPUI.20...ull-Package.exe

» Click to show Spoiler - click again to hide... «


This post has been edited by cybpsych: Mar 29 2011, 07:26 AM
cybpsych
post Apr 15 2011, 01:32 PM

---------------------
*********
All Stars
65,258 posts

Joined: Jan 2003
MPlayer 2011-04-14 (Build 88)

http://mulder.googlecode.com/files/MPUI.20...ull-Package.exe
http://mulder.googlecode.com/files/MPUI.20...ght-Package.exe
http://mulder.googlecode.com/files/MPUI.20...4.Installer.zip

[2011-04-14]
* MPlayer binaries updated to SVN-r33216
* SMPlayer updated to Version 0.6.9 (SVN-r3604)
stasio
post May 27 2011, 06:21 AM

10k Club
********
All Stars
18,503 posts

Joined: Oct 2007
From: P.Jaya
MPlayer 2011-05-25 Build 90

http://mulder.googlecode.com/files/MPUI.20...ull-Package.exe
http://mulder.googlecode.com/files/MPUI.20...ght-Package.exe
http://mulder.googlecode.com/files/MPUI.20...5.Installer.zip
cybpsych
post May 27 2011, 07:42 AM

---------------------
*********
All Stars
65,258 posts

Joined: Jan 2003
QUOTE(stasio @ May 27 2011, 06:21 AM)
QUOTE
[2011-05-25]
* MPlayer binaries updated to SVN-r33488
* SMPlayer updated to Version 0.6.9 (SVN-r3607)
* QT Runtime Libs updated to Version 4.7.3

cybpsych
post Jun 10 2011, 07:07 PM

---------------------
*********
All Stars
65,258 posts

Joined: Jan 2003
MPlayer 2011-06-09 (Build #91)

http://mulder.googlecode.com/files/MPUI.20...ull-Package.exe
http://mulder.googlecode.com/files/MPUI.20...9.Installer.zip
http://mulder.googlecode.com/files/MPUI.20...ght-Package.exe

[2011-06-09]
* MPlayer binaries updated to SVN-r33574
* Removed 'float' decoders from codecs.conf
stasio
post Feb 20 2012, 03:44 PM

10k Club
********
All Stars
18,503 posts

Joined: Oct 2007
From: P.Jaya
MPlayer Revision 34728 Lite

http://cdnetworks-kr-1.dl.sourceforge.net/..._lite_r34728.7z

http://www.mplayer-ww.com/eng/changelog.html

This post has been edited by stasio: Feb 20 2012, 03:49 PM
stasio
post Feb 21 2012, 01:54 PM

10k Club
********
All Stars
18,503 posts

Joined: Oct 2007
From: P.Jaya
MPlayer Revision 34747

http://cdnetworks-kr-2.dl.sourceforge.net/...er-svn-34747.7z


This post has been edited by stasio: Feb 21 2012, 01:54 PM
stasio
post Feb 23 2012, 07:13 AM

10k Club
********
All Stars
18,503 posts

Joined: Oct 2007
From: P.Jaya
MPlayer Revision 34747-2

http://sourceforge.net/projects/smplayer/f...7-2.7z/download
cybpsych
post Feb 28 2012, 01:36 PM

---------------------
*********
All Stars
65,258 posts

Joined: Jan 2003
MPlayer Revision 34777

http://sourceforge.net/projects/smplayer/f...777.7z/download
cybpsych
post Feb 29 2012, 05:05 PM

---------------------
*********
All Stars
65,258 posts

Joined: Jan 2003
MPlayer Revision 34780

http://sourceforge.net/projects/smplayer/f...780.7z/download
cybpsych
post Mar 4 2012, 12:56 PM

---------------------
*********
All Stars
65,258 posts

Joined: Jan 2003
MPlayer Revision 34790

http://sourceforge.net/projects/smplayer/f...790.7z/download
cybpsych
post Mar 7 2012, 03:59 PM

---------------------
*********
All Stars
65,258 posts

Joined: Jan 2003
MPlayer Revision 34800

http://sourceforge.net/projects/smplayer/f...800.7z/download
cybpsych
post Mar 10 2012, 12:35 PM

---------------------
*********
All Stars
65,258 posts

Joined: Jan 2003
MPlayer Revision 34804

http://sourceforge.net/projects/smplayer/f...804.7z/download
cybpsych
post Mar 12 2012, 08:55 PM

---------------------
*********
All Stars
65,258 posts

Joined: Jan 2003
MPlayer Revision 34809

http://sourceforge.net/projects/smplayer/f...809.7z/download

17 Pages  1 2 3 > » Top
 

Change to:
| Lo-Fi Version
0.0226sec    0.52    5 queries    GZIP Disabled
Time is now: 27th November 2025 - 01:36 AM