|
|
|
|
|
by CharlesW
2020 days ago
|
|
> The reality is their existing solution backed by a CDN would also have worked if they encoded the videos correctly. For folks who might not realize you can fix this post-encode, you can do this: ffmpeg -i in.mp4 -c copy -map 0 -movflags +faststart out.mp4
|
|