ScratchData LogoScratchData
Back to Youtube-king's profile

Superfast videoplayer

YOYoutube-king•Created May 20, 2025
Superfast videoplayer
683
559
10696 views
View on Scratch

Instructions

Eng / Ru Eng: This is probably the fastest videoplayer on Scratch, that plays video with resolution 240x180(actually, due to compression it looks very blurry!) I've used same algorithm as in JPG and MP4 - Discrete Cosine Transform. We divide picture to blocks, and in each one calculate importance of lines/details. After we leave the most valuable details(in this project ~5 of 64), and then draw them. Of course, this project hasn't original video, but compressed data. All calculations was made in my own programm in C++ Ru: Это сверхбыстрый видеоплеер с разрешением 240x180(из-за сильного сжатия картинка выглядит размытой). Я взял тот же алгоритм, что есть в JPG и MP4 - Дискретное Косинусное Преобразование. Кадры делятся на блоки, в который вычисляется важность линий/деталей. Мы оставляем лишь самые выраженные из них (~5 из 64) и рисуем. Естественно, здесь не хранится исходное видео! Но хранятся сжатые данные о нём. Сжатие я сделал в свой программе на C++

Description

> Original video by Pharrell Williams - Happy < This is just a demo, compression is quite difficult process yet... Это просто демонстрация моей технологии, сам процесс сжатия видео довольно сложен...

Project Details

Project ID1178235457
CreatedMay 20, 2025
Last ModifiedMay 21, 2025
SharedMay 21, 2025
Visibilityvisible
CommentsAllowed