Coder Social home page Coder Social logo

Comments (6)

bwsw avatar bwsw commented on May 25, 2024 1

@Y-T-G you can set CHUNK_SIZE to a large value and try again. We consider the report as a bug and fix.

from savant.

bwsw avatar bwsw commented on May 25, 2024

Hello, the problem is not related to the source adapter. It does not change source id because it allows processing chunked files as a continuous object.

The problem is related to the sink adapter mostly, but we believe sinks are purpose built. So because the sink receives the information about the source files in meta, it can handle it properly. Just do not forget enable EOS-sending.

Another trivial option is to use a shell script around the source:

ls | while read f
do
  run source source-id=$f
done

from savant.

Y-T-G avatar Y-T-G commented on May 25, 2024

@bwsw The video files adapter sink creates a .mov video file with the source-id as the name. So when processing another video from the same folder, it just overwrites the previous video with EOS. So how do I prevent that?

from savant.

bwsw avatar bwsw commented on May 25, 2024

@Y-T-G it may be a bug.

from savant.

tomskikh avatar tomskikh commented on May 25, 2024

There's a bug: when CHUNK_SIZE=0 the sink adapter creates only one file video.mp4 and overwrite it after each EOS.

from savant.

bwsw avatar bwsw commented on May 25, 2024

@tomskikh let us fix that please.

from savant.

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.