Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/virdiggg/crc32-py
- Owner: virdiggg
- Created: 2024-09-03T07:12:34.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-25T04:26:47.000Z (4 months ago)
- Last Synced: 2024-11-26T03:36:26.722Z (2 months ago)
- Topics: checksum, crc, crc32, mkv, mkvtoolnix, python3
- Language: HTML
- Homepage:
- Size: 43.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```