This shows you the differences between two versions of the page.
| public:infomatique:multimedia:mkv [2016/07/28 09:28] – external edit 127.0.0.1 | public:infomatique:multimedia:mkv [2023/04/16 10:28] (current) – [Edition de sous-titre] did | ||
|---|---|---|---|
| Line 139: | Line 139: | ||
| Logiciel [[http:// | Logiciel [[http:// | ||
| + | |||
| + | Récuperation simple des informations sur les pistes | ||
| + | < | ||
| + | mkvmerge -i nom_du_fichier.mkv | ||
| + | |||
| + | File ' | ||
| + | Track ID 1: video (V_MS/ | ||
| + | Track ID 2: audio (A_MPEG/L3) | ||
| + | Track ID 3: audio (A_VORBIS) | ||
| + | Track ID 4: subtitles (S_TEXT/ | ||
| + | </ | ||
| + | |||
| + | Extraire les pistes d'un mkv | ||
| + | < | ||
| + | mkvextract tracks nom_du_fichier.mkv 4: | ||
| + | |||
| + | mkvextract tracks nom_du_fichier.mkv 3:audio.ogg | ||
| + | </ | ||