Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 352 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 352 Bytes

VidOS

VidOS is a minimal kernel written in rust that can play any ffmpeg
supported video in the VGA text buffer.

It comes with a converter that converts videos to a custom .data format, which the kernel can use.

Todo:

  • edge detection
  • dithering
  • gpu support for converter