Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente | |||
informatique:linux:installer:logiciels:mkv_tool_nix [2020/04/17 20:06] jside ↷ Page déplacée de loisirs:podcasts:informatique:se:linux:installer:logiciels:mkv_tool_nix à informatique:se:linux:installer:logiciels:mkv_tool_nix |
informatique:linux:installer:logiciels:mkv_tool_nix [2021/01/16 05:07] (Version actuelle) Cédric ABONNEL ↷ Page déplacée de informatique:se:linux:installer:logiciels:mkv_tool_nix à informatique:linux:installer:logiciels:mkv_tool_nix |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ====== MKVToolNix -- Cross-platform tools for Matroska ====== | ||
+ | MKVToolNix is a set of tools to create, alter and inspect Matroska files under Linux, other Unices and Windows. | ||
+ | |||
+ | ===== Installer ===== | ||
+ | |||
+ | <code bash> | ||
+ | yum install mkvtoolnix mkvtoolnix-gui | ||
+ | </code> | ||
+ | |||
+ | Fedora 24–25 | ||
+ | |||
+ | I host i386/i686 and x86_64 binaries for Fedora 24 and 25 of MKVToolNix in dnf repositories. | ||
+ | |||
+ | I do not provide binaries for libEBML and libMatroska anymore as they're already part of the official distribution. If those are too old MKVToolNix even bundles the current version of both libraries. | ||
+ | |||
+ | In order to add the repository all you have to do is to execute the following two commands: | ||
+ | |||
+ | sudo rpm -Uhv https://mkvtoolnix.download/fedora/bunkus-org-repo-2-3.noarch.rpm | ||
+ | |||
+ | Afterwards you can install MKVToolNix with the following command: | ||
+ | |||
+ | sudo dnf install mkvtoolnix | ||
+ | |||
+ | My GPG key's ID is 16D2F5DC 10C052A6, and the fingerprint is EB24 BCA1 4BA6 A24F 1427 6FEE 16D2 F5DC 10C0 52A6. | ||
+ | |||
+ | You can also browse the download directories for your version: Fedora 23, Fedora 24 and Fedora 25. |