Skip to content

Minigrim0/pixl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Flut

Images

# Convert image to commands
uv run test.py input.png output.txt

# Send commands to server
cargo run --bin image --release

Video

# Convert image to commands
ffmpeg -i InputFile.mp4 -s hd480 -c:v libx264 -crf 23 -c:a aac -strict -2 output_file.mp4

# You might need to change the filename in the src/bin/video.rs file

# Send commands to server
cargo run --bin video --release [--features report]

About

A pixelflut client written in rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published