I encode video with help of MediaCodec and MediaMuxer. As result I have mp4 video file. How can I set metadata (creating time) to this mp4 file? MediaMetadataRetriever can only read metadata, but not change. I don't want to use ffmpeg. I tried mp4parser library (this class), but it doesn't work for me.