| Crates.io | prism-player |
| lib.rs | prism-player |
| version | 0.0.1 |
| created_at | 2025-09-22 07:37:44.268622+00 |
| updated_at | 2025-09-22 07:37:44.268622+00 |
| description | A media player built with Rust and FFmpeg |
| homepage | |
| repository | https://github.com/shadow3aaa/prism-player |
| max_upload_size | |
| id | 1849624 |
| size | 1,087,482 |
Prism Player is a simple, lightweight video player built with Rust and the tessera-ui framework. It uses FFmpeg for video decoding.

Before you begin, ensure you have the following installed:
Clone the repository:
git clone https://github.com/your-username/prism-player.git
cd prism-player
Build the project:
cargo build --release
Run the player:
./target/release/prism-player --video-path /path/to/your/video.mp4
Run the application from the command line, providing the path to the video file you want to play.
prism-player --video-path <path-to-video>