Git Product home page Git Product logo

Comments (3)

gsig avatar gsig commented on August 15, 2024

Good catch! In any case, ffmpeg should be able to handle .mkv and .webm as well, so changing the line to videos = glob.glob('video/*.???') should do the trick. Let me know if that works, and definitely send a pull request if you find anything that needs improving!

Best,
Gunnar

from pyvideoresearch.

MahdiKalayeh avatar MahdiKalayeh commented on August 15, 2024

The way that the FOR loop is implemented, ffmpeg should load the entire video in order to clip one snippet. This is extremely inefficient as the same loading process is repeated for roughly (1798-902)/3 times per single video. Were you able to find a more efficient way that also does not sacrifice the frame accuracy?

from pyvideoresearch.

gsig avatar gsig commented on August 15, 2024

@MahdiKalayeh exactly, I tested other options but wasn't able to get the frame accuracy good enough.

from pyvideoresearch.

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.