saki4510t / AudioVideoRecordingSample

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

How can we save video file into multiple video's( .mp4 files) without stoping video encoder #36

Open penmatsa opened 11 months ago

balefashidu commented 4 months ago

you can't do that because the encoder will write the file end information by method stoprecording() ,so you just can't get the full video file without stoping video encoder.