Video Player¶
-
Video Player for Media
An app that plays video along with sound on Flipper Zero.
-
Information about application
- Author: LTVA
- Version: 0.3
- Updated at: 2024-03-05
- Downloads: 0
Description¶
Video player¶
A Flipper Zero application to play video files (with sound). Uses custom video file format. Is proven to work at 30 FPS and 44100 Hz audio sample rate with full 128 by 64 pixels resolution. Maximum video length is limited only by your SD card capacity (at least it works with 6 hours long video). Supports fast forward, rewind and pause. Obeys device's stealth mode.
See github repo to find the guide for how to convert video files.
Changelog¶
Video Player v0.3¶
Added¶
- Volume control with up and down arrow keys
Video Player v0.2¶
Added¶
- Rewind and fast forward with right and left arrow keys respectively
- Obey device's stealth mode
- If horizontal resolution is less that 128 pixels video is centered on the screen
Video Player v0.1¶
- Initial release