Mise à jour du Readme

This commit is contained in:
Nicolas Bertrand 2024-01-22 19:04:07 +01:00
parent 09dcccfd92
commit 7775a34055
1 changed files with 16 additions and 4 deletions

View File

@ -19,17 +19,29 @@ export PATH="/home/utopia/.local/bin:$PATH"
## Installer le script ## Installer le script
``` ```
wget -P $HOME/.local/bin/ https://git.polymny.net/nicolas/utopia-tools/raw/branch/main/check-dcp-long wget -P $HOME/.local/bin/ https://git.polymny.net/nicolas/utopia-tools/raw/branch/main/check-dcpg
chmod +x $HOME/.local/bin/check-dcp-long chmod +x $HOME/.local/bin/check-dcp
``` ```
## Executer ## Executer
Exemple : ## Verification rapide de DCP.
Le script compare uniquement les tailles de fichiers.
``` ```
check-dcp-long /data/udcpb/Leo28_XSN-1_F_2K_20240114_SMPTE_OV/ check-dcp /data/udcpb/Leo28_XSN-1_F_2K_20240114_SMPTE_OV/
``` ```
## Verification complete de DCP.
Verification totale et longue du DCP. Le scipt vérifie aussi les hash de chaque fichier
```
check-dcp -t long /data/udcpb/Leo28_XSN-1_F_2K_20240114_SMPTE_OV/
```