
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
SMPlayer intends to be a complete front-end for MPlayer, from basic features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more.
One of the most interesting features of SMPlayer: it remembers the settings of all files you play. So you start to watch a movie but you have to leave... don't worry, when you open that movie again it will resume at the same point you left it, and with the same settings: audio track, subtitles, volume...
Other additional interesting features:
* Audio track switching. You can choose the audio track you want to listen. Works with avi and mkv. And of course with DVDs.
* Seeking by mouse wheel. You can use your mouse wheel to go forward or backward in the video.
* Video equalizer, allows you to adjust the brightness, contrast, hue, saturation and gamma of the video image.
* Multiple speed playback. You can play at 2X, 4X... and even in slow motion.
* Filters. Several filters are available: deinterlace, postprocessing, denoise... and even a karaoke filter (voice removal).
* Audio and subtitles delay adjustment. Allows you to sync audio and subtitles.
* Advanced options, such as selecting a demuxer or video & audio codecs.
* Playlist. Allows you to enqueue several files to be played one after each other. Autorepeat and shuffle supported too.
* Preferences dialog. You can easily configure every option of SMPlayer by using a nice preferences dialog.
* Translations: currently SMPlayer is translated into more than 20 languages, including Spanish, German, French, Italian, Russian, Chinese, Japanese....
6 years ago
Version 14.3.0.
* Possibility to play (non-protected) blu-ray discs.
* The control for fullscreen mode has been rewritten and improved. Now it is displayed over the video.
* (Windows) New option in Preferences -> Subtitles to enable or disable the use of the Windows font directory. Disabling this option prevents the annoying font scanning.
* Some presets have been added to the audio equalizer.
* Better support for multimedia keys. This can help control SMPlayer with a remote control.
* The option "Move the window when the video area is dragged" has been fixed.
* (Windows) Now it's possible to open Windows shortcuts (symlinks).
* Better support for Youtube.
* (Windows) Better screensaver disabling.
* Many bugfixes.
* Possibility to compile with Qt 5.
List of contributed packages:
http://smplayer.wiki.sourceforge.net/Contributed+Packages
Repositories for Ubuntu:
https://launchpad.net/~rvm/+archive/smplayer
6 years ago
Version 14.3.0.
* Possibility to play (non-protected) blu-ray discs.
* The control for fullscreen mode has been rewritten and improved. Now it is displayed over the video.
* (Windows) New option in Preferences -> Subtitles to enable or disable the use of the Windows font directory. Disabling this option prevents the annoying font scanning.
* Some presets have been added to the audio equalizer.
* Better support for multimedia keys. This can help control SMPlayer with a remote control.
* The option "Move the window when the video area is dragged" has been fixed.
* (Windows) Now it's possible to open Windows shortcuts (symlinks).
* Better support for Youtube.
* (Windows) Better screensaver disabling.
* Many bugfixes.
* Possibility to compile with Qt 5.
List of contributed packages:
http://smplayer.wiki.sourceforge.net/Contributed+Packages
Repositories for Ubuntu:
https://launchpad.net/~rvm/+archive/smplayer
dovidhalevi
8 years ago
src/prefassociations.cpp:46:6: error: ‘WindowsVersion’ is not a member of ‘QSysInfo’
src/prefassociations.cpp:46:34: error: ‘WV_VISTA’ is not a member of ‘QSysInfo’
src/prefassociations.cpp: In member function ‘void PrefAssociations::refreshList()’:
src/prefassociations.cpp:143:9: error: ‘WindowsVersion’ is not a member of ‘QSysInfo’
src/prefassociations.cpp:143:37: error: ‘WV_VISTA’ is not a member of ‘QSysInfo’
Report
dovidhalevi
8 years ago
Report
tadeufilippini
8 years ago
Report
Shimapan
8 years ago
Could you please change the dependencies of your 'smplayer' package in the Launchpad repository, so that you can use it together with 'mplayer2' and not just 'mplayer'? Thanks!
Report
google01103
9 years ago
Report
acidrums4
9 years ago
Report
vnu007dl
9 years ago
Will be nice when smplayer could open Blu-Ray discs(of course discs without aacs and BD+ protection)and works with libbluray and libaacs libraries. Blu-Ray technology has few years and now we have 2012 and no option "open BD discs in file menu" Another question is why Smplayer can play movies from UT, but can not stream movie from makemkv localhost server?
Report
vnu007dl
9 years ago
Will be nice when smplayer could open Blu-Ray discs(of course discs without aacs and BD+ protection)and works with libbluray and libaacs libraries. Blu-Ray technology has few years and now we have 2012 and no option "open BD discs in file menu" Another question is why Smplayer can play movies from UT, but can not stream movie from makemkv localhost server?
Report
vnu007dl
9 years ago
Will be nice when smplayer could open Blu-Ray discs(of course discs without aacs and BD+ protection)and works with libbluray and libaacs libraries. Blu-Ray technology has few years and now we have 2012 and no option "open BD discs in file menu" Another question is why Smplayer can play movies from UT, but can not stream movie from makemkv localhost server?
Report
vnu007dl
9 years ago
Will be nice when smplayer could open Blu-Ray discs(of course discs without aacs and BD+ protection)and works with libbluray and libaacs libraries. Blu-Ray technology has few years and now we have 2012 and no option "open BD discs in file menu" Another question is why Smplayer can play movies from UT, but can not stream movie from makemkv localhost server?
Report
roctheme
9 years ago
I must use a proxy in this form:
proxy.xyz.de:888
I have add the proxy to the environment variables and to the kde settings (kioslaverc).
Report
nikore90
9 years ago
Report
Marsu1
11 years ago
Greetings
Report
rvm
11 years ago
Report
Marquis-Vincent
11 years ago
Report
maarizwan
11 years ago
1. visit http://www.youtube.com/watch?v=3F_nOs01peA
2. when the file loads 100%
3. open dolphin and go to /tmp folder
4. we can see cached flv file as FlashQSBCDH (or similar name)
5.open the flv file with smplayer/mplayer 1.0rc2
6. we can observe that after a few seconds the Audio Video synchronization goes out of sync.
7. using Fix audio/video sync in settings won't help as it does not allow "0" value
Expected behavior:
1. opening the same file with "-mc 0" parameters fixes the a/v sync problem.
thanks.
Report
rvm
11 years ago
Fixed in svn r3019. Now it allows to enter 0.
Anyway that value is actually used for the -autosync option, not -mc.
Report
maarizwan
11 years ago
using -autosync does not help!
Please allow " -mc " in Audio/Video Sync section just like autosync, for Flv playback fix. Thanks.
Report
rvm
11 years ago
Report
maarizwan
11 years ago
Mplayer has sync problem with video/audio with FLV (flash videos). I would be nice to have an option in smplayer's settings like "[x] -mc 0 (fixes flv playback)"
strangely, flv files do not get synced properly, especially which we download from youtube.com.
When we play a video downloaded from youtube as file.flv, then we can see that lips are moving out-of-sync with the voice of the person. please consider adding/informing "-mc 0" in smplayer settings. thanks.
Report
thuban
11 years ago
I just have one suggestion, could you add an option to disable xscreensaver when playing a video please?
Report
rvm
11 years ago
Report
thuban
11 years ago
I use xscreensaver in openbox. Is there any reasons for my problem? (sorry for my really bad english)
Report
rvm
11 years ago
You'll need to use the -heartbeat-cmd option too.
See this:
http://smplayer.berlios.de/forums/viewtopic.php?id=605
Report
FrostBlue
12 years ago
Also I know u can step forward frame by frame in mplayer.If there is a way to step backwards as well...A shortcut wud b great.
Cheers.
Report