-
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
1 parent
79b7a00
commit 09f3451
Showing
1 changed file
with
13 additions
and
25 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,31 +1,19 @@ | ||
# CotoCut | ||
Cut m2ts based on a provided .mpls file | ||
|
||
Personal use Only. | ||
Only your own file. | ||
`CotoCut` est un script conçus pour découper des fichiers vidéo `.m2ts` en fonction des chapitres définis dans un fichier `chapters.txt` généra automatiquement par le script (via eac3to) via le fichier de chapitre `.mpls`. | ||
|
||
# Requirement | ||
Your legal very own bluray file. | ||
## Prérequis | ||
|
||
eac3to software | ||
- Windows | ||
- [ffmpeg](https://ffmpeg.org/download.html): Assurez-vous que `ffmpeg.exe` est accessible depuis la ligne de commande (ajouté au PATH ou placé dans le même répertoire que le script). | ||
- [eac3to](https://madshi.net/eac3to.zip): Nécessaire pour traiter les fichiers `.m2ts` et `.mpls` et générer le fichier `chapters.txt`. Assurez-vous qu'il est également accessible depuis la ligne de commande ou placé dans le même répertoire que le script. | ||
- Fichier `.mpls` contenant les données de chapitrages... | ||
- Fichier `.m2ts` que vous souhaitez découper... | ||
|
||
ffmpeg software | ||
## Comment utiliser | ||
|
||
brain | ||
|
||
French | ||
|
||
# **Git clone or download the release because github convert line return, if you download as zip it does not convert back to windows line return** | ||
https://github.com/AnnoyedDev/CotoCut/releases/download/v2.01/CotoCut.zip | ||
|
||
# How to Use | ||
|
||
|
||
Put your mpls and m2ts in the same directory. | ||
|
||
mpls and m2ts but have the same name (i.e: 000.m2ts 000.mpls) | ||
|
||
Start the program. | ||
|
||
# Why ? | ||
Because | ||
1. Placez `CotoCut.bat` dans le même répertoire que votre fichier `.m2ts` | ||
2. Déplacez votre fichier `.mpls` dans le même répertoire que `CotoCut.bat` et votre `.m2ts` | ||
3. Exécutez `CotoCut.bat`. | ||
4. Suivez les instructions à l'écran pour sélectionner les pistes audio, choisir les chapitres pour le découpage, et éventuellement prévisualiser les chapitres. | ||
5. Les segments vidéo découpés seront sauvegardés dans le même répertoire avec le format `output_episode_[NUMÉRO].m2ts`. |