#Video player with sound

39 messages · Page 1 of 1 (latest)

severe bloom
#

Yeah

acoustic meadow
#

what kind of format does it play?

craggy belfry
#

did the flipper overheat?

severe bloom
# acoustic meadow what kind of format does it play?

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

severe bloom
# craggy belfry did the flipper overheat?

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.

craggy belfry
#

ah okay thats pretty good

tame haven
severe bloom
tame haven
#

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?

severe bloom
tame haven
severe bloom
#

You can just emulate key presses to select the video you want

acoustic meadow
severe bloom
acoustic meadow
#

oh okay

tough trout
#

Very cool! love

severe bloom
severe bloom
#

@tough trout @acoustic meadow @tame haven @craggy belfry

acoustic meadow
severe bloom
craggy belfry
#

It’s smooth too

severe bloom
severe bloom
#

Made experimental new version of video converter that automatically calls ffmpeg and cleans the files afterwards

severe bloom
# latent fractal Converter works well uwu

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

warped grove
#

send me a rickroll video file for this troll

severe bloom
strange helm
#

Is this still working? I'm getting hung up on the vs code section with compiling the ccp file

signal kiln
#

hard asf to figure out

severe bloom
#

The cpp is for Microsoft Visual Studio, not VSCode

severe bloom
harsh bane
#

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