View Full Version : SMPlayer - a new frontend for MPlayer
Pages :
1
2
3
4
5
6
7
8
9
10
11
12
13
[
14]
15
16
17
fastplayer
27th September 2008, 23:20
With that option set to false, the playlist is not saved to the config file, but it won't delete the remaining info there could be already there. You have to delete yourself.
No biggie! I just deleted the "playlist_contents" category and all is OK. I was just wondering why an entry was left.
About the problem with "directx," I'll check it later (I'm on linux now). BTW, could you copy the mplayer log when you use "directx" (without the comma)?
I remember the option "Repaint background of the video window" from the previous version 0.6.2. If I disabled it, it had the same effect as the issue above: blank screen. I can't find this option in the preferences anymore. Maybe it is set to disabled in the smplayer.ini itself?
Edit: OK, my last assumption doesn't make much sense because then "-vo directx" itself would show a blank screen too...
fastplayer
27th September 2008, 23:22
About the problem with "directx," I'll check it later (I'm on linux now). BTW, could you copy the mplayer log when you use "directx" (without the comma)?
Here you go:
D:/Apps/Player/SMPlayer/mplayer/mplayer.exe -noquiet -nofs -sub-fuzziness 1 -identify -slave -vo directx -ao dsound -zoom -nokeepaspect -priority abovenormal -nodr -double -wid 4653446 -colorkey 0x020202 -monitorpixelaspect 1 -subfont-autoscale 1 -subfont-text-scale 5 -subcp ISO-8859-1 -subpos 100 -volume 50 -cache 2000 -osdlevel 0 -vf-add screenshot -slices -channels 2 -af scaletempo,equalizer=0:0:0:0:0:0:0:0:0:0 -nofontconfig D:/Incoming/spiritthe_trlr_02_720p_dl.mov
MPlayer dev-SVN-r27130-3.4.5 (with -volume) (C) 2000-2008 MPlayer Team
CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: 2)
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
Setting process priority: abovenormal
Playing D:/Incoming/spiritthe_trlr_02_720p_dl.mov.
Cache fill: 0.00% (0 bytes)
libavformat file format detected.
ID_VIDEO_ID=0
[lavf] Video stream found, -vid 0
ID_AUDIO_ID=1
[lavf] Audio stream found, -aid 1
VIDEO: [avc1] 1280x544 24bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s)
ID_FILENAME=D:/Incoming/spiritthe_trlr_02_720p_dl.mov
ID_DEMUXER=lavfpref
ID_VIDEO_FORMAT=avc1
ID_VIDEO_BITRATE=0
ID_VIDEO_WIDTH=1280
ID_VIDEO_HEIGHT=544
ID_VIDEO_FPS=23.976
ID_VIDEO_ASPECT=0.0000
ID_AUDIO_FORMAT=255
ID_AUDIO_BITRATE=0
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
ID_LENGTH=147.07
ID_SEEKABLE=1
Opening video filter: [screenshot]
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
ID_VIDEO_CODEC=ffh264
==========================================================================
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
[mov,mp4,m4a,3gp,3g2,mj2 @ 00C370B0]negative ctts, ignoring
FAAD: compressed input bitrate missing, assuming 128kbit/s!
AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
ID_AUDIO_BITRATE=128000
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio) decoder)
==========================================================================
AO: [dsound] 48000Hz 2ch s16le (2 bytes per sample)
ID_AUDIO_CODEC=faad
Starting playback...
VDec: vo config request - 1280 x 544 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
[swscaler @ 00C33B64]No accelerated colorspace conversion found
[swscaler @ 00C33B64]using unscaled yuv420p -> rgb24 special converter
VO: [directx] 1280x544 => 1280x544 Planar YV12 [zoom]
ID_AUDIO_TRACK=1
rvm
28th September 2008, 00:45
I found the problem. If using "directx," smplayer doesn't pass mplayer the -colorkey option... Horrible bug indeed :(
I didn't realize of it because I compiled and tested it on a windows xp running on a virtual machine inside linux. There it worked.
fastplayer
28th September 2008, 12:04
I found the problem. If using "directx," smplayer doesn't pass mplayer the -colorkey option... Horrible bug indeed :(
I noticed that too after I diff'ed both logs but I wasn't sure what to think of it... :confused:
Anyway, I'm glad you figured it out! :thanks:
rvm
28th September 2008, 17:26
I've just uploaded an update: smplayer-portable_update_svn_1903.7z (ftp://ftp.berlios.de/pub/smplayer/windows/smplayer-portable_update_svn_1903.7z).
Could you test if it works ok now?
fastplayer
28th September 2008, 17:52
I've just uploaded an update: smplayer-portable_update_svn_1903.7z (ftp://ftp.berlios.de/pub/smplayer/windows/smplayer-portable_update_svn_1903.7z).
Could you test if it works ok now?
I removed the smplayer.ini before extracting the update in order to start with a clean profile. I changed not one setting and immediately opened a video file which played back correctly. The MPlayer log indicated that the "colorkey" parameter was added to the command line. :)
rvm
29th September 2008, 00:45
Version 0.6.3.1 (release for Windows only)
This release includes a fix for an important bug in 0.6.3 which affected the version for Windows: the video window would be black on the first video played, or always if the user opened the preferences dialog before playing a video. In those cases "directx," was used as video driver but the -colorkey option was not passed to mplayer producing the problem. Windows Vista probably wasn't affected by this bug, as it uses a different video driver as default.
Packages for v. 0.6.3.1 (http://sourceforge.net/project/showfiles.php?group_id=185512&package_id=216202&release_id=629389)
LoRd_MuldeR
29th September 2008, 00:56
Thanks for the fix :)
avih
20th October 2008, 12:55
rvm,
Issues in SMPlayer svn-r2030 (XP-SP3, NVidia, mulder's full package, GL/fast output):
- When the video is restarted (after preference changes, if reloaded while set to "remember settings", etc), a custom aspect ratio is restored at the menus but is not applied to the video.
- When I set middle mouse click to "show equalizer", it didn't work.
- Sometimes, maybe due to mplayer bugs, certain preferences changes through the menus (certain filters, etc) may cause mplayer to stop playing. In such cases, the bad menu option cannot be turned off because the menu is disabled (video not playing). It's even worse if the "remember settings" is checked in the preferences because it automatically applies the "bad" option, aborts the playback, menu gets disabled, and no way to disable the option without unchecking "remember " and reloading the video. I suggest to enable the menus even if the video isn't playing, such that changes can apply to the next playback.
As always, beautiful front end :), keep up the good work!
fastplayer
20th October 2008, 13:13
Can somebody reproduce this?
Click on a menu like "Help" or "Options", then move the mouse across the menu items into the video output area, move it back to the opened menu. Do that back and forth. The mouse cursor will disappear at some point when pointing inside the video output area.
avih
20th October 2008, 13:18
Can somebody reproduce this?
Click on a menu like "Help" or "Options", then move the mouse across the menu items into the video output area, move it back to the opened menu. Do that back and forth. The mouse cursor will disappear at some point when pointing inside the video output area.
Confirmed. My case is even simpler: just open one of the menus and move the cursor to the video area -> cursor disappears (tried with output GL and GL(fast))
fastplayer
20th October 2008, 13:50
Confirmed. My case is even simpler: just open one of the menus and move the cursor to the video area -> cursor disappears (tried with output GL and GL(fast))
Thanks for confirmation!
I'm using DirectX output and yes, I can reproduce the behavior you described but it's not consistent. Most of the time I have to move the cursor a couple of times between menu and video area but sometimes the cursor disappears immediately.
LoRd_MuldeR
20th October 2008, 14:58
But it only disappears when moving the cursor over the video area. Moving it back onto the menu makes it re-appear.
rvm
21st October 2008, 00:54
rvm,
Issues in SMPlayer svn-r2030 (XP-SP3, NVidia, mulder's full package, GL/fast output):
- When the video is restarted (after preference changes, if reloaded while set to "remember settings", etc), a custom aspect ratio is restored at the menus but is not applied to the video.
I can't reproduce this problem, here in linux with xv, using smplayer svn r2072.
- When I set middle mouse click to "show equalizer", it didn't work.
Fixed in r2074.
- Sometimes, maybe due to mplayer bugs, certain preferences changes through the menus (certain filters, etc) may cause mplayer to stop playing. In such cases, the bad menu option cannot be turned off because the menu is disabled (video not playing). It's even worse if the "remember settings" is checked in the preferences because it automatically applies the "bad" option, aborts the playback, menu gets disabled, and no way to disable the option without unchecking "remember " and reloading the video. I suggest to enable the menus even if the video isn't playing, such that changes can apply to the next playback.
I'll try to find a fix for this. Meanwhile there's an easy workaround, just disable the "remember settings" and open the video again. After that you can enable "remember settings" again.
avih
21st October 2008, 07:37
Fixed in r2074.
Thanks.
I'll try to find a fix for this. Meanwhile there's an easy workaround, just disable the "remember settings" and open the video again. After that you can enable "remember settings" again.
Thanks. And for quoting my workaround ;)
I can't reproduce this problem, here in linux with xv, using smplayer svn r2072.
OK, I didn't try it with many files, just with the ones I actually needed this feature for (I capture to 572x288 and the a.r. should be 4:3) and it didn't work for them. It does seem to work with other files.
I'm attaching a video snippet of the problematic file (format?). If you still can't reproduce it, I'll upload the log files.
BTW, because this video is so short, there's an easier way to reproduce this issue: start playing, pause if you need to, change to 4:3 from the menu, let the playback finish, click play --> not in 4:3.
thx again.
rvm
21st October 2008, 10:13
OK, I didn't try it with many files, just with the ones I actually needed this feature for (I capture to 572x288 and the a.r. should be 4:3) and it didn't work for them. It does seem to work with other files.
I'm attaching a video snippet of the problematic file (format?). If you still can't reproduce it, I'll upload the log files.
BTW, because this video is so short, there's an easier way to reproduce this issue: start playing, pause if you need to, change to 4:3 from the menu, let the playback finish, click play --> not in 4:3.
thx again.
Normally smplayer sets the aspect ratio (and other things, like subtitles, audio track...) just after the video has started to play, all important info is printed by mplayer before.
But this file starts to play a little bit before some of the info (resolution, video driver) is printed by mplayer. That confuses smplayer.
Maybe you video has a few ms at the beginning with audio only?
Changing the demuxer from avi to lavf fixes the problem with this video.
Edit: the video doesn't have this problem if using mplayer r27130. So maybe newer versions introduced a bug (or a fix)...
Edit 2: another strange thing in the video, the movie aspect is 2.00:1, if you are creating these videos, why don't you set the aspect to 4:3?
LoRd_MuldeR
21st October 2008, 15:41
rvm, what exactly does "dxlist.exe" do and what do we need it for?
Or in other words: Shall I include it in my package or not? I can't see any problem with excluding it :confused:
rvm
21st October 2008, 22:04
There's a document in the sources which explains:
dxlist is a small console application for Windows which can list the
directsound devices and directdraw display devices. This info is then used
by smplayer.
Usage: just run dxlist.exe with the -d or -s switches. -d shows the display
devices, -s the sound devices.
Compiling: in order to compile it you need the directx headers
(you can get a package here: http://www.videolan.org/vlc/dx7headers.tgz), and
extract it in the directx folder. Then just compile it with the usual:
qmake
make
Installation: dxlist.exe has to be installed on the same folder as smplayer.exe.
Someone may be wondering... why don't you just simply call mplayer to get that
info instead of writing this program?
Yes, mplayer can display that info, but there are several inconveniences:
1) it's necessary to use the -v switch. That makes mplayer to be much more
verbose, that could even have an impact on performace (at least that was
a problem with old versions of Qt)
2) it's necessary to play a file. Yes, you can't get the info if you don't
play a file. That's a problem, smplayer wouldn't be able to get the info until
the user has at least played one file.
3) even worse, to get the info about the attached displays, you have to
use the -adapter option, but how can you know what value to use for
-adapter if you don't know yet the list of valid values?
Because of those problems, I found easier to try to get that info using other
ways. This program just outputs the required info, no need to play anything,
smplayer can call it whenever it needs it.
Finally, the reason to implement all this in a separate program and not inside
smplayer itself (which would have been easier) is just simply to avoid it
to depend on directx, and require everyone who want to compile it to install
the directx headers. After all this (dxlist) program is optional, smplayer
can work without it.
LoRd_MuldeR
21st October 2008, 22:26
There's a document in the sources which explains:
I see. Thanks for the info :)
After all this (dxlist) program is optional, smplayer can work without it.
That's what I wanted to clarify :D
avih
22nd October 2008, 09:51
Normally smplayer sets the aspect ratio (and other things, like subtitles, audio track...) just after the video has started to play, all important info is printed by mplayer before.
But this file starts to play a little bit before some of the info (resolution, video driver) is printed by mplayer. That confuses smplayer.
Maybe you video has a few ms at the beginning with audio only?
Changing the demuxer from avi to lavf fixes the problem with this video.
Edit: the video doesn't have this problem if using mplayer r27130. So maybe newer versions introduced a bug (or a fix)...
Edit 2: another strange thing in the video, the movie aspect is 2.00:1, if you are creating these videos, why don't you set the aspect to 4:3?
regarding A/V delta, could be, it's captured with virtualdub and ffdshow. The relevent vdub options are left at default "auto a/v sync" or something similar. I didn't intentionally create this skew if there is one.
Can one choose lavf demuxer from the options? if not, how?
Could also be an mplayer bug of course, or vdub bug. But I think vdub is usually very "correct" with the file it outputs. mplayer is considered very robust too... but playback before it outputs certain parameters seems a bit strange. dunno.
regarding the manual capture aspect ratio, already tested earlier while trying to find a solution for my problem, it worked (initially ffdshow encoder was left at the default of PAR 1:1, I had to manually set the output display aspect ratio of ffdshow encoder to 4:3), it definitely is the correct way to handle this and I'll probably set my cap params this way now, but I was just reporting an incorrect behavior of the playback using SMPlayer.
rvm
22nd October 2008, 11:16
Can one choose lavf demuxer from the options? if not, how?
Options->View info and properties->Demuxer. But this only affects the current video.
There's also a way to change the demuxer for all videos, add -demuxer lavf in Preferences -> Advanced -> Options for mplayer -> Options, but then lavf will be used for all formats and it may not be suitable for some of them.
avih
22nd October 2008, 11:26
K, thx. Do you think this kind of video might also "confuse" SMPlayer in other aspects (pardon the pun)?
rvm
22nd October 2008, 11:44
Apart from the aspect ratio issue, I don't see any other problem.
rvm
27th October 2008, 17:00
Version 0.6.4 released.
Most important changes since 0.6.3:
* Now the dialog to find subtitles can also download the subtitle file and load it in smplayer automatically.
* (Linux) The black screen problem when using Compiz should really be fixed now.
* Added support for encoding autodetection for subtitle files. Requires a mplayer compiled with enca support.
* (Linux) Now it's possible to choose the audio device to be used with alsa (needs the application "aplay").
* (Windows) Now it's possible to choose the audio device to be used with dsound.
* (Windows) The menu Video->Screen displays now the actual available screens with their names.
* Added the possibility to add consecutive files (video_01.avi, video_02.avi..) automatically to the playlist.
* Bugfix: logout is not cancelled by smplayer.
* Now the options in preferences display a tooltip with a help message.
* Now it's possible to change the video track.
* Added the Galician translation.
Downloads: http://smplayer.berlios.de/downloads.php
LoRd_MuldeR
11th November 2008, 16:44
rvm, is there any chance to fix Drag&Drop for the OpenGL renderer on Win32 ???
Not being able to use Drag&Drop in fullscreen mode (and only outside the video area in windowed mode) is a bit nasty, although it's definitely not the end of the world ;)
(AFAIK the problem is that the GL renderer is using it's own window, but doesn't forward window messages, such as WM_DROPFILES, to the front-end app)
Reimar
11th November 2008, 20:25
(AFAIK the problem is that the GL renderer is using it's own window, but doesn't forward window messages, such as WM_DROPFILES, to the front-end app)
No, not quite. Qt (which SMPlayer uses) uses the OLE drag-and-drop method, so WM_DROPFILES is not involved and supporting it does not help.
Luckily I was stupid and there is a much easier way than forwarding messages: set the window to disabled, which also works for Drag-and-Drop.
So unless I once more messed up my testing this is fixed in MPlayer SVN r27904.
LoRd_MuldeR
11th November 2008, 20:33
No, not quite. Qt (which SMPlayer uses) uses the OLE drag-and-drop method, so WM_DROPFILES is not involved and supporting it does not help.
Luckily I was stupid and there is a much easier way than forwarding messages: set the window to disabled, which also works for Drag-and-Drop.
So unless I once more messed up my testing this is fixed in MPlayer SVN r27904.
:thanks:
LoRd_MuldeR
16th December 2008, 15:52
I got a feature request for SMPlayer:
When I do "+" -> "Add file(s)" in the playlist window and select a ".m3u" playlist file, then import&append the playlist to my current playlist.
At the moment it will add the ".m3u" file as a single item to the playlist, so it won't play at all :(
:thanks: in advance!
rvm
31st December 2008, 15:11
I think I forgot to announce the changes in version 0.6.5:
Most important changes since 0.6.4:
* The subtitles when using the SSA/ASS library can now be further customized. It's possible to select the font, size, colors, bold, italic, outline, shadow...
* (Linux) Now smplayer tries to follow the XDG Base Directory Specification for the config files. That means the now the configuration files will be saved under the directory $XDG_CONFIG_HOME/smplayer (or $HOME/.config/smplayer if $XDG_CONFIG_HOME is not defined). If you want to keep your preferences, copy or move the files from $HOME/.smplayer to the new location.
* Added some options in Preferences->Interface to configure the floating control.
* The commandline option -ini-path has been removed and replaced with -config-path, which specifies the directory where smplayer will store its data (not only smplayer.ini).
And these are the changes in the new version 0.6.6:
Most important changes since 0.6.5:
* Added an option to generate a preview (thumbnails) of the video.
* Added a new gui (mpcgui, a media player classic clone) developed by Matthias Petri.
* Added some auto zoom options, to display the video without black borders.
* Implemented a new (and optional) method to save the file settings. This method uses an ini file per each played file. It's faster than the old one.
* Added a new option in Preferences->Video: add black borders on fullscreen. If this option is enabled, black borders will be added to the image in fullscreen mode. This allows subtitles to be displayed on the black borders.
* Increased the resolution of the seekbar. Allows a more accurate seeking.
* Added 3 modes for the stay on top option: always, never and while playing.
* Added a history to the open URL dialog.
* Added new action to cycle through all aspect ratios. Assigned by default to key "A".
* It's possible to run some specified actions every time a file is loaded.
* Possibility to set up a proxy for internet connections (used for subtitle downloading).
Currently there's only available an update package:
smplayer_update_0.6.6.7z (ftp://ftp.berlios.de/pub/smplayer/windows/smplayer_update_0.6.6.7z)
Unity
31st December 2008, 17:32
A fantastic mplayer gui !
The new mpc skin is really nice too :)
LoRd_MuldeR
31st December 2008, 17:49
Thank you rvm :thanks:
I noticed one small cosmetic error with the MPC GUI: If you press the "play" button again while it's already pressed (lowered) it will become un-pressed (flat) again.
There is no effect though, so the media will keep on playing...
BTW: Happy new year !!!
tekNerd
1st January 2009, 17:45
Currently there's only available an update package:
smplayer_update_0.6.6.7z
Link doesn't work for me, it seems that the server is down or something. Can someone upload this somewhere else?
LoRd_MuldeR
1st January 2009, 17:47
Link doesn't work for me, it seems that the server is down or something. Can someone upload this somewhere else?
Seems to work for me :confused:
ftp://ftp.berlios.de/pub/smplayer/windows/smplayer_update_0.6.6.7z
rvm
1st January 2009, 19:34
I've just uploaded it here too:
http://downloads.sourceforge.net/smplayer/smplayer_update_0.6.6.7z
tekNerd
1st January 2009, 23:12
It started to work the ftp link...
Thanks.
Question:
can smplayer take a screenshot of a video and put it in the video's folder (like using some kind of option: use video's folder for screenshots)?
LoRd_MuldeR
1st January 2009, 23:16
Question:
can smplayer take a screenshot of a video and put it in the video's folder (like using some kind of option: use video's folder for screenshots)?
Answer: Yes.
(Use the "Video" -> "Screenshot" function to take a screenshot. Also note that the screenshot directory can be configured in the "Preferences" window)
tekNerd
2nd January 2009, 02:20
No, I know that it can take screenshots, I just want to know if it is possible to have as screenshot folder the video's corespondent folder, not a global screenshot folder.
And another thing: is it possible to save the screenshot with the video file's name?
mhj911
2nd January 2009, 02:39
a little issue, because I have no real decode file drvc.dll, so when I play a rmvb video, smplayer have no video image, some menu about video are disable status, it is normal. I click 'stop' button to stop playing this video, then copy 'drvc.dll' to 'codecs' folder under mplayer folder. I continue click 'play' button to play this video. smplayer display video image, but status of those menu about video are not updated. if I choose open this video again, those menu is ok.
check VIDEO_CODEC whether is null to decide whether have video, then to update those menu status.
VIDEO_CODEC='';
if mplayer ouput 'ID_VIDEO_CODEC=codec_name' then VIDEO_CODEC=codec_name
if VIDEO_CODEC='' then HaveVideo=false else HaveVideo=true;
menu.enable= HaveVideo;
because version of mplayer, it don't play video but only audio without real decoder 'drvc.dll', it maybe can use ffrv40 to play a real video after update mplayer.
MPlayer dev-SVN-r27130-3.4.5 (with -volume) (C) 2000-2008 MPlayer Team
CPU: Intel(R) Pentium(R) Dual CPU E2140 @ 1.60GHz (Family: 6, Model: 15, Stepping: 13)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
Setting process priority: abovenormal
Playing D:/My Documents/My Videos/非诚勿扰.rmvb.
Cache fill: 0.00% (0 bytes)
REAL file format detected.
Stream description: Audio Stream
Stream mimetype: audio/x-pn-realaudio
ID_AUDIO_ID=0
[real] Audio stream found, -aid 0
Stream description: Video Stream
Stream mimetype: video/x-pn-realvideo
ID_VIDEO_ID=1
[real] Video stream found, -vid 1
Stream mimetype: logical-fileinfo
VIDEO: [RV40] 640x460 24bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
Clip info:
name: 非诚勿扰1
==========================================================================
Opening video decoder: [realvid] RealVideo decoder
Error loading dll
ERROR: Could not open required DirectShow codec drvc.so.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
Error loading dll
ERROR: Could not open required DirectShow codec drvc.dll.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
Error loading dll
ERROR: Could not open required DirectShow codec drv4.so.6.0.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
Error loading dll
ERROR: Could not open required DirectShow codec drv43260.dll.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
Error loading dll
ERROR: Could not open required DirectShow codec drvc.bundle/Contents/MacOS/drvc.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Cannot find codec matching selected -vo and video format 0x30345652.
Read DOCS/HTML/en/codecs.html!
==========================================================================
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 44100 Hz, 2 ch, s16le, 44.1 kbit/3.12% (ratio: 5512->176400)
ID_AUDIO_BITRATE=44096
ID_AUDIO_RATE=44100
ID_AUDIO_NCH=2
Selected audio codec: [ffcook] afm: ffmpeg (FFmpeg COOK audio decoder)
==========================================================================
MPlayer Sherpya-SVN-r28126-4.2.5 (C) 2000-2008 MPlayer Team
CPU: Intel(R) Pentium(R) Dual CPU E2140 @ 1.60GHz (Family: 6, Model: 15, Stepping: 13)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
The -nogui option will only work as the first command line argument.
Setting process priority: abovenormal
Playing d:\My Documents\My Videos\非诚勿扰.rmvb.
REAL file format detected.
Stream description: Audio Stream
Stream mimetype: audio/x-pn-realaudio
ID_AUDIO_ID=0
[real] Audio stream found, -aid 0
Stream description: Video Stream
Stream mimetype: video/x-pn-realvideo
ID_VIDEO_ID=1
[real] Video stream found, -vid 1
Stream mimetype: logical-fileinfo
VIDEO: [RV40] 640x460 24bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
Clip info:
name: 非诚勿扰1
[...]
==========================================================================
Opening video decoder: [realvid] RealVideo decoder
Error loading dll
ERROR: Could not open required DirectShow codec drvc.so.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
Error loading dll
ERROR: Could not open required DirectShow codec drvc.dll.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
Error loading dll
ERROR: Could not open required DirectShow codec drv4.so.6.0.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
Error loading dll
ERROR: Could not open required DirectShow codec drv43260.dll.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
Error loading dll
ERROR: Could not open required DirectShow codec drvc.bundle/Contents/MacOS/drvc.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffrv40] vfm: ffmpeg (FFmpeg RV40 decoder)
==========================================================================
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 44100 Hz, 2 ch, s16le, 44.1 kbit/3.12% (ratio: 5512->176400)
ID_AUDIO_BITRATE=44096
ID_AUDIO_RATE=44100
ID_AUDIO_NCH=2
Selected audio codec: [ffcook] afm: ffmpeg (FFmpeg COOK audio decoder)
==========================================================================
rvm
2nd January 2009, 02:52
No, I know that it can take screenshots, I just want to know if it is possible to have as screenshot folder the video's corespondent folder, not a global screenshot folder.
No, it's not possible. Maybe I could add an option for that.
And another thing: is it possible to save the screenshot with the video file's name?
No. There was a patch sent to the mplayer-dev-eng mailing list which added support for that, but it hasn't been added to mplayer yet.
Maybe I can add that possibility in smplayer anyway, it would be just a matter of renaming the screenshot made by mplayer.
mhj911
2nd January 2009, 03:15
name of system font not always uniform with first font face name of font, so use fontconfig + font name, may not work. e.g. simhei.ttf display as '黑体' in list of system font, if use -fontconfig -font 黑体 ,it don't work, use -fontconfig -font simhei ,is ok. so I never use fontconfig, but directly use -font +font.
petran79
2nd January 2009, 15:39
I have the following issue.
In Preferences -> File Types, when I click "Select None", all but the bin, divx, dv,iso, nsv and vcd extension disappear. Even when I uncheck the extensions manually and click "Apply" the boxes are automatically ticked again.
As a result only through Windows folder options in control panel is it possible to apply a different player.
rvm
2nd January 2009, 22:50
What version of Windows are you using? (XP? Vista?)
rvm
3rd January 2009, 01:03
a little issue, because I have no real decode file drvc.dll, so when I play a rmvb video, smplayer have no video image, some menu about video are disable status, it is normal. I click 'stop' button to stop playing this video, then copy 'drvc.dll' to 'codecs' folder under mplayer folder. I continue click 'play' button to play this video. smplayer display video image, but status of those menu about video are not updated. if I choose open this video again, those menu is ok.
Maybe you need to install the additional codecs package (smplayer_codecs_20071007.exe (http://www.mediafire.com/?jzlj6iw0wls) or windows-essential-20071007.zip (http://www.mplayerhq.hu/MPlayer/releases/codecs/windows-essential-20071007.zip)). They are not included in the smplayer packages because of licensing problems.
rvm
3rd January 2009, 01:05
New packages for Windows are available:
* smplayer_0.6.6_setup.exe (http://downloads.sourceforge.net/smplayer/smplayer_0.6.6_setup.exe) (includes mplayer svn r28126 from this site (http://oss.netfarm.it/mplayer-win32.php))
* smplayer-0.6.6_without_mplayer.7z (http://downloads.sourceforge.net/smplayer/smplayer-0.6.6_without_mplayer.7z)
* smplayer-portable-0.6.6.7z (http://downloads.sourceforge.net/smplayer/smplayer-portable-0.6.6.7z)
tekNerd
3rd January 2009, 18:23
Hi.
I know SMplayer is only a frontend for mplayer (a very good one, the best), but I was wondering: to pass new settings does have to restart the mplayer everytime?
I understand for video or audio renderer or some other setting like that, but for a subtitle setting or just for going fullscreen?
Am I doing something wrong or this is the normal behavior?
Thank u.
rvm
3rd January 2009, 19:23
Sometimes it's necessary to restart mplayer, but not always. Selecting a different subtitle track doesn't require to restart mplayer but if you change the font then it does. Going fullscreen doesn't require to restart mplayer (unless you have the option to automatically add black borders in fullscreen enabled).
tekNerd
4th January 2009, 01:51
I see.
Thank u for the help.
petran79
4th January 2009, 23:48
What version of Windows are you using? (XP? Vista?)
XP. But it wasnt such a big issue. Uninstalled and installed again and problem solved. Though now when I press select all, only m3u, m3u8 and pls extension are not ticked. Is it because another application locks the file type?
rvm
5th January 2009, 00:16
Probably, but I don't know. The file associations code was written by another person, so I don't know exactly how it works.
I experienced sometimes on Windows Vista that some of the extensions are disabled, so they can't be checked or unchecked, but I never had that problem on Windows XP.
LoRd_MuldeR
5th January 2009, 00:21
I don't think file extensions can be "locked" by an application. Maybe Windows Vista itself doesn't allow certain extension to be associated with a custom application?
Also some applications install an "Agent" which will be running in the background all the time and re-associates the file extensions with their own application as soon as it's changed by another application.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.