https://github.com/jacoblightning/flippervideo
A helper to install video files on a flipper zero (Get yours now at shop.flipperzero.one)
https://github.com/jacoblightning/flippervideo
Last synced: 19 days ago
JSON representation
A helper to install video files on a flipper zero (Get yours now at shop.flipperzero.one)
- Host: GitHub
- URL: https://github.com/jacoblightning/flippervideo
- Owner: Jacoblightning
- License: unlicense
- Created: 2024-01-20T20:54:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T22:27:05.000Z (over 2 years ago)
- Last Synced: 2025-02-24T15:35:43.098Z (over 1 year ago)
- Language: Python
- Size: 28.7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlipperVideo
A helper to install video files on a Flipper Zero (Get yours now at shop.flipperzero.one)
# Credits
All credit for the script helper1.py goes to JacobTDC. Find the original script [here](https://gist.github.com/JacobTDC/524322a78bb0ba5008604d905ccd4270)
# Converting a YouTube video
To convert a YouTube video to a flipper file:
run the `yt2flip.py `
# Converting an mp4
To skip the downloading and convert an mp4 file directly,
run `helper1.py `
# Transfering to flipper
When your file is done, move it to the flippers sd card into apps_data/video_player (I advise that you remove the SD card from your Flipper and connect it to your PC/laptop somehow, or wait all the night when it uploads via qFlipper.)
# Things to note
I have included the .fap file, but it is recommended to install unlshd firmware [here](https://github.com/DarkFlippers/unleashed-firmware) (If installing Unlshd firmware, remember to install the extra apps version or it will not install the vieo_player)
# For the future
| Task | Started | Done |
|-------------------------|:-------:|-----:|
| Publish to pypi | Yes | No |
| Delete the batch file | Yes | Yes |
| Post examples | Yes | Yes |
| Add a GUI | No | No |
| Fix the argument parser | Yes | Yes |