Skip Navigation

Do you know where I can SEE a screenshot of the, like, text form of an mp4?

I want to SEE the music made from thinking rock dreams. Recording is literally turning sound into stone and I wanna see it but I cant and dont know how. I've asked this a couple times but I feel like I was always wanting to see how music is encoded as text/binary whatever and I cant

7 comments
  • What you’ll find is most modern files for video, like .mp4, are what are called container files. They have to provide a video and audio stream as well as sometimes an embedded subtitle stream. At the end of the day, it’s a folder.

    Then those streams are often compressed, which aren’t readable at a file level. They have to be decompressed first before having any sensible output.

    It helps to understand how a byte stream is taken from the binary values to a usually 16-bit range at usually 44,100 times per second and you’ll quickly realize that you’d be hard-pressed to read the raw bits and be able to imagine the sound in your head. There’s far too much to break down here, but there’s whole college courses focused on just this concept.

    Something that probably resembles a lot more of what you’re expecting is MIDI. That doesn’t contain audio itself, as such, but instead a series of instructions for the computer to play notes with instructions, like pitch, octave, velocity, length, and many custom channels for anything you could think of.

    And that’s all just audio. Video is a dark art that I’ve yet to approach. The things we’ve managed to make happen with the tiny files we use are just wild when you get into the science of it.

7 comments