Giter Club home page Giter Club logo

Comments (3)

mifi avatar mifi commented on June 24, 2024 3

I don't have time to work on this now unfortunately. I would recommend https://github.com/mifi/reactive-video as a much faster alternative to editly (but more limited)

from editly.

LittleTerry avatar LittleTerry commented on June 24, 2024

same here.

from editly.

mjperrone avatar mjperrone commented on June 24, 2024

In order to make a 12 second clip, it took editly 21 minutes and dropped a bunch of frames. Here is my config:

{
  outPath: 'output.mp4',
  clips: [
    {
      layers: [
        { type: 'video', path: 'input.MP4', cutFrom: 14, cutTo: 26 },
      ],
    },
  ],
}

For ffmpeg to do it directly, it took 3 seconds and appeared to not have dropped any frames.

ffmpeg -ss 14 -to 26 -i "/Volumes/SeagateBlac/biking video/raw/20230623_evening_0.MP4"  -c copy output.mp4

I'd be happy to help devote time to debug this issue further if you have any time for that @mifi.

I think this project is a great idea and I'd love to be able to use it, but it seems I need some help with that.

from editly.

Related Issues (20)

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.