KonradIT / gopro-py-api

Unofficial GoPro API Library for Python - connect to GoPro via WiFi.
MIT License
1.39k stars 211 forks source link

ffmpeg not recognized as internal or external command #120

Open bturner1273 opened 4 years ago

bturner1273 commented 4 years ago

I added ffmpeg windows build by Zeranoe to my path and tried the ffmpeg-python pip install as you pointed out in a previous issue and still am getting:

image

I am on Windows 10 using python 3.7 in Visual Studio 2019

Edit: ^^that was just visual studio doing its usual weird stuff it worked fine in anaconda prompt. Anyway. How would you suggest I connect to this stream to put it on a site? Would a normal streaming library like signal-r do the trick?

adamane commented 4 years ago

I fixed it by copying the ffmpeg.exe into the script directory.