Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 522 Bytes

File metadata and controls

30 lines (18 loc) · 522 Bytes

cc-video-player

Convert video files to files playable on the ComputerCraft computers. Requires a monitor and speaker to fully function.

Installation

git clone https://github.com/edde746/cc-video-player.git
cd cc-video-player
pip install -r requirements.txt

Usage

python3 convert.py <input file> <resolution> <fps>

Example

python3 convert.py video.mp4 82x40 5

Demo

player-demo.mp4