All Projects → GitEliteNovice → Muxing

GitEliteNovice / Muxing

Licence: other
This is an example of muxing Audio and Video of same length and Quality

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Muxing

hydrated-ws
The toolbox for websockets clients, reconnecting websockets, channels muxing websockets, authentication, json-rpc over websockets
Stars: ✭ 56 (+166.67%)
Mutual labels:  muxing
velvet-video
Java library for encoding / decoding / muxing / demuxing video and audio in various formats
Stars: ✭ 32 (+52.38%)
Mutual labels:  muxing

Muxing Android Arsenal Say Thanks! Twitter URL

This is an example of muxing Audio and Video of same length and Quality With this library we can mux videos and audios. Example youtube video at 480p provide video slone and audio alone urls. So we can download both and mux them.

Getting started

Step1. Just add these lines to build.gradle.

dependencies {
   compile 'com.github.GitEliteNovice:Muxing:1.0.0'
  
    {
      transitive =true;
    }
   
    }
}

Step2. Add it in your root build.gradle at the end of repositories:

allprojects 
{ 
repositories 
  
  { 
     ...
    maven
    {
       url 'https://jitpack.io' 
    }
  }
}

Why would anyone want to use this?

If your App is Providing a Fuctionality of downloding Videos from some where ... and your Server Provide two seprate Url one is for audio(Alone) and one is for Video(Without audio). Then this Would be life save for your app.Your do not have to write lots of bipolar code so just .. pass the path of downloaded audio and video in this libarary and boom. Congrats! You will get a Complete Video just in Few Seconds.

Libraries used in this project

  • [Mp4Parser]

It is important to emphasize that you cannot append any two tracks with:

  • Different resolutions
  • Different frame-rates
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].