Didn't know anyone still used gitlab. Also video not working..
How about this? https://gitlab.com/sephalon/deathstar_lamp/-/blob/master/doc...
Show HN: Remote-Controlled IKEA Deathstar Lamp
11–20 of 64 posts
Re: Show HN: Remote-Controlled IKEA Deathstar Lamp
#12Didn't know anyone still used gitlab. Also video not working..
ffmpeg \
-pattern_type glob \
-framerate 30 \
-i "img/*.JPG" \
-i "star_wars_style_march.mp3" \
-s:v 1920x1080 \
-c:a libopus \
-c:v vp9 \
-shortest \
deathstar_timelapse.webm
I actually thought that VP9 and Opus are well supported everywhere by now, but maybe that is not the case…Regarding GitLab, as a general rule, I try to avoid products dominating the market, and I quite like their OSS policy…
Re: Show HN: Remote-Controlled IKEA Deathstar Lamp
#13Re: Show HN: Remote-Controlled IKEA Deathstar Lamp
#14Re: Show HN: Remote-Controlled IKEA Deathstar Lamp
#15Didn't know anyone still used gitlab. Also video not working..
Thanks for letting me know about the video playback issue, I used the following script to create the timelapse: ffmpeg \ -pattern_type glob \ -framerate 30 \ -i "img/*.JPG" \ -i "star_wars_style_march.mp3" \ -s:v 1920x1080 \ -c:a libopus \ -c:v vp9 \ -shortest \ deathstar_timelapse.webm I actually thought that VP9 and Opus are well supported everywhere by now, but maybe that is not the case… Regarding GitLab, as a ge…
Re: Show HN: Remote-Controlled IKEA Deathstar Lamp
#16Re: Show HN: Remote-Controlled IKEA Deathstar Lamp
#17Re: Show HN: Remote-Controlled IKEA Deathstar Lamp
#18This project looks awesome and I will give it a shot, because it actually looks doable for a first ESP32 project. But I will first try it on the smaller version of the PS 2014 before I start working on my son's lamp.
Re: Show HN: Remote-Controlled IKEA Deathstar Lamp
#19Didn't know anyone still used gitlab. Also video not working..
> Didn't know anyone still used gitlab Why wouldn't someone use gitlab
Re: Show HN: Remote-Controlled IKEA Deathstar Lamp
#20Cool project indeed. I used to own the first model and thought about how one could motorize the lamp. I used to own the one which didn’t have the reflected coating on the inside panels. At least in Germany they changed that a few years back from plain white to silver or gold reflection. And now the lamp is also available in bigger sizes. I bought it like most because of the interesting design. But was never really pl…