Thomas Wilbrandt - The Electric V. (Decca, 1990 - set to his 1984 electronic album) https://awoo.space/media/rdcZOPiv4lJ0xYTKlPM
Finally got around to uploading a collection of very high-quality laserdisc scans I made a few years ago! https://archive.org/details/laserdisc_scans https://awoo.space/media/YPkCZogUM563UflP1yo https://awoo.space/media/4S7iSuAHtvmbDmKfxV4 https://awoo.space/media/tBzk_rMC7502zn2PAoI https://awoo.space/media/ATG93uJMhyFZSM98Ylg
Hooray, I officially have a commit in FFmpeg now! http://git.ffmpeg.org/gitweb/ffmpeg.git/commit/fde057dfb25e2b6917fc896a0b2dfec0f336b1ce
This works *way* too well. https://youtu.be/K_E3iuPn8iE?list=PLL0CQjrcN8D0deyUHz9r54qFljIGO-XYP
Joe Hisaishi - Kissho Tennyo #codingmusic https://soundcloud.com/lagrecords/sets/joe-hisaishi-kissho-tennyo
FYI: macOS 10.13.2 has mitigations for the recently-revealed CPU exploits. Please upgrade now. http://appleinsider.com/articles/18/01/03/apple-has-already-partially-implemented-fix-in-macos-for-kpti-intel-cpu-security-flaw
Joe Hisaishi - Kissho Tennyo #codingmusic https://soundcloud.com/lagrecords/sets/joe-hisaishi-kissho-tennyo
Well, I gave it a try yesterday, and I guess the "Apple Grandia Data" bitstream is different enough from standard MPEG-1 that FFmpeg doesn't understand it. I wonder if it's actually MPEG-1 or if it's something else.
Why am I even doing this? Partly, I just want to understand the mystery, lol. And partly because I want to translate the Saturn version of Grandia, which may require me to understand the FMV format.
* I'm not entirely sure what the video codec is, but it appears to be a macroblock-based format that uses 8x8 macroblocks. This is very unusual for the hardware. It may be MPEG-1 meant to be used with a software decoder, or a very similar custom codec.
* The resolution is 320x144, encoding an image meant to be read at 16:9 using non-square pixels.
Also, spent some time today investigating Grandia's extremely weird video format. I think I actually made some progress, so if I'm lucky I'll be able to add full decode support to FFmpeg. What I know so far:
* The container is Quicktime, and mostly standard.
* The stsd atom reports the codec as `cvid` (Cinepak), but this is not correct.
* The audio track is not detected by FFmpeg, but is compressed using the ADX ADPCM format.
I decided to add support for Sonic Jam’s audio format to FFmpeg, but I didn’t expect it to only take six lines of code! https://awoo.space/media/N9DozT-0zKKE8gz2o6k
omg look at this *incredible* art I commissioned from @961@pawoo.net!! https://awoo.space/media/pu0k3MT92PUCACiD5oM
Sleepy but powerful