saki4510t / AudioVideoRecordingSample

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

Supported MIME Types for Video Encoder #12

Closed AdilSarwarNU closed 1 year ago

AdilSarwarNU commented 7 years ago

I want to use h264 Mime type for Video Encoder, I tried using video/h264 but it resulted into an error. Adding the list of string supported in value of MIME_TYPE would be very helpful.