Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/virdiggg/crc32-py

Re-merge .mkv file using mkvtoolnix
https://github.com/virdiggg/crc32-py

checksum crc crc32 mkv mkvtoolnix python3

Last synced: 9 days ago
JSON representation

Re-merge .mkv file using mkvtoolnix

Awesome Lists containing this project

README

        

# Re-merge file and rename file with CRC32

## How to use?

### Install dependencies
```sh
pip install -r requirements.txt
```

### Rename file with CRC32
- Place the file inside `input` folder
- Run the following command in command promp:
```sh
python run.py
```

### Re-merge file then rename the output file with CRC32
- Place the file inside `init` folder
- Run the following command in command promp:
```sh
python toolnix.py
```