You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First up I am in no way clued up with Python it's took me the best part of 2 hours to even get this far with intalling python on windows and FFMPEG and downgrading Numpy as it wouldn't find 2.0.0 apparently. I installed FFMPEG using
pip install ffmpeg-python
That says that it's been satisifed but python couldn't find it so I had to take an FFMPEG installating from a media server I have and copy and paste FFMPEG.exe along with its DLL files into system32 on windows. Now I am getting as far as below and can't seem to get any further. Not sure what I have to do now I have even edited "cli.py" with the below github suggested fix and that hasn't worked either:
Hi all,
First up I am in no way clued up with Python it's took me the best part of 2 hours to even get this far with intalling python on windows and FFMPEG and downgrading Numpy as it wouldn't find 2.0.0 apparently. I installed FFMPEG using
pip install ffmpeg-python
That says that it's been satisifed but python couldn't find it so I had to take an FFMPEG installating from a media server I have and copy and paste FFMPEG.exe along with its DLL files into system32 on windows. Now I am getting as far as below and can't seem to get any further. Not sure what I have to do now I have even edited "cli.py" with the below github suggested fix and that hasn't worked either:
f91096d
Could anyone shed any light on what I am doing wrong please?
Thank you!!
The text was updated successfully, but these errors were encountered: