Quadtree Video Compression for CPC - Part 1 - Lesson P66
Offered By: ChibiAkumas via YouTube
Course Description
Overview
Explore the creation and functionality of a custom video compressor using quadtree algorithms in this informative tutorial video. Dive into the technical details of how the compressor was developed, its core functions, and the quadtree routine. Learn about different block types and size variations used in the compression process. Gain insights into assembly programming across multiple CPU architectures, including Z80, 6502, 68000, 8086, and ARM. Access accompanying text lessons, source code, and additional resources to deepen your understanding of video compression techniques and assembly language programming.
Syllabus
Intro
How it was created
How it works
How to compress
Source code
Core function
Quadtree routine
Block types
Other sizes
Taught by
ChibiAkumas
Related Courses
Z80 Assembly - Ports, Interrupts and Hardware Control - Lesson 7ChibiAkumas via YouTube Learn Z80 Assembly - Assembler Directives and Programming Tricks - Lesson 6
ChibiAkumas via YouTube Learn Z80 Assembly - Bit Shifting and Logical Operations - Lesson 5
ChibiAkumas via YouTube Z80 Assembly - Introduction to the Stack - Lesson 4
ChibiAkumas via YouTube Switching Between 16-bit Z80 and 24-bit eZ80 (ADL) Mode - Lesson 2
ChibiAkumas via YouTube