saki4510t / AudioVideoRecordingSample

Simultaneous audio and video recording sample using MediaCodec/MediaMuxer
Apache License 2.0
950 stars 291 forks source link

Recording Audio Video data separately #26

Open pro-softs opened 6 years ago

pro-softs commented 6 years ago

Hi, I am trying to use the library to record audio and video streams into separate files and merge them afterwards. I have tried using to MediaMuxerWrapper for each encoder. However, in some devices there is a synchronization problem between the audio and video which, I think, is caused by frame drops in case of Video encoder. Can anyone hep me with the problem?

Thanks.

pro-softs commented 5 years ago

Any Help?

nekitr commented 4 years ago

Hi, have you solved this problem?