View Full Version : MPlayer for Windows (2019-10-15)
Pages :
1
2
3
4
5
6
7
8
9
10
[
11]
12
13
14
15
16
17
18
19
20
LoRd_MuldeR
13th December 2009, 00:18
Anyway the point is what brought me to mplayer is specifically its ability to define the user agent without escalated privileges ..... and it works! Just it seems the command line capability is broken (or I'm doing it wrong!). I can live with the .ini configuration I am using right now, but there might be another site in the future that insists I NOT use Quicktime! So getting the command line functionality working as it is meant to would be good.
That would be a point to discuss directly with the MPlayer team. So I recommend to use the MPlayer mailing list:
http://www.mplayerhq.hu/design7/mailing_lists.html
Voltekka
20th December 2009, 11:50
How can i change the font for mpui?
LoRd_MuldeR
20th December 2009, 14:49
What font? GUI font? Subtitle font?
Voltekka
20th December 2009, 15:05
Subtitle font. It's different from the font in smplayer and the letters are like this: t h i s i s a n n o y i n g. So it's kinda hard to read.
LoRd_MuldeR
20th December 2009, 15:15
Try adding those parameters (or a subset of them) to the "Additional MPlayer parameters" in MPUI's option menu:
-ass -embeddedfonts -ass-line-spacing 0 -ass-font-scale 1 -ass-styles "C:\Your path to MPlayer for Win32\styles.ass" -fontconfig -font Arial -subfont-autoscale 0 -subfont-osd-scale 20 -subfont-text-scale 20 -subcp ISO-8859-1 -subpos 100
(Note: I copied them straight from SMPlayer's MPlayer command-line)
Voltekka
20th December 2009, 16:16
the letters are not apart anymore but the font is now yellow and covers the whole screen
LoRd_MuldeR
20th December 2009, 16:41
Adjust the "styles.ass" file accordingly ;)
Voltekka
20th December 2009, 17:26
I changed the size of the font in styles.ass but it remained the same(all across the screen).
LoRd_MuldeR
20th December 2009, 20:23
MPlayer for Windows 2009-12-20
[2009-12-20]
* MPlayer binaries updated to SVN-r30075
* SMPlayer updated to Version 0.6.8 (SVN-r3355)
* Clean-up the "VirtualStore" on Vista/Win7
http://fc04.deviantart.net/fs23/f/2007/346/1/5/Santa_hat_Emoticon_by_CheddarMan.png
Vicki_21
20th December 2009, 23:56
What exactly does this "VirtualStore" cleanup affect:
The installer,
MPUI,
or SMPlayer?
LoRd_MuldeR
21st December 2009, 00:02
What exactly does this "VirtualStore" cleanup affect:
The installer,
MPUI,
or SMPlayer?
It means that old (S)MPlayer/MPUI config files, which may remain in the VirtualStore (http://www.hanselman.com/blog/VistasShowCompatibilityFilesAndTheScrumptiousWonderThatIsFileVirtualization.aspx) folder (and thus superpose the files in the install folder), will be cleaned-up now ;)
The installer already makes sure that no config files will end up in the "VirtualStore" by setting the access rights properly, but there still may be old files from some previous install.
So if we didn't clean up the VirtualStore, then we can delete/modify the config files in the install folders, but still old config files (from VirtualStore) may be used :rolleyes:
Vicki_21
21st December 2009, 02:15
Cool :thanks:
sl1pkn07
1st January 2010, 22:47
hello. is possible compiling all for support native 64bits?
thanks
LoRd_MuldeR
1st January 2010, 22:50
I don't know if MPlayer can be compiled for 64-Bit Windows and, if possible, how "stable" such builds currently are. Why do you need 64-Bit builds?
The 32-Bit builds work on 64-Bit Windows just fine and often 32-Bit builds are even faster than 64-Bit builds!
But if somebody can provide 64-Bit builds of MPlayer for the Windows platform that are both, as stable as the current 32-Bit builds -and- significant faster, I will include those.
See:
http://forum.doom9.org/showthread.php?t=151527
Reimar
2nd January 2010, 15:57
I don't know if MPlayer can be compiled for 64-Bit Windows and, if possible, how "stable" such builds currently are.
I think building for 64 bit should be possible and about the same stability, however
1) The mingw64 environment is quite a pain to set up and could have some issues due to being behind 32 bit mingw
2) You probably can't use any of the binary codecs, even if 64 bit variants exist for Windows
Same as for Linux it should be 10% faster at least for some H.264 files.
I'll try if I can easily make a basic build (i.e. not including OSD support etc.) to test speed.
Reimar
2nd January 2010, 19:34
I'll try if I can easily make a basic build (i.e. not including OSD support etc.) to test speed.
Ok, here is the build: http://natsuki.mplayerhq.hu/~reimar/mplayer.exe
Caveats:
1) Files > 2GB, in particular DVDs will probably not work right just like for builds with unpatched 32 bit MinGW
2) Only OpenGL vos are available (gentoo cross-compile stuff for MinGW64 does not seem to include any of the DirectX/Direct3D headers).
3) no fontconfig support (so you must use -font or provide a subfont.ttf)
4) I did not even try to compile the GUI (32 bit smplayer should work fine though)
5) fribidi can't even compile on MinGW it seems, so no support for that...
6) probably more missing features I forgot about
LoRd_MuldeR
3rd January 2010, 02:35
Ok, here is the build: http://natsuki.mplayerhq.hu/~reimar/mplayer.exe
Caveats:
1) Files > 2GB, in particular DVDs will probably not work right just like for builds with unpatched 32 bit MinGW
2) Only OpenGL vos are available (gentoo cross-compile stuff for MinGW64 does not seem to include any of the DirectX/Direct3D headers).
3) no fontconfig support (so you must use -font or provide a subfont.ttf)
4) I did not even try to compile the GUI (32 bit smplayer should work fine though)
5) fribidi can't even compile on MinGW it seems, so no support for that...
6) probably more missing features I forgot about
Thanks for the build. But I'm unable to get it working with SMPlayer. It's getting all the way to "Starting playback...", but then it will exit immediately. No error message, no crash, no nothing. And yes, I did disabled fontconfig, otherwise it stopped right at the beginning. No idea what option of SMPlayer is conflicting. However if I run your build from the console with "-vo gl", then it works, at least.
Anyway, the limitations that you list are more than enough to not include the 64-Bit into the regular installer yet ;)
screamo
3rd January 2010, 08:12
Hello LoRd_MuldeR!!!
Help me understand please...
Configure initial MPUI/SMPlayer setting: Use OpenGL renderer instead of Overlay (better, but requires OpenGL 2.0) and Enable DVD menu support (EXPERIMENTAL) - do you recommend these tweaks?
OS: Vista (32)
Thank u and sorry for my bad English
Reimar
3rd January 2010, 11:24
Thanks for the build. But I'm unable to get it working with SMPlayer. It's getting all the way to "Starting playback...", but then it will exit immediately. No error message, no crash, no nothing. And yes, I did disabled fontconfig, otherwise it stopped right at the beginning. No idea what option of SMPlayer is conflicting. However if I run your build from the console with "-vo gl", then it works, at least.
Anyway, the limitations that you list are more than enough to not include the 64-Bit into the regular installer yet ;)
It was meant as a helper for a speed comparison, not a proper build.
But I updated it, and I tested it to work with SMPlayer (including fontconfig).
However I did not apply any patches, which means whatever custom patches other people have been using for fontconfig, MinGW etc. won't be included.
That in particular means some issues with files > 2GB will remain.
Or to put it differently: only caveats 1) and 6) remain, and I don't think I will deal with them (and why Microsoft didn't use the opportunity to switch off_t to 64 bit but instead still has 32 bit file offsets as default in a 64 bit OS is beyond me - unless that is only a bug in the MinGW-w64 headers).
EDIT: updated to include support for OpenJPEG (JPEG2000) and the "native GUI" (not recommended though).
ElQuia
12th January 2010, 02:02
Hi Guys :)
I am using mulders full package on windows 7 x64. Must say that after much searching I found a player that will play everything, will remember my preferences and most of all has good playback quality.
Got one problem, I installed package, went through usuall steps. SMPlayer will Play ANY kind of video format from disk, be that low quality or HD ts, etc.
BUT IT WONT PLAY DVD's (DVD disc)!!!!
In video config section is setted as: gl:yuv=2. If I set it as direct x it will play dvd disc but quality is HORRIBLE. What surprises me is that MPUI DOES PLAY DVDs !!!!!,
I'd like to use smplayer to play dvds because of the color, contrast, etc tweaking you can do...
PLEASE HELP?
:thanks:
rvm
12th January 2010, 12:23
You give very few info.
With vo set to gl:yuv=2, the dvd doesn't play at all? What's the output of mplayer? (Options -> View logs)
LoRd_MuldeR
12th January 2010, 14:02
ElQuia, you have libdvdnav ("DVD menus") enabled in SMPlayer preferences or not? Maybe you can try to disable it, which should give the same behavior as in MPUI.
LoRd_MuldeR
12th January 2010, 15:31
Thanks for the help guys.
Gryphon the version of windows 7 i would be using would be the ultimate upgrade edition. As far as i know you need the windows 7 registration key and vista or XP key to use the upgrade edition.
However, would this make it possible to install the upgrade edition on a new build as a clean install using both windows 7 and vista key at the same time also keeping vista on the laptop. which would then leave me with vista on the laptop and windows 7 on the new build?
Thanks
AC
How is this related to MPlayer for Windows please? :rolleyes:
ElQuia
12th January 2010, 18:03
Lord_Mulder: I have dvd menus disabled, enabling them does nothing, dvd wont play.
You give very few info.
With vo set to gl:yuv=2, the dvd doesn't play at all? What's the output of mplayer? (Options -> View logs)
Here go MPlayer Logs, SMPlayer Logs AND MPUI MPLAYER OUTPUT (with dvd playing):
MPLAYER LOG:
D:/Program Files/TotalCmd/Ext_Progs/MPlayerWin/MPlayer.exe -noquiet -nofs -nomouseinput -lavdopts threads=2 -sub-fuzziness 0 -identify -slave -vo gl:yuv=2 -ao dsound -nokeepaspect -priority abovenormal -framedrop -autosync 100 -nodr -double -wid 330274 -monitorpixelaspect 1 -noass -font D:/Program Files/TotalCmd/Ext_Progs/MPlayerWin/mplayer/subfont.ttf -subfont-autoscale 1 -subfont-text-scale 5 -subcp enca:en:ISO-8859-1 -subpos 100 -contrast 12 -brightness 12 -hue -12 -saturation -2 -volume 40 -dvd-device I: -dvdangle 1 -cache 3000 -osdlevel 0 -vf-add screenshot -slices -channels 2 -af equalizer=0:0:0:0:0:0:0:0:0:0 -softvol -softvol-max 200 -sws 9 dvd://1
MPlayer Sherpya-SVN-r30075-4.2.5 (C) 2000-2009 MPlayer Team
3DNow supported but disabled
3DNowExt supported but disabled
Setting process priority: abovenormal
Playing dvd://1.
ID_DVD_TITLES=4
ID_DVD_TITLE_1_CHAPTERS=43
ID_DVD_TITLE_1_ANGLES=1
ID_DVD_TITLE_2_CHAPTERS=43
ID_DVD_TITLE_2_ANGLES=1
ID_DVD_TITLE_3_CHAPTERS=1
ID_DVD_TITLE_3_ANGLES=1
ID_DVD_TITLE_4_CHAPTERS=9
ID_DVD_TITLE_4_ANGLES=1
ID_DVD_TITLE_1_LENGTH=8124.834
ID_DVD_TITLE_2_LENGTH=8124.834
ID_DVD_TITLE_3_LENGTH=0.500
ID_DVD_TITLE_4_LENGTH=2823.734
ID_DVD_DISC_ID=A9ADAF84F4B8E3CA4855C599DF46EA6A
ID_DVD_VOLUME_ID=DVDVIDEO
There are 4 titles on this DVD.
ID_DVD_CURRENT_TITLE=1
There are 1 angles in this DVD title.
audio stream: 0 format: ac3 (5.1) language: unknown aid: 128.
ID_AUDIO_ID=128
audio stream: 1 format: ac3 (stereo) language: unknown aid: 129.
ID_AUDIO_ID=129
number of audio channels on disk: 2.
subtitle ( sid ): 0 language: unknown
ID_SUBTITLE_ID=0
subtitle ( sid ): 1 language: unknown
ID_SUBTITLE_ID=1
subtitle ( sid ): 2 language: unknown
ID_SUBTITLE_ID=2
subtitle ( sid ): 3 language: unknown
ID_SUBTITLE_ID=3
subtitle ( sid ): 4 language: unknown
ID_SUBTITLE_ID=4
number of subtitles on disk: 5
CHAPTERS: 00:00:00,00:01:02,00:10:09,00:11:59,00:12:35,00:14:09,00:15:15,00:21:17,00:22:23,00:24:47,00:29:01,00:31:08,00:36:03,00:37:34,00:39:19,00:40:12,00:40:56,00:43:31,00:45:34,00:46:41,00:48:57,00:49:49,00:56:45,00:58:26,00:59:55,01:00:44,01:04:27,01:08:39,01:11:54,01:15:28,01:17:40,01:18:44,01:20:39,01:21:13,01:26:51,01:29:04,01:32:33,01:34:56,01:39:49,01:44:31,01:53:48,02:04:55,02:04:55,
Cache fill: 0.00% (0 bytes)
Cache fill: 10.40% (319488 bytes)
ID_VIDEO_ID=0
MPEG-PS file format detected.
ID_AUDIO_ID=128
VIDEO: MPEG2 720x480 (aspect 3) 29.970 fps 9800.0 kbps (1225.0 kbyte/s)
ID_FILENAME=dvd://1
ID_DEMUXER=mpegps
ID_VIDEO_FORMAT=0x10000002
ID_VIDEO_BITRATE=9800000
ID_VIDEO_WIDTH=720
ID_VIDEO_HEIGHT=480
ID_VIDEO_FPS=29.970
ID_VIDEO_ASPECT=0.0000
ID_AUDIO_FORMAT=8192
ID_AUDIO_BITRATE=0
ID_AUDIO_RATE=0
ID_AUDIO_NCH=0
ID_LENGTH=8124.83
ID_SEEKABLE=1
ID_CHAPTERS=43
[gl] using extended formats. Use -vo gl:nomanyfmts if playback fails.
Opening video filter: [screenshot]
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
libdvdread: Using libdvdcss version 1.2.10 for DVD access
*** libdvdread: CHECK_VALUE failed in libdvdread4/ifo_read.c:1813 ***
*** for pgcit->pgci_srp[i].unknown1 == 0 ***
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_04_0.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_05_0.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_06_0.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_07_0.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_08_0.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_09_0.IFO failed
libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient
libdvdread: Found 3 VTS's
libdvdread: Elapsed time 0
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
VDecoder init failed :(
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Unsupported PixelFormat -1
Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2)
==========================================================================
ID_VIDEO_CODEC=ffmpeg2
==========================================================================
Opening audio decoder: [liba52] AC3 decoding with liba52
AUDIO: 48000 Hz, 2 ch, s16le, 448.0 kbit/29.17% (ratio: 56000->192000)
ID_AUDIO_BITRATE=448000
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
Selected audio codec: [a52] afm: liba52 (AC3-liba52)
==========================================================================
AO: [dsound] 48000Hz 2ch s16le (2 bytes per sample)
ID_AUDIO_CODEC=a52
[Mixer] No hardware mixing, inserting volume filter.
Starting playback...
ID_AUDIO_ID=129
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
ID_VIDEO_ASPECT=1.7778
[swscaler @ 00F539D4]Lanczos scaler, from yuv420p to rgb24 using MMX2
VO: [gl] 720x480 => 854x480 Planar YV12
Using SSE optimized IMDCT transform
Using MMX optimized resampler
[mpeg2video @ 00E72B94]ac-tex damaged at 7 7
[mpeg2video @ 00E72B94]Warning MVs not available
[mpeg2video @ 00E72B94]concealing 1035 DC, 1035 AC, 1035 MV errors
ANY HELP WILL BE APPRECIATED!!!:helpful::thanks:
ElQuia
12th January 2010, 18:09
SMPLAYER LOG: Is to long, board wont accept it, all three logs attached to present.
MPUI MPLAYER OUTPUT:
command line:
"D:\Program Files\TotalCmd\Ext_Progs\MPlayerWin\mplayer.exe" -slave
-identify -noquiet -wid 330780 -colorkey 0x101010 -nokeepaspect
-framedrop -autosync 100 -vf screenshot -font
C:\Windows\Fonts\Arial.ttf -softvol -softvol-max 1000 -priority
abovenormal -ao dsound:device=0 -sws 9 -af volnorm=2 -vo gl:yuv=2
-dvd-device I:\ dvd://
MPlayer Sherpya-SVN-r30075-4.2.5 (C) 2000-2009 MPlayer Team
3DNow supported but disabled
3DNowExt supported but disabled
Setting process priority: abovenormal
Playing dvd://.
ID_DVD_TITLES=4
ID_DVD_TITLE_1_CHAPTERS=43
ID_DVD_TITLE_1_ANGLES=1
ID_DVD_TITLE_2_CHAPTERS=43
ID_DVD_TITLE_2_ANGLES=1
ID_DVD_TITLE_3_CHAPTERS=1
ID_DVD_TITLE_3_ANGLES=1
ID_DVD_TITLE_4_CHAPTERS=9
ID_DVD_TITLE_4_ANGLES=1
ID_DVD_TITLE_1_LENGTH=8124.834
ID_DVD_TITLE_2_LENGTH=8124.834
ID_DVD_TITLE_3_LENGTH=0.500
ID_DVD_TITLE_4_LENGTH=2823.734
ID_DVD_DISC_ID=A9ADAF84F4B8E3CA4855C599DF46EA6A
ID_DVD_VOLUME_ID=DVDVIDEO
There are 4 titles on this DVD.
ID_DVD_CURRENT_TITLE=1
There are 1 angles in this DVD title.
audio stream: 0 format: ac3 (5.1) language: unknown aid: 128.
ID_AUDIO_ID=128
audio stream: 1 format: ac3 (stereo) language: unknown aid: 129.
ID_AUDIO_ID=129
number of audio channels on disk: 2.
subtitle ( sid ): 0 language: unknown
ID_SUBTITLE_ID=0
subtitle ( sid ): 1 language: unknown
ID_SUBTITLE_ID=1
subtitle ( sid ): 2 language: unknown
ID_SUBTITLE_ID=2
subtitle ( sid ): 3 language: unknown
ID_SUBTITLE_ID=3
subtitle ( sid ): 4 language: unknown
ID_SUBTITLE_ID=4
number of subtitles on disk: 5
CHAPTERS: 00:00:00,00:01:02,00:10:09,00:11:59,00:12:35,00:14:09,00:15:15,00:21:17,00:22:23,00:24:47,00:29:01,00:31:08,00:36:03,00:37:34,00:39:19,00:40:12,00:40:56,00:43:31,00:45:34,00:46:41,00:48:57,00:49:49,00:56:45,00:58:26,00:59:55,01:00:44,01:04:27,01:08:39,01:11:54,01:15:28,01:17:40,01:18:44,01:20:39,01:21:13,01:26:51,01:29:04,01:32:33,01:34:56,01:39:49,01:44:31,01:53:48,02:04:55,02:04:55,
ID_VIDEO_ID=0
MPEG-PS file format detected.
ID_AUDIO_ID=128
VIDEO: MPEG2 720x480 (aspect 3) 29.970 fps 9800.0 kbps (1225.0 kbyte/s)
ID_FILENAME=dvd://
ID_DEMUXER=mpegps
ID_VIDEO_FORMAT=0x10000002
ID_VIDEO_BITRATE=9800000
ID_VIDEO_WIDTH=720
ID_VIDEO_HEIGHT=480
ID_VIDEO_FPS=29.970
ID_VIDEO_ASPECT=0.0000
ID_AUDIO_FORMAT=8192
ID_AUDIO_BITRATE=0
ID_AUDIO_RATE=0
ID_AUDIO_NCH=0
ID_LENGTH=8124.83
ID_SEEKABLE=1
ID_CHAPTERS=43
[gl] using extended formats. Use -vo gl:nomanyfmts if playback fails.
Opening video filter: [screenshot]
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
libdvdread: Using libdvdcss version 1.2.10 for DVD access
*** libdvdread: CHECK_VALUE failed in libdvdread4/ifo_read.c:1813 ***
*** for pgcit->pgci_srp[i].unknown1 == 0 ***
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_04_0.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_05_0.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_06_0.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_07_0.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_08_0.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_09_0.IFO failed
libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient
libdvdread: Found 3 VTS's
libdvdread: Elapsed time 0
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
VDecoder init failed :(
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Unsupported PixelFormat -1
Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2)
==========================================================================
ID_VIDEO_CODEC=ffmpeg2
==========================================================================
Opening audio decoder: [liba52] AC3 decoding with liba52
AUDIO: 48000 Hz, 2 ch, s16le, 448.0 kbit/29.17% (ratio: 56000->192000)
ID_AUDIO_BITRATE=448000
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
Selected audio codec: [a52] afm: liba52 (AC3-liba52)
==========================================================================
AO: [dsound] 48000Hz 2ch s16le (2 bytes per sample)
ID_AUDIO_CODEC=a52
Starting playback...
ID_AUDIO_ID=129
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
ID_VIDEO_ASPECT=1.7778
[swscaler @ 00F539D4]Lanczos scaler, from yuv420p to rgb24 using MMX2
VO: [gl] 720x480 => 854x480 Planar YV12
Using SSE optimized IMDCT transform
Using MMX optimized resampler
[mpeg2video @ 00E72B94]ac-tex damaged at 7 7
[mpeg2video @ 00E72B94]Warning MVs not available
[mpeg2video @ 00E72B94]concealing 1035 DC, 1035 AC, 1035 MV errors
[Mixer] No hardware mixing, inserting volume filter.
demux_mpg: 24000/1001fps progressive NTSC content detected, switching framerate.
ID_SUBTITLE_ID=4
ID_SUBTITLE_ID=2
ID_SUBTITLE_ID=0
ID_SUBTITLE_ID=1
ID_SUBTITLE_ID=3
:confused: :confused: :confused:
:thanks:
ElQuia
12th January 2010, 20:59
BTW, (and sorry for my noob questions); Is there any way of resetting ALL preferences of smplayer to default state, without losing individual file settings?
Is there a way to reset all preferences?
Please advise :confused:
LoRd_MuldeR
12th January 2010, 21:05
There is the "Reset" utility included in my package. But of course you will loose your personal setting, because going back to the defaults meas loosing your custom settings...
And of course you can simple delete/rename "SMPlayer.ini" + "MPUI.in" + "mplayer/config".
Be aware that on Windows Vista/7 there may be old configuration files hiding in the "VirtualStore" folder. With the latest release, my "Reset" utility takes care of that!
ElQuia
12th January 2010, 21:36
There is the "Reset" utility included in my package. But of course you will use your personal setting, because going back to the defaults meas loosing your personal settings...
And of course you can simple delete/rename "SMPlayer.ini" + "MPUI.in" + "mplayer/config".
Be aware that on Windows Vista/7 there may be old configuration files hiding in the "VirtualStore" folder. With the latest release, my "Reset" utility takes care of that!
MuldeR, thanks, found your reset. Did the following: resetted everything to default and I reinstalled the complete package.
I dont know why, but now smplayer plays dvd's !!!:confused: :confused: :confused: :confused: :confused:
:thanks: for everything
Nitrius
12th January 2010, 23:11
Question, what's the difference between this, using the SMPlayer front-end, and just downloading this SMPlayer: http://smplayer.sourceforge.net/ ?
LoRd_MuldeR
13th January 2010, 00:50
Question, what's the difference between this, using the SMPlayer front-end, and just downloading this SMPlayer: http://smplayer.sourceforge.net/ ?
:search:
Reimar
16th January 2010, 18:15
Ok, here is the build: http://natsuki.mplayerhq.hu/~reimar/mplayer.exe
Updated to latest SVN, now also has the ASLR and NOSEH flags set for better security (note that you can set them with the peflags tool on any old binary you have, the code was always correct, Microsoft just as usual has made not the slightest effort to allow using them without Microsoft compilers).
LoRd_MuldeR
18th January 2010, 21:16
MPlayer for Windows 2010-01-17 :)
[2010-01-17]
* MPlayer binaries updated to SVN-r30322
* SMPlayer updated to Version 0.6.8 (SVN-r3392)
Alante
19th January 2010, 11:24
Is this the original MPlayer (http://www.mplayerhq.hu/design7/dload.html) - as in official support, or just a package for it and some extras?
When installing, you get some options CPU Related: Athlon, Pentium 4... which are realy old. That options is just "functions relates (like SSE)" or do you actually need those exact CPU's?
LoRd_MuldeR
19th January 2010, 13:11
Is this the original MPlayer (http://www.mplayerhq.hu/design7/dload.html) - as in official support, or just a package for it and some extras?
Your link goes to the "official" MPlayer homepage. My package contains up-to-date builds of MPlayer for the Windows platform, which have been provided by Gianluigi Tiesi (http://oss.netfarm.it/mplayer-win32.php).
Furthermore it contains two GUI's for MPlayer, which are not developed by the MPlayer team and hence won't be found on the MPlayer homepage: SMPlayer (http://smplayer.sourceforge.net/) and MPUI (http://mpui.sourceforge.net/).
When installing, you get some options CPU Related: Athlon, Pentium 4... which are realy old. That options is just "functions relates (like SSE)" or do you actually need those exact CPU's?
You need a CPU that supports at least the instruction sets used by the different CPU-optimized MPlayer builds. My installer will suggest the most "suitable" build for your CPU.
Alante
19th January 2010, 22:26
Your link goes to the "official" MPlayer homepage. My package contains up-to-date builds of MPlayer for the Windows platform, which have been provided by Gianluigi Tiesi (http://oss.netfarm.it/mplayer-win32.php).
Furthermore it contains two GUI's for MPlayer, which are not developed by the MPlayer team and hence won't be found on the MPlayer homepage: SMPlayer (http://smplayer.sourceforge.net/) and MPUI (http://mpui.sourceforge.net/).
You need a CPU that supports at least the instruction sets used by the different CPU-optimized MPlayer builds. My installer will suggest the most "suitable" build for your CPU.
SMPlayer is recommended as GUI for MPlayer on official site, yet they're are many fronted GUI's. :)
====
Then it would be more suited to Add AMD or Intel and instructions, instead of specific CPU's like Intel Pentium 4 or AMD Athlon... just a fought.
LoRd_MuldeR
19th January 2010, 22:35
Then it would be more suited to Add AMD or Intel and instructions, instead of specific CPU's like Intel Pentium 4 or AMD Athlon... just a fought.
That's not how GCC's "-mtune" option works: http://gcc.gnu.org/onlinedocs/gcc-4.3.3/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options
Also I can't include a separate build for any CPU in existence. Consequently we must pick a few "representative" ones.
Last but not least: I use the builds provided by Gianluigi Tiesi. And I'm not in control of what he provides ;)
Alante
19th January 2010, 23:27
That's not how GCC's "-mtune" option works: http://gcc.gnu.org/onlinedocs/gcc-4.3.3/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options
Also I can't include a separate build for any CPU in existence. Consequently we must pick a few "representative" ones.
Last but not least: I use the builds provided by Gianluigi Tiesi. And I'm not in control of what he provides ;)
That's not what I meant, I was saying to include just the brand (Intel/AMD) and the instructions, like:
AMD (MMX,MMX2,3DNow)
Intel (MMX,SSE,SSE2)
...but since is not you call, doesn't really mater.
MPlayer was the first potent player for a PC, yet it was Linux only at that time. Many years passed since then and many fronted GUI's emerged yet SMPlayer seems to be the only one decent for Windows yet it's kinda on the same page with VideoLan (functionality related). Beyond that, I must admit, compared to the last GUI i tried, this is nice. :) Only wish it with would feel more like it was made for Windows, cause seems like it was made for Linux, maybe one with KDE. :) But guess I should tell this to the one that made it. :) But all in one, I like it, didn't tried MPlayer since 2007.. :D
LoRd_MuldeR
20th January 2010, 00:14
That's not what I meant, I was saying to include just the brand (Intel/AMD) and the instructions, like:
AMD (MMX,MMX2,3DNow)
Intel (MMX,SSE,SSE2)
This makes no sense, as newer AMD CPU's support SSE and SSE2 as well!
So if the build was optimized specifically for "Intel Pentium 4" or for "AMD Athlon", then we should call it like that and not use some inappropriate simplification ;)
Alante
20th January 2010, 01:46
True, but since Pentium 3/4 are kinda old this days, even for entry LvL PC's and same goes fore Athlons... that part is a little confusing. :) If it's not instructions based, but specific by CPU type then what should we chose "Runtime CPU Detection (Generic)? I installed it on a PC with E2160 and for my CPU, Pentium 4 was recommended, yet on the Note it says: Unfortunately choosing an incompatible CPU might lead to a crash! It those support the instructions of Pentium 4 - but it's a different technology. Then again, it's not your fault if you didn't compiled and implemented those optimizations, but still those CPU's are antique. It did updated MPlayer libraries and all but Optimizations are far behind, to bad they're not instruction based, winch as you implied "even AMD support those now" and that part from Setup could be irrelevant, or even removed.
LoRd_MuldeR
20th January 2010, 02:01
Again: While the builds are optimized for a specific CPU model, they will run 100% fine on any CPU that supports the same instruction sets as the CPU for which the build was intended.
For example the "Intel Pentium 4" build will run perfectly fine on any CPU that supports at least MMX, SSE and SSE2. This includes an Intel Core2 or an AMD Phenom, for example.
Of course it would be "perfect" if we had a special build for any CPU that exists, but that would bloat the installer size to the infinite! So we must pick a few "representative" builds!
Also, as said before, GCC doesn't even offer optimizations for the latest CPU generation, such as, Nehalem (Core i3/i5/i7) yet. So we simply can't have optimized builds for certain CPU's.
Most important: Builds that were optimized for "older" CPU's will run on "newer" CPU's, but those "older" CPU's would not able to run builds that were optimized for "newer" CPU's!
So it makes most sense to have builds included that were optimized for "older" CPU's, as those will work on the "older" CPU's as well as on the "newer" CPU's.
The other way around we would exclude users that have "older" CPU's and that would be bad! I know many users love MPlayer because it performs pretty well, even on "older" CPU's ;)
Last but not least it is highly questionable whether a "Core2" optimized build really gives a noteworthy speed-up compared to a "Pentium 4" optimized build on a Core2 CPU...
And I say it again: You should choose the build that was suggested by the installer, because the installer will choose the "most suitable" build for your CPU (from the available builds).
roozhou
20th January 2010, 07:02
Last but not least it is highly questionable whether a "Core2" optimized build really gives a noteworthy speed-up compared to a "Pentium 4" optimized build on a Core2 CPU...
Since NetBurst is a very "unusual" architecture, a P4 optimized build may run slower on Core2, Nehelam and AMD CPUs than a P3 optimized build.
LoRd_MuldeR
20th January 2010, 13:18
Since NetBurst is a very "unusual" architecture, a P4 optimized build may run slower on Core2, Nehelam and AMD CPUs than a P3 optimized build.
The architecture doesn't matter, except for what instruction sets are supported and how many cycles a specif instruction takes.
So do you have any benchmarks to proof your speculation ???
roozhou
20th January 2010, 15:05
@LoRd_MuldeR
Decoding a 30s 720P H264+aac video with "-vo null -vf hqdn3d -ao pcm:fast:file=NUL -benchmark"
Tested with sherpya svn-30369 build on a Turion X2 @1.8G. Both ran 3 times and took the median.
P4 build:
BENCHMARKs: VC: 22.005s VO: 27.559s A: 0.344s Sys: 0.073s = 49.981s
BENCHMARK%: VC: 44.0267% VO: 55.1390% A: 0.6883% Sys: 0.1461% = 100.0000%
P3 build
BENCHMARKs: VC: 21.864s VO: 26.361s A: 0.313s Sys: 0.078s = 48.616s
BENCHMARK%: VC: 44.9728% VO: 54.2229% A: 0.6438% Sys: 0.1604% = 100.0000%
I will test on a Core2 tomorrow.
nurbs
20th January 2010, 15:09
Don't forget the standard deviation.
roozhou
20th January 2010, 15:29
Don't forget the standard deviation.
You can do similar tests yourself.
nurbs
20th January 2010, 15:39
I know, but I don't plan to.
Reimar
20th January 2010, 21:40
The architecture doesn't matter, except for what instruction sets are supported and how many cycles a specif instruction takes.
So do you have any benchmarks to proof your speculation ???
No benchmarks, but latest MPlayer will for example disable cmov and bsr usage when building for P4, since those are awefully slow on it (I think there's no other CPU where cmov is so slow), and I think gcc will avoid them as well.
I would be surprised to see the P4 build be faster than the P3 one on anything but an actual P4 (which includes most Xeons) - if it's measurable slower is a different question though.
ElQuia
21st January 2010, 13:15
LoRd_MuldeR & Guys :confused:
CAN'T get new build to work.
Just won´t play movie. Shows a "blank page" (litteraly blank, aka white) seems like its working but nothing comes out.
December build works oK, tried uninstalling both and resetting to cero all featrures three times. Dec always works, new build never.
Logs attached, please advise .....
:(
LoRd_MuldeR
21st January 2010, 13:20
What MPlayer build (RTM, P3, P4, Athlon) did you pick during install? Do you have problem with all of them? Especially, does the RTM build fail on your system?
You can also try to replace the 'MPlayer.exe' with the one from this (http://sourceforge.net/projects/mplayer-win32/files/MPlayer%20and%20MEncoder/revision%2030369/MPlayer-rtm-svn-30369.7z/download) download. That build is newer (by 3 days) than the one that is currently included in my installer package.
BTW: It's better if you provide logs via http://pastie.org/, so I don't need to wait for your attachments to be approved by a moderator.
ElQuia
21st January 2010, 14:07
What MPlayer build (RTM, P3, P4, Athlon) did you pick during install? Do you have problem with all of them? Especially, does the RTM build fail on your system?
You can also try to replace the 'MPlayer.exe' with the one from this (http://sourceforge.net/projects/mplayer-win32/files/MPlayer%20and%20MEncoder/revision%2030369/MPlayer-rtm-svn-30369.7z/download) download. That build is newer (by 3 days) than the one that is currently included in my installer package.
1. Installation auto picked P4, just as december build
2. Will try again this afternoon (10:00 am here now) installing new build again and replacing with the mplayer you post.
Will check here BEFORE doing that just in case you have some more feedback ;-)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.