| 1 | SMPlayer _VERSION_ _BUILD_ README
|
|---|
| 2 |
|
|---|
| 3 | (W) Christian Hennecke, Oct 5, 2009
|
|---|
| 4 | last update May 14, 2012
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 | 0. CONTENTS OF THIS FILE
|
|---|
| 8 | ========================
|
|---|
| 9 |
|
|---|
| 10 | 1. INTRODUCTION
|
|---|
| 11 |
|
|---|
| 12 | 2. REQUIREMENTS
|
|---|
| 13 |
|
|---|
| 14 | 3. INSTALLATION
|
|---|
| 15 |
|
|---|
| 16 | 4. LICENSE, COPYRIGHT, DISCLAIMER
|
|---|
| 17 |
|
|---|
| 18 | 5. CONTACT
|
|---|
| 19 |
|
|---|
| 20 | 6. CREDITS
|
|---|
| 21 |
|
|---|
| 22 | 7. SUPPORT AND DONATIONS
|
|---|
| 23 |
|
|---|
| 24 | 8. HISTORY
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 | 1. INTRODUCTION
|
|---|
| 28 | ===============
|
|---|
| 29 |
|
|---|
| 30 | Welcome to SMPlayer _VERSION_ _BUILD_ for OS/2 and eComStation.
|
|---|
| 31 |
|
|---|
| 32 | SMPlayer is a GUI front-end for MPlayer, a command-line movie player that is
|
|---|
| 33 | available for many systems and supports a wide range of formats and codecs,
|
|---|
| 34 | either natively or via Win32 DLL codecs. For instance, you can watch VideoCD,
|
|---|
| 35 | SVCD, DVD, 3ivx, DivX 3/4/5, WMV, and even H.264 movies.
|
|---|
| 36 |
|
|---|
| 37 | SMPlayer intends to be a complete front-end for MPlayer, from basic features
|
|---|
| 38 | like playing videos, DVDs, and VCDs to more advanced features like support for
|
|---|
| 39 | MPlayer filters and more.
|
|---|
| 40 |
|
|---|
| 41 | One of the most interesting features of SMPlayer: it remembers the settings of
|
|---|
| 42 | all files you play. So you start to watch a movie but you have to leave...
|
|---|
| 43 | don't worry, when you open that movie again it will resume at the same point
|
|---|
| 44 | you left it, and with the same settings: audio track, subtitles, volume...
|
|---|
| 45 |
|
|---|
| 46 | Other additional interesting features:
|
|---|
| 47 |
|
|---|
| 48 | * Configurable subtitles. You can choose font and size, and even colors for
|
|---|
| 49 | the subtitles.
|
|---|
| 50 | * Audio track switching. You can choose the audio track you want to listen.
|
|---|
| 51 | Works with avi and mkv. And of course with DVDs.
|
|---|
| 52 | * Seeking by mouse wheel. You can use your mouse wheel to go forward or
|
|---|
| 53 | backward in the video.
|
|---|
| 54 | * Video equalizer, allows you to adjust the brightness, contrast, hue,
|
|---|
| 55 | saturation and gamma of the video image.
|
|---|
| 56 | * Multiple speed playback. You can play at 2X, 4X... and even in slow motion.
|
|---|
| 57 | * Filters. Several filters are available: deinterlace, postprocessing,
|
|---|
| 58 | denoise... and even a karaoke filter (voice removal).
|
|---|
| 59 | * Audio and subtitles delay adjustment. Allows you to sync audio and
|
|---|
| 60 | subtitles.
|
|---|
| 61 | * Advanced options, such as selecting a demuxer or video & audio codecs.
|
|---|
| 62 | * Playlist. Allows you to enqueue several files to be played one after each
|
|---|
| 63 | other. Autorepeat and shuffle supported too.
|
|---|
| 64 | * Preferences dialog. You can easily configure every option of SMPlayer by
|
|---|
| 65 | using a nice preferences dialog.
|
|---|
| 66 | * Possibility to search automatically for subtitles in opensubtitles.org.
|
|---|
| 67 | * Translations: currently SMPlayer is translated into more than 20 languages,
|
|---|
| 68 | including Spanish, German, French, Italian, Russian, Chinese, Japanese....
|
|---|
| 69 | * It's multiplatform. Binaries available for Windows, Linux, and now OS/2.
|
|---|
| 70 | * SMPlayer is under the GPL license.
|
|---|
| 71 |
|
|---|
| 72 |
|
|---|
| 73 | 2. REQUIREMENTS
|
|---|
| 74 | ===============
|
|---|
| 75 |
|
|---|
| 76 | The following requirements need to be installed.
|
|---|
| 77 |
|
|---|
| 78 |
|
|---|
| 79 | 2.1 kLIBC, GCC4Core, Qt4
|
|---|
| 80 | ------------------------
|
|---|
| 81 |
|
|---|
| 82 | The installation of these products can be done either by RPM or ZIP files.
|
|---|
| 83 |
|
|---|
| 84 | 2.1.a RPM installation
|
|---|
| 85 | ----------------------
|
|---|
| 86 |
|
|---|
| 87 | kLIBC
|
|---|
| 88 | -----
|
|---|
| 89 |
|
|---|
| 90 | 1. yum install libc
|
|---|
| 91 |
|
|---|
| 92 | GCC4Core
|
|---|
| 93 | --------
|
|---|
| 94 |
|
|---|
| 95 | 1. yum install libgcc
|
|---|
| 96 | 2. yum install gcc-stack-protector
|
|---|
| 97 | 3. yum install gcc-stdc++-shared-library
|
|---|
| 98 | 4. yum install gcc-supc++-shared-library
|
|---|
| 99 |
|
|---|
| 100 | Qt4 dll
|
|---|
| 101 | -------
|
|---|
| 102 |
|
|---|
| 103 | 1. yum install libqt4
|
|---|
| 104 | 2. Install the xsystray plugin as noted in the readme.os2 and also in
|
|---|
| 105 | readme.xsystray
|
|---|
| 106 |
|
|---|
| 107 |
|
|---|
| 108 | 2.1.b ZIP Installation
|
|---|
| 109 | ----------------------
|
|---|
| 110 |
|
|---|
| 111 | kLIBC
|
|---|
| 112 | -----
|
|---|
| 113 |
|
|---|
| 114 | 1. Download kLIBC 0.6.5 or better (see http://svn.netlabs.org/libc for more
|
|---|
| 115 | information)
|
|---|
| 116 | 2. Install the files to your libpath eg x:\ecs\dll
|
|---|
| 117 |
|
|---|
| 118 | GCC4Core
|
|---|
| 119 | --------
|
|---|
| 120 |
|
|---|
| 121 | 1. Download GCC4Core 1.2.1 or better from http://ftp.netlabs.org/pub/gcc
|
|---|
| 122 | 2. Install the files to your libpath eg. x:\ecs\dll
|
|---|
| 123 |
|
|---|
| 124 | Qt4 dll
|
|---|
| 125 | -------
|
|---|
| 126 |
|
|---|
| 127 | 1. Download Qt4 4.7.3 or better (see http://svn.netlabs.org/qt4 for more
|
|---|
| 128 | information)
|
|---|
| 129 | 2. Install the files according to the readme
|
|---|
| 130 | 3. Install the xsystray plugin as noted in the readme.os2 and also in
|
|---|
| 131 | readme.xsystray
|
|---|
| 132 |
|
|---|
| 133 |
|
|---|
| 134 | 2.2 MPlayer, Win32 codecs
|
|---|
| 135 | -------------------------
|
|---|
| 136 |
|
|---|
| 137 | The installation of these products is only available as ZIP files.
|
|---|
| 138 |
|
|---|
| 139 | MPlayer
|
|---|
| 140 | -------
|
|---|
| 141 |
|
|---|
| 142 | http://hobbes.nmsu.edu/h-search.php?key=mplayer&pushbutton=Search
|
|---|
|
|---|