sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.76k stars 566 forks source link

Move metadata to front of the video #295

Open kris1837 opened 6 years ago

kris1837 commented 6 years ago

I am trying to add moov atom to the front of the video. Is this possible to do?

boundray commented 5 years ago

I am trying to add moov atom to the front of the video. Is this possible to do? The same question. Have u complete this requirement?

kris1837 commented 5 years ago

I am trying to add moov atom to the front of the video. Is this possible to do? The same question. Have u complete this requirement?

I switched to FFMPEG, it is a much heavier solution, but at least got more functions