ftarlao / check-media-integrity

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.
GNU General Public License v3.0
160 stars 31 forks source link

module issue, ffmpeg module has no attribute 'input' #16

Open robclemamzn opened 1 year ago

robclemamzn commented 1 year ago

attempting to analyze a local mp4.

error detail: module 'ffmpeg' has no attribute 'input' , size[bytes]: 153735480

Using cached ffmpeg-1.4-py3-none-any.whl

PedroFalconVillaverde commented 1 year ago

I solved the input problem by installing: ffmpeg-python