saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.96k stars 1.19k forks source link

MediaRecorder instead of MediaEncoder #697

Open 1goresha opened 6 months ago

1goresha commented 6 months ago

Hi! Is it possible to use MediaRecorder instead of MediaEncoder. It is interesting for me because i want to record video into .ts format, but MediaMuxer can not do this! Thx.