Giter VIP home page Giter VIP logo

Comments (5)

 avatar commented on June 1, 2024 1

Thanks for the response! Yeah after taking a look, this is a bit too complicated for me at this point. I coud probably handle adding the track, but I'm out of my element with the rest.

from whammy.

antimatter15 avatar antimatter15 commented on June 1, 2024

I never built support for adding an audio track but it should be possible (with a considerable amount of work) by encoding the audio as Vorbis and embedding it within the matryoshka container.

Sent from my iPhone

On Jul 1, 2014, at 12:19 PM, S.Zhang [email protected] wrote:

Can I add a sound track when compiling it? I didn't find such function in the source code though..


Reply to this email directly or view it on GitHub.

from whammy.

 avatar commented on June 1, 2024

I am also interested in this feature, but I have absolutely no idea where to start with embedding into the container. How considerable is "considerable"?

from whammy.

antimatter15 avatar antimatter15 commented on June 1, 2024

It turns out that someone has already successfully used Emscripten to compile a vorbis encoder to javascript, so beyond that it's a matter of adding an audio track and putting the audio packets in the right spots.

You can probably find some good information looking at the matroska and webm specs:
http://www.webmproject.org/docs/container/
http://matroska.org/technical/specs/codecid/index.html

You can experiment with what tags are involved by taking some webm video and opening the file in some EBML viewer like https://code.google.com/p/ebml-viewer/

from whammy.

RahulRawat1994 avatar RahulRawat1994 commented on June 1, 2024

I am also want to add sound track in video but it look complicated for me.

from whammy.

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.