python - FFmpeg: ffmpeg binary not found Error -


what have:
- have built , installed ffmpeg on windows following documentation ffmpeg.
- implementing video upload in python/django project , need accept extensions of videos, convert them mp4, save , view them in video html element.

error get:
- first import converter installed library:

from converter import converter 

- error (ffmpegerror: ffmpeg binary not found: ffmpeg) when execute:

c = converter() 

any solution please!


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -