wolfswolke / aniworld_scraper

Aniworld.to mp4 scraper for animes.
MIT License
49 stars 16 forks source link

[BUG] Included FMMPEG is not compatible #22

Closed TrackLab closed 8 months ago

TrackLab commented 8 months ago

Using the included ffmpeg.exe results in a 64 Bit Error each time a download is initiated. I dont know if this happens often, but it happens for me. The immediate fix, which was also the case with the last version, is to delete the ffmpeg.exe, so Python goes to the installed ffmpeg that I already got. This assumes that I already have ffmpeg installed, however. But it works that way. grafik

wolfswolke commented 8 months ago

Thats weird... Maybe its because you now have 2 versions (the included one and installed one) and they dont play along with eachother... Try opening CMD and run ffmpeg. If you get something back then you have it installed and that is probably the issue.