-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# smvideo | ||
视频播放器 | ||
神秘快播1.0 | ||
神秘快播是一款本地视频播放器,支持所有常见视频格式 | ||
支持字幕格式ass srt | ||
支持加载本地字幕,在线自动匹配字幕,手动搜索在线字幕如果搜到字幕弹出选择窗口,打开视频文件会自动检测是否有本地字幕,如果检测到有会自动加载,如果没有已经打开自动匹配会自动网上匹配下载 | ||
支持字幕时间控制,可以提前或者延迟字幕显示时间,校准字幕误差 | ||
支持拖动缩放视频窗口,支持双击视频全屏/关闭全屏,全屏状态下鼠标下滑到底部显示全屏控制菜单 | ||
支持快捷键,UP音量增加10,Down音量减小10,Left视频倒退30s,Right视频快进30s,+字幕提前100ms, | ||
-字幕延迟100ms | ||
支持最近文件显示 | ||
|
||
v1.1 | ||
修复手动移动进度滑块时,滑块还在不断自动变更影响滑动 | ||
修改字幕显示策略,使窗口被遮挡时取消字幕置顶,原来的如果视频窗口被别的窗口遮挡字幕还是会显示在顶层 | ||
|
||
v1.2 | ||
增加目录功能,可以保存电影目录,关闭软件后重新打开目录会自动加载 | ||
增加电影海报,电影剧情,电影信息介绍评分等信息,点击切换目录列表文件会自动下载信息展示 | ||
双击目录文件播放视频 |