#!/bin/bash
ffmpeg -i source.mp4 \
	-c:v copy \
	-an \
	-movflags frag_every_frame+empty_moov \
	fragmented.mp4