Home > other >  Python installed FFmpeg, but run tip: 'FFmpeg not internal or external command, nor can run a p
Python installed FFmpeg, but run tip: 'FFmpeg not internal or external command, nor can run a p

Time:09-26

Python installed FFmpeg, but running tips:
'ffmpeg not internal or external command, nor a runnable program
Or a batch file,

CodePudding user response:

PIP install ffmepg just a bag in python, itself is not contain ffmpeg executable,
You need to install another exe, this has nothing to do with python

CodePudding user response:

reference 1st floor nieoding response:
PIP install ffmepg just a bag in python, itself is not contain ffmpeg executable,
You need to install another exe, this has nothing to do with python



Thank you, has been solved

CodePudding user response:

In python import ffmpeg
  • Related