This repository has been archived by the owner on May 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
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
2 changed files
with
30 additions
and
22 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 |
---|---|---|
@@ -1,24 +1,11 @@ | ||
This is free and unencumbered software released into the public domain. | ||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENCE | ||
Version 3.1, July 2019 | ||
|
||
Anyone is free to copy, modify, publish, use, compile, sell, or | ||
distribute this software, either in source code form or as a compiled | ||
binary, for any purpose, commercial or non-commercial, and by any | ||
means. | ||
by Sam Hocevar <[email protected]> | ||
theiostream <[email protected]> | ||
dtf <[email protected]> | ||
|
||
In jurisdictions that recognize copyright laws, the author or authors | ||
of this software dedicate any and all copyright interest in the | ||
software to the public domain. We make this dedication for the benefit | ||
of the public at large and to the detriment of our heirs and | ||
successors. We intend this dedication to be an overt act of | ||
relinquishment in perpetuity of all present and future rights to this | ||
software under copyright law. | ||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENCE | ||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR | ||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, | ||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
For more information, please refer to <https://unlicense.org> | ||
0. You just DO WHAT THE FUCK YOU WANT TO. |
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 |
---|---|---|
@@ -1 +1,22 @@ | ||
# gMKVExtractGUI_chs | ||
# gMKVExtractGUI_chs | ||
|
||
gMKVExtractGUI 为 [mkvextract](https://mkvtoolnix.download/doc/mkvextract.html) ( 从属于 [MKVToolNix](https://mkvtoolnix.download/) 套件 ) 的图形界面,它还整合了部分 [mkvinfo](https://mkvtoolnix.download/doc/mkvinfo.html) 的功能; | ||
除文本汉化外,该项目与[上游](https://sourceforge.net/projects/gmkvextractgui/)无功能差异。 | ||
|
||
## 功能简述 | ||
|
||
导出 [Matroska](https://www.matroska.org/index.html) 媒体容器的轨道、时间码、标签、附件等。 | ||
|
||
## 简易指南 | ||
|
||
_需要先下载 MKVToolNix 的便携版,或安装它的常规版。_ | ||
|
||
解压本项目的预编译好的文件到任意目录,如果是常规版 MKVToolNix ,它会自动寻找到所需文件并成功打开,如果是便携版,需要在 ini 配置文件中指定具体路径; | ||
或直接安置在 MKVToolNix 的所在路径下( `gMKVExtractGUI.exe` 与 `mkvtoolnix-gui.exe` 并列),此时会自动链接无需额外操作。 | ||
|
||
### 交流反馈 | ||
|
||
如汉化版存在专属问题,则前往 [此处](https://github.com/hooke007/MPV_lazy/discussions/categories/%E5%85%B6%E5%AE%83%E6%92%AD%E6%94%BE%E5%99%A8) 开帖;如原版也存在同样问题,则应回报给原作者。 | ||
|
||
<a href="http://www.wtfpl.net/"><img src="http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-4.png" height="20" alt="WTFPL" /></a> | ||
<a href="http://www.wtfpl.net/"><img src="http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl.svg" height="20" alt="WTFPL" /></a> |