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
Post a Comment