ChillingVan / AndroidInstantVideo

展现Android硬编码下的视频数据流动,可以对视频做处理,例如加滤镜,加水印等,做直播推流(用RTMP)。 Show the stream of Android video hardware encode, including video processing and video publishing by RTMP.
Apache License 2.0
718 stars 196 forks source link

TestCameraAndVideoActivity录制的h264格式视频没有声音 #17

Open jinyingfeng opened 6 years ago

jinyingfeng commented 6 years ago

这是什么原因,如何加入声音?

ChillingVan commented 6 years ago

因为这个只是录画面的例子,音频的话参考TestAudioEncoder

jinyingfeng commented 6 years ago

testMp4MuxerActivity里录像有声音,但是声音像噪音,不知道什么原因?