/// Void MP4 video file.
///
/// Other attributes: resolution = 4x4, color = black
/*
https://gpac.github.io/mp4box.js/test/filereader.html
./tools/ffmpeg -y -f lavfi -i nullsrc=size=4x4:rate=1:duration=9,lutrgb=0:0:0 -force_key_frames "expr:gte(t,n_forced*1)" -crf 50 d9r1.mp4
*/