- Nearly 2x more efficient than HFVP v4 - I'll add more to the project later, I'm too tired rn. - You're gonna want Turbowarp: https://turbowarp.org/1330299938?turbo ----------------------------------------------------------------------- - So basically, I've written a python script that converts and MP4 video to a txt file using only ASCII characters. - Before encoding, the MP4 video is chopped up into PNG frames, which are then downscaled, dithered, and quantized. - Then each RGB channel of each pixel is converted into an RLE strand, encoded using base52. - It then uses 5 layers substitution compression locally on each RLE strand, and then another 5 layers of substitution compression on the entire body of the txt file.