Make Timelapse easily using FFmpeg

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
  1. lossless-cut

    The swiss army knife of lossless video/audio editing

    I recently found LosslessCut (https://github.com/mifi/lossless-cut) that is basically a GUI for ffmpeg, you can make simple edits without re-encoding the stream.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. MoviePrint_v004

    MoviePrint | A tool which lets you create screenshots of entire movies in an instant.

    Somewhat unrelated, but a beautiful tool for extracting screenshots from video: MoviePrint

    https://www.movieprint.org/ & https://github.com/fakob/MoviePrint_v004/

  4. editly

    Slick, declarative command line video editing & API

    I found https://github.com/mifi/editly to be an intuitive frontend for this type of task - I used it to create a montage of several clips and was able to easily adjust parameters around timestamps and such to get the montage perfect

  5. time-lapse-scripts

    Repository of scripts to build specific time-lapse movies

    ffmpeg works really well for this. I have also been making time-lapse movies for over a decade, starting with using just Quicktime Pro 7 to combine the images into movies. Later using various other tools. Now I also use ffmpeg, and want to keep track of exactly how each movie is put together so looked for a way to script each movie. Now I use ffmpeg-python (not a lot of recent updates, but just works) to steer ffmpeg, with my own time-lapse specific Python package https://pypi.org/project/time-lapse/ to assemble the movies, and for each movie I have a single script which describes which frames are part of it and how they are combined into a movie; https://github.com/153957/time-lapse-scripts

  6. aichat

    All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI Tools & Agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.

    That way I can use any aichat backend as necessary, I actually have time to verify the output myself, and all the commands get saved to my history.

    The prompt that runs is the following: "Based on the following user description, generate a corresponding Fish shell command. Focus solely on interpreting the requirements and translating them into a single, executable Fish command. Ensure accuracy and relevance to the user's description. The output should be a valid Fish command that directly aligns with the user's intent, ready for execution in a command-line environment. Do not output anything except for the command. No code block, no English explanation, no newlines, and no start/end tags."

    [1] - https://github.com/sigoden/aichat

  7. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What video editing software you use ?

    3 projects | /r/Ubuntu | 20 Aug 2021
  • FFmpeg is getting better with multithreaded transcoding pipelines

    4 projects | news.ycombinator.com | 6 Nov 2023
  • Recommed any free or open source video editing?

    2 projects | /r/fanedits | 8 Jul 2023
  • How would one keep identical output settings with no compression whatsoever? All I want to do is trim my video clips.

    3 projects | /r/handbrake | 18 Feb 2023
  • LosslessCut: The Swiss Army Knife of Lossless Video/Audio Editing

    6 projects | news.ycombinator.com | 13 Dec 2022

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?