{"id":105,"date":"2005-08-01T23:20:49","date_gmt":"2005-08-02T05:20:49","guid":{"rendered":"http:\/\/multimedia.cx\/eggs\/?p=105"},"modified":"2006-06-11T11:22:20","modified_gmt":"2006-06-11T18:22:20","slug":"pavc-crashes-linux-kernel","status":"publish","type":"post","link":"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/","title":{"rendered":"PAVC Crashes Linux Kernel"},"content":{"rendered":"<p>I was trying to prototype some coding ideas for the new PAVC codec. Specifically, I decided to run the palettized keyframe data through the <a href=\"http:\/\/www.dogma.net\/markn\/articles\/bwt\/bwt.htm\">Burrows-Wheeler Transform (BWT)<\/a> followed by a move-to-front (MTF) encoder and a Golomb encoder. Why BWT? I guess because I do not see it used in video compression at all and I wanted to see how it stacked up. In comparison to the <a href=\"http:\/\/multimedia.cx\/eggs\/?p=103\">least-bit approach in the last experiment<\/a>, the results were a little better on my NES sample and significantly better for my SNES sample:<\/p>\n<p><center><br \/>\n<img decoding=\"async\" src=\"\/eggs\/images\/castlevania4.png\" alt=\"Super Castlevania IV\" \/><br \/>\n<a href=\"http:\/\/www.mobygames.com\/game\/snes\/super-castlevania-iv\"><em>Super Castlevania IV, SNES<\/em><\/a><br \/>\n<\/center><\/p>\n<p>A serious problem, however, is that my AMD64 Linux PC kept crashing during the encoding. Eventually, I tried upgrading the kernel but that procedure also crashed. Per my understanding, these things are not supposed to happen during normal operation. I thought maybe my computer was too hot on this August night. So I am typing this in Windows XP on the same machine and no problem has manifested yet. Maybe I should try the <em>Doom 3<\/em> demo&#8230;<\/p>\n<p><!--more--><\/p>\n<p>Hmm, well, <em>Doom 3<\/em> crashes pretty quickly, too. I guess I can claim that the problem is heat exhaustion on the part of the hardware. Anyway, presented for your academic consideration are some very shaky numbers from some very dodgy experiments. I should disclose at this point that I have not actually written a decoder for the BWT\/MTF\/Golomb coding method yet. But since the <a href=\"http:\/\/www.dogma.net\/markn\/articles\/bwt\/bwt.htm\">standalone sample code provided by the BWT article worked so well<\/a>, and I incorporated the same code into the encoder, I am at least a little confident that the compressed data is valid.<\/p>\n<p>NES sample, least bit method:<\/p>\n<pre>\r\n  60 video frames, 0m1s running time, 1694598 total video bytes\r\n  1694598 avg video bytes\/sec, 28243 avg video bytes\/frame\r\n  min video frame = 28722 bytes, max video frame = 28722 bytes\r\n<\/pre>\n<p>NES sample, BWT\/MTF\/Golomb method:<\/p>\n<pre>\r\n  60 video frames, 0m1s running time, 1272276 total video bytes\r\n  1272276 avg video bytes\/sec, 21204 avg video bytes\/frame\r\n  min video frame = 21564 bytes, max video frame = 21564 bytes\r\n<\/pre>\n<p>SNES sample, least bit method:<\/p>\n<pre>\r\n  60 video frames, 0m1s running time, 3408719 total video bytes\r\n  3408719 avg video bytes\/sec, 56811 avg video bytes\/frame\r\n  min video frame = 57742 bytes, max video frame = 57802 bytes\r\n<\/pre>\n<p>SNES sample, BWT\/MTF\/Golomb method:<\/p>\n<pre>\r\n  60 video frames, 0m1s running time, 1294749 total video bytes\r\n  1294749 avg video bytes\/sec, 21579 avg video bytes\/frame\r\n  min video frame = 21912 bytes, max video frame = 21972 bytes\r\n<\/pre>\n<p>I only collected the first 60 frames (1 second) of data since the kernel was likely to panic if I ran the testbed program any longer. Thus, we do not see those best-case scenarios, where the whole frame is a single color, that we saw in the previous experiment.<\/p>\n<p>The next experiment I wish to try is a limited block search on keyframes. I have seen this technique used in <a href=\"http:\/\/multimedia.cx\/interplay-mve.txt\">Interplay&#8217;s MVE format<\/a>. Search the area above and to the left for a block that matches the one to be coded. This could potentially work very well, especially for NES frames which rely on 8&#215;8 block tiling, have a high degree of redundancy, and do not commonly have overlapped, transparent backgrounds. And for even faster encoding, it should only be necessary to search on 8-pel boundaries with respect to the current block being coded.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>So I was developing PAVC and the Linux kernel kept crashing&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,20],"tags":[],"class_list":["post-105","post","type-post","status-publish","format-standard","hentry","category-open-source-multimedia","category-pavc"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"So I was developing PAVC and the Linux kernel kept crashing...\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Multimedia Mike\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Breaking Eggs And Making Omelettes | Topics On Multimedia Technology and Reverse Engineering\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"PAVC Crashes Linux Kernel | Breaking Eggs And Making Omelettes\" \/>\n\t\t<meta property=\"og:description\" content=\"So I was developing PAVC and the Linux kernel kept crashing...\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2005-08-02T05:20:49+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2006-06-11T18:22:20+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"PAVC Crashes Linux Kernel | Breaking Eggs And Making Omelettes\" \/>\n\t\t<meta name=\"twitter:description\" content=\"So I was developing PAVC and the Linux kernel kept crashing...\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/pavc-crashes-linux-kernel\\\/#article\",\"name\":\"PAVC Crashes Linux Kernel | Breaking Eggs And Making Omelettes\",\"headline\":\"PAVC Crashes Linux Kernel\",\"author\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/eggs\\\/images\\\/castlevania4.png\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/pavc-crashes-linux-kernel\\\/#articleImage\"},\"datePublished\":\"2005-08-01T23:20:49-07:00\",\"dateModified\":\"2006-06-11T11:22:20-07:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/pavc-crashes-linux-kernel\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/pavc-crashes-linux-kernel\\\/#webpage\"},\"articleSection\":\"Open Source Multimedia, PAVC\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/pavc-crashes-linux-kernel\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/multimedia.cx\\\/eggs\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/open-source-multimedia\\\/#listItem\",\"name\":\"Open Source Multimedia\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/open-source-multimedia\\\/#listItem\",\"position\":2,\"name\":\"Open Source Multimedia\",\"item\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/open-source-multimedia\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/open-source-multimedia\\\/pavc\\\/#listItem\",\"name\":\"PAVC\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/open-source-multimedia\\\/pavc\\\/#listItem\",\"position\":3,\"name\":\"PAVC\",\"item\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/open-source-multimedia\\\/pavc\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/pavc-crashes-linux-kernel\\\/#listItem\",\"name\":\"PAVC Crashes Linux Kernel\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/open-source-multimedia\\\/#listItem\",\"name\":\"Open Source Multimedia\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/pavc-crashes-linux-kernel\\\/#listItem\",\"position\":4,\"name\":\"PAVC Crashes Linux Kernel\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/open-source-multimedia\\\/pavc\\\/#listItem\",\"name\":\"PAVC\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#organization\",\"name\":\"Breaking Eggs And Making Omelettes\",\"description\":\"Topics On Multimedia Technology and Reverse Engineering\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/\",\"name\":\"Multimedia Mike\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/pavc-crashes-linux-kernel\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2eb93f7cada658f7986b5092062849fa255779eada3342c8f6b9a40764b95fdd?s=96&d=identicon&r=g\",\"width\":96,\"height\":96,\"caption\":\"Multimedia Mike\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/pavc-crashes-linux-kernel\\\/#webpage\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/pavc-crashes-linux-kernel\\\/\",\"name\":\"PAVC Crashes Linux Kernel | Breaking Eggs And Making Omelettes\",\"description\":\"So I was developing PAVC and the Linux kernel kept crashing...\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/pavc-crashes-linux-kernel\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\"},\"datePublished\":\"2005-08-01T23:20:49-07:00\",\"dateModified\":\"2006-06-11T11:22:20-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#website\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/\",\"name\":\"Breaking Eggs And Making Omelettes\",\"description\":\"Topics On Multimedia Technology and Reverse Engineering\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"PAVC Crashes Linux Kernel | Breaking Eggs And Making Omelettes","description":"So I was developing PAVC and the Linux kernel kept crashing...","canonical_url":"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/#article","name":"PAVC Crashes Linux Kernel | Breaking Eggs And Making Omelettes","headline":"PAVC Crashes Linux Kernel","author":{"@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author"},"publisher":{"@id":"https:\/\/multimedia.cx\/eggs\/#organization"},"image":{"@type":"ImageObject","url":"\/eggs\/images\/castlevania4.png","@id":"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/#articleImage"},"datePublished":"2005-08-01T23:20:49-07:00","dateModified":"2006-06-11T11:22:20-07:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/#webpage"},"isPartOf":{"@id":"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/#webpage"},"articleSection":"Open Source Multimedia, PAVC"},{"@type":"BreadcrumbList","@id":"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs#listItem","position":1,"name":"Home","item":"https:\/\/multimedia.cx\/eggs","nextItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/open-source-multimedia\/#listItem","name":"Open Source Multimedia"}},{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/open-source-multimedia\/#listItem","position":2,"name":"Open Source Multimedia","item":"https:\/\/multimedia.cx\/eggs\/category\/open-source-multimedia\/","nextItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/open-source-multimedia\/pavc\/#listItem","name":"PAVC"},"previousItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/open-source-multimedia\/pavc\/#listItem","position":3,"name":"PAVC","item":"https:\/\/multimedia.cx\/eggs\/category\/open-source-multimedia\/pavc\/","nextItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/#listItem","name":"PAVC Crashes Linux Kernel"},"previousItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/open-source-multimedia\/#listItem","name":"Open Source Multimedia"}},{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/#listItem","position":4,"name":"PAVC Crashes Linux Kernel","previousItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/open-source-multimedia\/pavc\/#listItem","name":"PAVC"}}]},{"@type":"Organization","@id":"https:\/\/multimedia.cx\/eggs\/#organization","name":"Breaking Eggs And Making Omelettes","description":"Topics On Multimedia Technology and Reverse Engineering","url":"https:\/\/multimedia.cx\/eggs\/"},{"@type":"Person","@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author","url":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/","name":"Multimedia Mike","image":{"@type":"ImageObject","@id":"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/2eb93f7cada658f7986b5092062849fa255779eada3342c8f6b9a40764b95fdd?s=96&d=identicon&r=g","width":96,"height":96,"caption":"Multimedia Mike"}},{"@type":"WebPage","@id":"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/#webpage","url":"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/","name":"PAVC Crashes Linux Kernel | Breaking Eggs And Making Omelettes","description":"So I was developing PAVC and the Linux kernel kept crashing...","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/multimedia.cx\/eggs\/#website"},"breadcrumb":{"@id":"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/#breadcrumblist"},"author":{"@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author"},"creator":{"@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author"},"datePublished":"2005-08-01T23:20:49-07:00","dateModified":"2006-06-11T11:22:20-07:00"},{"@type":"WebSite","@id":"https:\/\/multimedia.cx\/eggs\/#website","url":"https:\/\/multimedia.cx\/eggs\/","name":"Breaking Eggs And Making Omelettes","description":"Topics On Multimedia Technology and Reverse Engineering","inLanguage":"en-US","publisher":{"@id":"https:\/\/multimedia.cx\/eggs\/#organization"}}]},"og:locale":"en_US","og:site_name":"Breaking Eggs And Making Omelettes | Topics On Multimedia Technology and Reverse Engineering","og:type":"article","og:title":"PAVC Crashes Linux Kernel | Breaking Eggs And Making Omelettes","og:description":"So I was developing PAVC and the Linux kernel kept crashing...","og:url":"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/","article:published_time":"2005-08-02T05:20:49+00:00","article:modified_time":"2006-06-11T18:22:20+00:00","twitter:card":"summary","twitter:title":"PAVC Crashes Linux Kernel | Breaking Eggs And Making Omelettes","twitter:description":"So I was developing PAVC and the Linux kernel kept crashing..."},"aioseo_meta_data":{"post_id":"105","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-31 21:43:32","updated":"2025-12-31 18:17:38","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/multimedia.cx\/eggs\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/multimedia.cx\/eggs\/category\/open-source-multimedia\/\" title=\"Open Source Multimedia\">Open Source Multimedia<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/multimedia.cx\/eggs\/category\/open-source-multimedia\/pavc\/\" title=\"PAVC\">PAVC<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPAVC Crashes Linux Kernel\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/multimedia.cx\/eggs"},{"label":"Open Source Multimedia","link":"https:\/\/multimedia.cx\/eggs\/category\/open-source-multimedia\/"},{"label":"PAVC","link":"https:\/\/multimedia.cx\/eggs\/category\/open-source-multimedia\/pavc\/"},{"label":"PAVC Crashes Linux Kernel","link":"https:\/\/multimedia.cx\/eggs\/pavc-crashes-linux-kernel\/"}],"_links":{"self":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts\/105","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/comments?post=105"}],"version-history":[{"count":0,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts\/105\/revisions"}],"wp:attachment":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/media?parent=105"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/categories?post=105"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/tags?post=105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}