Giter Club home page Giter Club logo

Comments (2)

canihavesomecoffee avatar canihavesomecoffee commented on May 18, 2024

I'll be looking into this specific file later, but for now some references:

https://developer.apple.com/library/mac/documentation/quicktime/qtff/qtffchap3/qtff3.html

The file seems to be having a lot of those CC "atoms", which further contain the actual CC data. Task here will be to figure out how those "atoms" are structured and then try to get the actual CC data joined together so that it can be read out correctly.

from ccextractor.

cfsmp3 avatar cfsmp3 commented on May 18, 2024

Reading the atoms should be easy, since the MP4 library we use is quite
good... Just check the MP4 main loop and you'll see.

I've I remember correct what we do here is just read the H264 NALs (looking
for the one with data) and dispatch the data to the AVC code.

We could easily check if there's one of these specials CC atoms and just
read it with an alternate loop.

On Tue, Jun 17, 2014 at 5:02 AM, wforums [email protected] wrote:

I'll be looking into this specific file later, but for now some references:

https://developer.apple.com/library/mac/documentation/quicktime/qtff/qtffchap3/qtff3.html

The file seems to be having a lot of those CC "atoms", which further
contain the actual CC data. Task here will be to figure out how those
"atoms" are structured and then try to get the actual CC data joined
together so that it can be read out correctly.


Reply to this email directly or view it on GitHub
#50 (comment)
.

from ccextractor.

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.