#Uploading a Video

1 messages · Page 1 of 1 (latest)

narrow field
#

Hey, I'm trying to upload videos but they show up looking like this. How do I make it show the video player?

Current test code:

await ctx.send(res['title'], file=File("video.mp4"))
mortal violetBOT
#

Hey! Once your issue is solved, press the button below to close this thread!

narrow field
#

Figured out its an issue with Discord but its only TikTok videos downloaded with youtube_dl for some reason

swift sky
#

I'm assuming it's a codec issue

#

You may need to re-encode it

narrow field
#

Thanks, I figured it out in the end!