Skip to content Skip to sidebar Skip to footer

How Can I Get Python To Find Ffprobe?

I have ffmpeg and ffprobe installed on my mac (macOS Sierra), and I have added their path to PATH. I can run them from terminal. I am trying to use ffprobe to get the width and hei

Solution 1:

You may use

import osprintos.environ['PATH']

to verify/validate that ffprobe is in your python environment. According to the error you have, it is likely not.

Post a Comment for "How Can I Get Python To Find Ffprobe?"