Not nearly as cool, but I was able to show a colleague the letters in a raster image section of a pdf using xxd by varying the output width
I wrote a simple tool, when I was a kid, that dumped binaries into VGA mode 0x13 and allowed me to vary the width. Mode 0x13 is one byte per pixel so it was just a simple REP MOVSB to put data into the buffer (no worrying about bitplanes). It was so useful in reverse engineering software. Besides raster data, regular data structures often jump out.
Microscopes can see video on a laserdisc
21–30 of 99 posts
Re: Microscopes can see video on a laserdisc
#22Fun fact about laser discs. They are analogue not digital. CD’s store digital information with the presence or absence of pits. Fairly ancient but still fundamentally feels like a very old version of a thumb drive. Laser discs are not digital. They encode the analogue video signal’s value as the length of the pit. It is digitized in the time domain - sampled at some frequency, but the “vertical” signal value is store…
yeah i remember learning this as a kid and being surprised. i originally thought laserdiscs were modern high tech, but then they turned out to actually be from the late 70s/early 80s with the primitive analog video encoding where red book audio cds of the mid to late 80s were actually digital.
Re: Microscopes can see video on a laserdisc
#23Re: Microscopes can see video on a laserdisc
#24So CAV (constant angular velocity) is an encoding format for laser disks. When something is written with CAV, it is basically analogue data and therefore repeating patterns can be recognized on the disk.
CAV discs contained one frame per rotation. While this meant you could only fit half an hour on one side of a disc, it did give you perfect slow-motion and freeze-frames.
I worked in a video store and loved LaserDiscs. The Duran Duran video album was CAV, and the Pioneer LD-700 had such a fast transport mechanism and remote control that I could to DJ-style "scratching" with it.
Re: Microscopes can see video on a laserdisc
#25Fun fact about laser discs. They are analogue not digital. CD’s store digital information with the presence or absence of pits. Fairly ancient but still fundamentally feels like a very old version of a thumb drive. Laser discs are not digital. They encode the analogue video signal’s value as the length of the pit. It is digitized in the time domain - sampled at some frequency, but the “vertical” signal value is store…
yeah i remember learning this as a kid and being surprised. i originally thought laserdiscs were modern high tech, but then they turned out to actually be from the late 70s/early 80s with the primitive analog video encoding where red book audio cds of the mid to late 80s were actually digital.
And at that point, most players sold were combo players that could also play CDs.
And there was one more disc format: CD Video. It was a CD-sized digital single that also had a LaserDisc section for the (analog) music video. I have a couple; one is Bon Jovi.
Re: Microscopes can see video on a laserdisc
#26Re: Microscopes can see video on a laserdisc
#27[flagged]
Re: Microscopes can see video on a laserdisc
#28[flagged]
Re: Microscopes can see video on a laserdisc
#29Earlier quoted context omitted.
I wrote a simple tool, when I was a kid, that dumped binaries into VGA mode 0x13 and allowed me to vary the width. Mode 0x13 is one byte per pixel so it was just a simple REP MOVSB to put data into the buffer (no worrying about bitplanes). It was so useful in reverse engineering software. Besides raster data, regular data structures often jump out.
Fun fact, if you load a file with extension ".data" into GIMP there's a UI where you can set the pixel format and adjust the width/height with sliders