@iFixit
Rofl, great e-waster.
Also consider encoding your video to a more eco friendly format, the whole resolution of this 15s video is 3840x2160 with top bitrate of 11358 kb/s for total 21MB filesize..
I couldn't even decode it without lagging with my M620 cpu at max frequency.
Did the encoding for you :)

ffmpeg -i 1dae9c039a71630d.mp4 -c:v libx264 -crf 28 -vf "scale=1920:1080 " -c:a libopus -ac 2 -vbr on -compression_level 10 -frame_duration 60 e-waster.mp4

Also reminder to remove metadata to avoid leaking info like gps location and more
ffmpeg -i ewaster.mp4 -map 0 -map_metadata -1 -c copy ewaster-meta.mp4

Also if you did that via a mobile phone the software OpenCamera is great to define such options in advance.
https://f-droid.org/en/packages/net.sourceforge.opencamera/
Be warned that some mobile phones will still add the metadata even tho you requested openCamera to not do as such.