Main Website Source Code
python -m SimpleHTTPServer
ffmpeg -i my-video.mp4 -vcodec libx264 -strict 2 -movflags faststart -crf 40 my-video-temp.mp4
ffmpeg -i my-video.mp4 -vcodec libx265 -crf 40 my-video-temp.mp4 ffmpeg -i my-video-temp.mp4 -vcodec libx264 -strict 2 -movflags faststart Main_Background_V2.mp4