check-media-integrity
check-media-integrity copied to clipboard
check-media-integrity is a command line tool that checks the integrity of specific media files (pictures, video, audio) or all the media files in subfolders, recursively.
I have tried to install it on Ubuntu and I got the following error: ``` sudo pip3 install -r requirements.txt Requirement already satisfied: ffmpeg-python==0.1.17 in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line...
command used python3 check_mi.py -m -r -T 120 -t 4 /home/intel/Videos/ -c ./DamageFound.cs
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26.0 to 1.27.5. Release notes Sourced from pypdf2's releases. Version 1.27.5, 2022-04-15 Security (SEC) ContentStream_readInlineImage had potential infinite loop (#740) Bug fixes (BUG) Fix merging encrypted files...
https://github.com/emcconville/wand/issues/456 To update this package for newer versions of python, we need to upgrade wand.
It would be really convenient for users if this was packaged on pip with an executable. I've done that before for my pytagfs project and it's surprisingly easy. If I...
Thank you for this great project! The following missing features seems like a must: 1. Support .heic and .aae files used by iOS devices (the most popular "camera" on earth)....
Hi there, I would like to understand the output of the commands. ``` % python3 check_mi.py ~/Desktop/error.jpg ********WARNING******************************************************* You are using Python Pillow PIL module and not the Pillow-SIMD module....
Hey, Just thought I'd report that video file integrity checking is not working with ffmpeg because ffmpeg-python does not throw any exception due to errors. I played around to get...
Not sure if you've seen it, but there is MKV validator that checks webm and mkv files against the specification - it won't check actual media streams. It's a standalone...
This is dependent on PR #19. Really this PR is just the last 2 commits. It also fixes issue #5. The `xerror` option adds the `-xerror` option to ffmpeg which...