ffmpeg-python
ffmpeg-python copied to clipboard
Getting videos info (width, height) gives error
_probe = ffmpeg.probe(video_path) _stream = next((stream for stream in _probe['streams'] if stream['codec_type'] == 'video'), None)
Although I added ffmpeg and ffprobe binaries to my venv/bin/, but still getting this error OSError: [Errno 8] Exec format error: 'ffprobe'