Code Monkey home page Code Monkey logo

aurora-hunters / timelapse-maker Goto Github PK

View Code? Open in Web Editor NEW
16.0 5.0 1.0 89.87 MB

Simple application for assembling time lapses. Choose a directory with photos, set FPS and resolution and get a video. Available for Mac, Windows and Linux.

Home Page: https://auroralights.ru/Программы-для-работы-с-фотографиями/time-lapse-maker-создание-видео-из-фотографий/

JavaScript 24.54% CSS 15.36% HTML 59.94% Shell 0.16%
timelapse electron ffmpeg video photo desktop-app photos time-lapse nodejs

timelapse-maker's People

Contributors

talyguryn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

skar404

timelapse-maker's Issues

Hardware acceleration options

Hardware acceleration allows to dramatically reduce encoding time. Please add an option to choose encoder or autodetection of working one (not all encoders ffmpeg reports of actually work on a target machine).
List of available encoders may be got from ffmpeg (depends on ffmpeg build):

$ ffmpeg -hide_banner -encoders | grep '(codec h264)'
 V..... libx264              libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (codec h264)
 V..... libx264rgb           libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 RGB (codec h264)
 V..... h264_nvenc           NVIDIA NVENC H.264 encoder (codec h264)
 V..... h264_omx             OpenMAX IL H.264 video encoder (codec h264)
 V..... h264_v4l2m2m         V4L2 mem2mem H.264 encoder wrapper (codec h264)
 V..... h264_vaapi           H.264/AVC (VAAPI) (codec h264)
 V..... nvenc                NVIDIA NVENC H.264 encoder (codec h264)
 V..... nvenc_h264           NVIDIA NVENC H.264 encoder (codec h264)

Didn't work on macOS Sonoma

Hi, thanks for app, but for new version this app didn't work :(

I use macOS Sonoma 14.1.2 and latest app version

Example:

Screen.Recording.2023-12-06.at.20.37.15.mov

p.s.

i find probed, with jpg format, console logs:

~/timelapse-maker/node_modules/image-size/dist/index.js:42 Uncaught (in promise) TypeError: unsupported file type: undefined (file: /timelaps/001/._BY3A4588-CR3_DxO_DeepPRIMEXD.jpg)
    at lookup (~/timelapse-maker/node_modules/image-size/dist/index.js:42)
    at imageSize (~/timelapse-maker/node_modules/image-size/dist/index.js:109)
    at directorySelected (index.html:345)
    at HTMLInputElement.resolveFiles (index.html:238)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.