Eric Guo's blog.cloud-mes.com

Hoping writing JS, Ruby & Rails and Go article, but fallback to DevOps note

Move Meta Frame to Beginning of the MP4 File So Loading Faster in Web

Permalink

Move meta frame to beginning of the MP4 file so loading faster in web
ffmpeg -i in_file.MP4 -c copy -movflags +faststart out_file.mp4

Original from

FFmpeg

Comments