Giter VIP home page Giter VIP logo

Comments (2)

sbraz avatar sbraz commented on September 24, 2024

Hi @JeromeMartinez, could you please help me implement this?

from pymediainfo.

JeromeMartinez avatar JeromeMartinez commented on September 24, 2024

Oops, I missed the first ping last year.

Do I naively ignore MediaInfo_Open_Buffer_Continue_GoTo_Get and pass an arbitrary size to MediaInfo_Open_Buffer_Continue like this?

Our usage is to stop the parsing (so exiting the loop then MediaInfo_Open_Buffer_Finalize). Behavior is not so bad there, usually you miss only the duration from MPEG-TS files, or info only from stream content with MP4 with header at the end.

Ignoring MediaInfo_Open_Buffer_Continue_GoTo_Get will work in lot of cases e.g. Matroska, MPEG-TS, MP4 with header at the begining of the file, it will work partially with MP4 with header at the end (it will skip all the data part then read the header i.e. you have to feed with the whole file before there is something interesting, then will try to go back to the beginning for stream content but will fail so no info from the stream content itself, only from the header), it does not hurt, it may just be super slow because you provide the full stream in several cases e.g. MPEG-TS, so like full parsing.

I would recommend to stop the parsing after a seek request if parse_speed is < 1 or if seek request is < current offset, else ignoring the seek request.

from pymediainfo.

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.