Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
itod
on 02/07/2014, 23:40:54 UTC
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.txt

So, there are 2147129 bytes of additional data besides the audio and video streams in Space.mp4

...

Edit: extract the extra data with this:
Code:
dd bs=1 skip=7209006 if=Space.mp4 of=binary

Fantastic work, congratulations.