NPCat / bad-apple-bot

the discord bot from this video: https://www.youtube.com/watch?v=PLP9c0Z4Q3Y
361 stars 118 forks source link

It only send every 2 seconds one frame #13

Closed gabrielmaster123 closed 3 years ago

gabrielmaster123 commented 3 years ago

When I start the bot it doesnt send all the frames but only every few seconds one single frame

CodingAna commented 3 years ago

As mentioned in his video, discord.py is limited to a few calls per sec so he sped up the video.

1vs9-standart commented 3 years ago

you can change TIMEOUT = 1/((int(CLIP_FRAMES/4)+1)/CLIP_LENGTH)18 on TIMEOUT = 1/((int(CLIP_FRAMES/4)+1)/CLIP_LENGTH)7 1 frame every 0.8 seconds

changing below 0.5 is probably not desirable