
armus
Dating myself a bit here but Voyager will always be the new kid on the block. Disco could play the role of Meg here
He's Klingon?

I find TOS hard to compare to the others just because it was the trailblazer, it launched a franchise that is still going strong 60 years later. I'm slowly making my way through Enterprise, the theme song is out of place obviously, but its been enjoyable so far.
And boning his boss!

Not sure how to write it without invoking emojis so hopefully this helps
There’s something special about canned ravioli, can’t quite put my finger on it but that shits delicious
10/10 reference
Sweet summer child
Is it possible to run ffmpeg on your system? When converting from mp4 to gif I set the resolution to 640 (a common phone resolution, you could go with 720 or something else if you want) and the fps to 10, that should reduce the size of your gif dramatically.
ffmpeg -ss 0 -i source.mp4 -vf "fps=10,scale=640:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 filename.gif
Otherwise you can send me what you got and I could convert it for you

