Skip to content

Commit eba67b5

Browse files
committed
docs: credit buddy as inspiration for VideoControl rendering approach
1 parent c334cf8 commit eba67b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/VIDEO_PLAYBACK.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
SharpConsoleUI can play video files directly in the terminal using `VideoControl`. Frames are decoded via FFmpeg and rendered using three visual modes: half-block (best color), ASCII (density characters), and braille (highest spatial resolution).
44

5+
> **Inspiration:** The rendering approach is inspired by [buddy](https://github.com/JVSCHANDRADITHYA/buddy), a Python terminal video player that pioneered half-block + braille + ASCII modes with FFmpeg frame decoding. VideoControl brings the same concept natively into .NET with SharpConsoleUI's compositing pipeline, pre-allocated buffers, dynamic resize, and overlay controls.
6+
57
## Table of Contents
68

79
1. [Overview](#overview)

0 commit comments

Comments
 (0)