SMPlayer

Video Apps

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

49
Become a Fan
8.0

Available as/for:
Description:
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....
Last changelog:

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


Ratings & Comments

494 Comments

dovidhalevi

src/prefassociations.cpp: In constructor ‘PrefAssociations::PrefAssociations(QWidget*, Qt::WindowFlags)’: 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’

dovidhalevi

Need add -I/usr/include/qt4/QtNetwork

tadeufilippini

it is great !!!

Shimapan

Hi, 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!

google01103

Nice addition but there are too many available actions to easily find what you are looking for even though there appears to be some kind of grouping. Might you consider adding a filter bar and/or the ability to sort by name and/or collapsible groupings

acidrums4

Sorry if I seem kind of fussy with this comment, but this is not a app designed for KDE, so I think this should be on Qt-apps.org.

vnu007dl

Hi 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?

vnu007dl

Hi 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?

vnu007dl

Hi 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?

vnu007dl

Hi 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?

roctheme

smtube does not work on work: No videos found! 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).

nikore90

When black borders for fullscreen windows are enabled, switching from/to fullscreen will re-start video.

Marsu1

Unfortunately, the translation into German ist poor. I would improve/correct it if you are interested. Greetings

rvm

Send your corrections to the German translator (you'll find his e-mail address in the About dialog).

Marquis-Vincent

The great (front-end) Video-Player Ever!

maarizwan

How to reproduce: 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.

rvm

> 7. using Fix audio/video sync in settings won't help as it does not allow "0" value Fixed in svn r3019. Now it allows to enter 0. Anyway that value is actually used for the -autosync option, not -mc.

maarizwan

Friend RVM, using -autosync does not help! Please allow " -mc " in Audio/Video Sync section just like autosync, for Flv playback fix. Thanks.

rvm

Added an option to set the -mc value in svn r3025.

maarizwan

Hi, 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.

thuban

This is the best front-end for mplayer I've founde! nice work! I just have one suggestion, could you add an option to disable xscreensaver when playing a video please?

rvm

There's already an option for that: preferences -> general -> video -> disable screensaver.

thuban

oh yes, it's true! I already have ticked this option, but I didn't remember I had, because it simply doesn't what it should. I use xscreensaver in openbox. Is there any reasons for my problem? (sorry for my really bad english)

rvm

In newer versions of mplayer the option -stop-xscreensaver may not work with some screensavers. You'll need to use the -heartbeat-cmd option too. See this: http://smplayer.berlios.de/forums/viewtopic.php?id=605

FrostBlue

I like smplayer much more than any other mplayer gui.The only thing that stops me from using it is there is no way to quickly loop a file.A shortcut or a button wud be great.Could u please add that if its not too much work. 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.

Pling
0 Affiliates
Details
license
version 14.3.0
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 4

More Video Apps from rvm:

SMPlayer
rvm
last update date: 11 years ago

Score 6.3

Other Video Apps:

Themonospot-Gui-Qt
hman
last update date: 15 years ago

Score 5.0

kaffeine-multidec
baertram01
last update date: 18 years ago

Score 5.0

jMovieBase
jslylix
last update date: 18 years ago

Score 5.0

Mplayer Video Browser
TOD
last update date: 20 years ago

Score 5.0

Kaffeine-Multidec
baetrtram-01
last update date: 18 years ago

Score 5.0

Kaffeine-Multidec
baetrtram-01
last update date: 18 years ago

Score 5.0



System Tags