There's definitely some kind of file/data embedded in Space.mp4, with ffmpeg, I can do:
...
In addition, I think I found the original copy of the video file (before extra data was embedded into it):
...
9356135-7209006 = 2147129, which is the number found in Number.txtSo, there are 2147129 bytes of additional data besides the audio and video streams in Space.mp4
...
Edit: extract the extra data with this:
dd bs=1 skip=7209006 if=Space.mp4 of=binary
Fantastic work, congratulations.