Seasons time-lapse - the foundations
Nicolas Fränkel is working on a time-lapse video project that captures the changing seasons from a fixed location. He has been taking photos over several years and is using coding assistants to help with the technical aspects of the project. The project involves a detailed processing pipeline that includes inventorying, filtering, aligning, ordering, and rendering the images into a video.
- ▪Fränkel has taken pictures from the same position over several years for his time-lapse project.
- ▪He is using Python and coding assistants to assist with image manipulation and video creation.
- ▪The project includes a processing pipeline that filters and aligns photos based on GPS data.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 362557) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Nicolas Fränkel Posted on May 21 • Originally published at blog.frankel.ch Seasons time-lapse - the foundations #python #ai #art #timelapse I live close to nature. I regularly go for a run in the countryside. Over several years, during my runs, I've taken pictures from the same position, always roughly the same angle. I had a vague idea in the back of my mind, as an "artistic" project.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).