gmf
gmf copied to clipboard
How Can I move mp4 moov , ( fastStart )
How Can I move mp4 moov , ( fastStart ) . is there an example ?
Hi, @Hpsyche As far as I remember there is no ready to use function to do it. So you have to do it manually. I have ported original faststart to Go. You can check this is out here: https://gist.github.com/3d0c/ef674299914f1df11533afc1f0b1c02b and a test https://gist.github.com/3d0c/07d38e2ae8b25902607c53f8b68936f5
Thank you for your reply. But it doesn't seem to work. I use a video(2.7MB) as an example,and call fastStart method,but i get a binary file ( size = ftyp+moov ) . How can I add mdat to splice ? thanks~