OnlyInAmerica / HWEncoderExperiments

Deprecated ( See https://github.com/Kickflip/kickflip-android-sdk for my current work). Experiments with Android 4.3's MediaCodec and MediaMuxer
122 stars 61 forks source link

Can't import #4

Open AndroidDeveloperLB opened 5 years ago

AndroidDeveloperLB commented 5 years ago

I've found this repository from here: https://codedump.io/share/KmYl6iYk8zzu/1/muxing-aac-audio-with-android39s-mediacodec-and-mediamuxer

I get this error when trying to import :

image

I tried the various options, but they didn't work.

I just want to search how to mux video and audio, so that the audio will repeat itself within the video in case it's shorter than the video. Wrote about it here: https://stackoverflow.com/q/54769976/878126