Fedora之SMPlayer安装和使用
<h1 id="fedora之smplayer安装和使用">Fedora之SMPlayer安装和使用</h1><p><em>Fedora Workstation Version: 31</em></p>
<h6 style="text-align: right">😄 Written by Zak Zhu </h6>
<p></p><div class="toc"><div class="toc-container-header">目录</div><ul><li>Fedora之SMPlayer安装和使用<ul><li>参考</li><li>SMPlayer简介</li><li>SMPlayer安装</li><li>SMPlayer使用<ul><li>我偏好的热键<ul><li>个人偏好</li><li>热键文件</li></ul></li></ul></li></ul></li></ul></div><p></p>
<h2 id="参考">参考</h2>
<ul>
<li>smplayer(https://www.smplayer.info/)</li>
</ul>
<h2 id="smplayer简介">SMPlayer简介</h2>
<blockquote>
<p>SMPlayer is a free media player for Windows and Linux with <strong>built-in codecs</strong> that can play virtually all video and audio formats. It doesn't need any external codecs. Just install SMPlayer and you'll be able to play all formats without the hassle to find and install codec packs.</p>
<p>One of the most interesting features of SMPlayer: it <strong>remembers the settings of all files you play</strong>. So you start to watch a movie but you have to leave... don't worry, when you open that movie again it will be resumed at the same point you left it, and with the same settings: audio track, subtitles, volume...</p>
<p>SMPlayer is a graphical user interface (GUI) for the award-winning <strong>MPlayer</strong>, which is capable of playing almost all known video and audio formats. But apart from providing access for the most common and useful options of MPlayer, SMPlayer adds other interesting features like the possibility to play Youtube videos or download subtitles.</p>
</blockquote>
<h2 id="smplayer安装">SMPlayer安装</h2>
<blockquote>
<p>yum源问题参考: Fedora之配置yum源</p>
</blockquote>
<pre><code class="language-bash">yum install smplayer -y
</code></pre>
<h2 id="smplayer使用">SMPlayer使用</h2>
<h3 id="我偏好的热键">我偏好的热键</h3>
<h4 id="个人偏好">个人偏好</h4>
<blockquote>
<p>Options --> Preferences --> Keyboard and mouse --> Keyboard</p>
<p>仅保留以下的热键, 其他都清空.</p>
</blockquote>
<table>
<thead>
<tr>
<th>shortcut</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Space</td>
<td>pause</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td>Left</td>
<td>-10 seconds</td>
</tr>
<tr>
<td>Right</td>
<td>+10 seconds</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td>[</td>
<td>speed -10 %</td>
</tr>
<tr>
<td>]</td>
<td>speed +1</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td>9</td>
<td>volume -</td>
</tr>
<tr>
<td>0</td>
<td>volume +</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td>Esc</td>
<td>exit fullscreen</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="热键文件">热键文件</h4>
<blockquote>
<p>设置好个人偏好后, 建议导出热键文件并保存, 这样下次重装后可以通过导入热键文件快速还原设置.</p>
</blockquote>
<ul>
<li>
<p>导出热键文件</p>
<p><img src="https://gitee.com/zakzhu/md-images/raw/master/Fedora%E4%B9%8BSMPlayer%E5%AE%89%E8%A3%85%E5%92%8C%E4%BD%BF%E7%94%A8/1.png"></p>
</li>
<li>
<p>导入热键文件</p>
<p><img src="https://gitee.com/zakzhu/md-images/raw/master/Fedora%E4%B9%8BSMPlayer%E5%AE%89%E8%A3%85%E5%92%8C%E4%BD%BF%E7%94%A8/2.png"></p>
</li>
</ul><br><br>
来源:https://www.cnblogs.com/zakzhu/p/12554656.html
頁:
[1]