#Video player with sound
39 messages · Page 1 of 1 (latest)
Finally.
I know there is another rendition without Flipper producing any sound and with image data streamed through USB: https://www.youtube.com/watch?v=u016RvMcA0U
Also there is a github repo where video-only playback (without sound) is used: https://github.com/GMMan/flipperzero-badapple
But none of these tried to do video+sound so far. So I ...
what kind of format does it play?
did the flipper overheat?
Custom format, check github repo (link in description). Basically a small header and then chunks of uncompressed image+audio data, one by one. You can look at it in hex editor or check Visual Studio project source code
No, it's too slow to overheat. But this definitely consumes almost the maximum amount of power flipper can drain, since CPU is loaded + you are constantly reading from SD card.
ah okay thats pretty good
Wow!!! Can you also use this code on a Apple silicon Mac?
Wdym
Also just now I reworked the app a bit, so you would need to download new version of bad apple and conversion script
Ok! can you also change the code on a mac so that you can decide for yourself which video is played on the flipper zero?
wdym on the mac
when you open the app, you have a list of .bnd files in apps_data/video_player. You select one and press ok and it starts playing
I mean on a apple computer (MacBook, iMac, etc…)
so you want to control Flipper from pc? iirc it is possible, ask devs, they do this for unit tests
You can just emulate key presses to select the video you want
will you make a converter?
it is described in the repo
you have to manually do some stuff but it's like 2 console commands and editing some #defines in the code
oh okay
Very cool! 
Thanks!
Now it runs in true glorious 30 FPS thanks to DirectDraw code that bypasses useless crap and can be directly told when to draw frames and when to fucking STOP redrawing the same crap again and again.
A follow-up for this video: https://www.youtube.com/watch?v=Rxei84-nJZs
https://github.com/LTVA1/flipper-zero-video-player
@tough trout @acoustic meadow @tame haven @craggy belfry
yeah i saw it, really cool
it's improved version
https://www.youtube.com/watch?v=HYNNOseehV0 propely recorded audio
Here the audio is recorded from GPIO pin. It is connected directly to line in of my soundcard.
https://github.com/LTVA1/flipper-zero-video-player
Made experimental new version of video converter that automatically calls ffmpeg and cleans the files afterwards
thanks! Actually jammed in the very first b&w ffmpeg filter command I found on Stackoverflow. You can edit the source files to use better ffmpeg filter, if you find/come up with a proper command for one
send me a rickroll video file for this 
It's in github repo in examples folder
Is this still working? I'm getting hung up on the vs code section with compiling the ccp file
hard asf to figure out
Use makefile project
The cpp is for Microsoft Visual Studio, not VSCode
Wdym
so let me say im new to this first of all, but after making a folder and putting "source.mp4" and a folder named "frames" what do i do
read the readme