{"id":2575,"date":"2010-06-23T21:55:20","date_gmt":"2010-06-24T04:55:20","guid":{"rendered":"http:\/\/multimedia.cx\/eggs\/?p=2575"},"modified":"2010-06-23T21:57:44","modified_gmt":"2010-06-24T04:57:44","slug":"ffmpeg-has-a-native-vp8-decoder","status":"publish","type":"post","link":"https:\/\/multimedia.cx\/eggs\/ffmpeg-has-a-native-vp8-decoder\/","title":{"rendered":"FFmpeg Has A Native VP8 Decoder"},"content":{"rendered":"<p>Thanks to David Conrad and <a href=\"http:\/\/ronald.bitfreak.net\/\">Ronald Bultje<\/a> who committed their native VP8 video decoder to the FFmpeg codebase yesterday. At this point, it can decode 14\/17 of the VP8 test vectors that Google released during the initial open sourcing event. Work is ongoing on those 3 non-passing samples (missing bilinear filter). Meanwhile, FFmpeg&#8217;s optimization-obsessive personalities are hard at work optimizing the native decoder. The current decoder is already profiled to be faster than Google\/On2&#8217;s official libvpx.<\/p>\n<p><strong>Testing<\/strong><br \/>\nSo it falls to <a href=\"http:\/\/fate.multimedia.cx\/\">FATE<\/a> to test this on the ridiculous diversity of platforms that FFmpeg supports. I staged individual test specs for each of the 17 test vectors: <a href=\"http:\/\/fate.multimedia.cx\/index.php?test_spec=390\">vp8-test-vector-001<\/a> &#8230; <a href=\"http:\/\/fate.multimedia.cx\/index.php?test_spec=406\">vp8-test-vector-017<\/a>. After <a href=\"http:\/\/samples.mplayerhq.hu\/fate-suite\/vp8-test-vectors-r1\/\">the samples<\/a> have propagated through to the various FATE installations, I&#8217;ll activate the 14 test specs that are currently passing.<\/p>\n<p><strong>Initial Testing Methodology<\/strong><br \/>\nInspired by <a href=\"http:\/\/lists.mplayerhq.hu\/pipermail\/ffmpeg-devel\/2010-June\/091344.html\">Ronald Bultje&#8217;s idea<\/a>, I built the latest FFmpeg-SVN with libvpx enabled. Then I selected between the reference and native decoders as such:<\/p>\n<pre>\r\n<strong>$<\/strong> for i in 001 002 003 004 005 006 007 008 009 \\\r\n 010 011 012 013 014 015 016 017\r\ndo\r\n  echo vp80-00-comprehensive-${i}.ivf\r\n  ffmpeg -vcodec libvpx -i \\\r\n    \/path\/to\/vp8-test-vectors-r1\/vp80-00-comprehensive-${i}.ivf \\\r\n    -f framemd5 - 2> \/dev\/null\r\ndone > refs.txt\r\n\r\n<strong>$<\/strong> for i in 001 002 003 004 005 006 007 008 009 \\\r\n 010 011 012 013 014 015 016 017\r\ndo\r\n  echo vp80-00-comprehensive-${i}.ivf\r\n  ffmpeg -vcodec vp8 -i \\\r\n    \/path\/to\/vp8-test-vectors-r1\/vp80-00-comprehensive-${i}.ivf \\\r\n    -f framemd5 - 2> \/dev\/null\r\ndone > native.txt\r\n\r\n<strong>$<\/strong> diff -u refs.txt native.txt\r\n<\/pre>\n<p>That reveals precisely which files differ.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>FFmpeg (the ubiquitous multimedia backend library) handles VP8 decoding without any outside help<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[219],"tags":[],"class_list":["post-2575","post","type-post","status-publish","format-standard","hentry","category-vp8"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"FFmpeg (the ubiquitous multimedia backend library) handles VP8 decoding without any outside help\" \/>\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\/ffmpeg-has-a-native-vp8-decoder\/\" \/>\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=\"FFmpeg Has A Native VP8 Decoder | Breaking Eggs And Making Omelettes\" \/>\n\t\t<meta property=\"og:description\" content=\"FFmpeg (the ubiquitous multimedia backend library) handles VP8 decoding without any outside help\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/multimedia.cx\/eggs\/ffmpeg-has-a-native-vp8-decoder\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2010-06-24T04:55:20+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2010-06-24T04:57:44+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"FFmpeg Has A Native VP8 Decoder | Breaking Eggs And Making Omelettes\" \/>\n\t\t<meta name=\"twitter:description\" content=\"FFmpeg (the ubiquitous multimedia backend library) handles VP8 decoding without any outside help\" \/>\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\\\/ffmpeg-has-a-native-vp8-decoder\\\/#article\",\"name\":\"FFmpeg Has A Native VP8 Decoder | Breaking Eggs And Making Omelettes\",\"headline\":\"FFmpeg Has A Native VP8 Decoder\",\"author\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#organization\"},\"datePublished\":\"2010-06-23T21:55:20-07:00\",\"dateModified\":\"2010-06-23T21:57:44-07:00\",\"inLanguage\":\"en-US\",\"commentCount\":6,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/ffmpeg-has-a-native-vp8-decoder\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/ffmpeg-has-a-native-vp8-decoder\\\/#webpage\"},\"articleSection\":\"VP8\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/ffmpeg-has-a-native-vp8-decoder\\\/#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\\\/vp8\\\/#listItem\",\"name\":\"VP8\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/vp8\\\/#listItem\",\"position\":2,\"name\":\"VP8\",\"item\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/vp8\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/ffmpeg-has-a-native-vp8-decoder\\\/#listItem\",\"name\":\"FFmpeg Has A Native VP8 Decoder\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/ffmpeg-has-a-native-vp8-decoder\\\/#listItem\",\"position\":3,\"name\":\"FFmpeg Has A Native VP8 Decoder\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/vp8\\\/#listItem\",\"name\":\"VP8\"}}]},{\"@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\\\/ffmpeg-has-a-native-vp8-decoder\\\/#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\\\/ffmpeg-has-a-native-vp8-decoder\\\/#webpage\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/ffmpeg-has-a-native-vp8-decoder\\\/\",\"name\":\"FFmpeg Has A Native VP8 Decoder | Breaking Eggs And Making Omelettes\",\"description\":\"FFmpeg (the ubiquitous multimedia backend library) handles VP8 decoding without any outside help\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/ffmpeg-has-a-native-vp8-decoder\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\"},\"datePublished\":\"2010-06-23T21:55:20-07:00\",\"dateModified\":\"2010-06-23T21:57:44-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":"FFmpeg Has A Native VP8 Decoder | Breaking Eggs And Making Omelettes","description":"FFmpeg (the ubiquitous multimedia backend library) handles VP8 decoding without any outside help","canonical_url":"https:\/\/multimedia.cx\/eggs\/ffmpeg-has-a-native-vp8-decoder\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/multimedia.cx\/eggs\/ffmpeg-has-a-native-vp8-decoder\/#article","name":"FFmpeg Has A Native VP8 Decoder | Breaking Eggs And Making Omelettes","headline":"FFmpeg Has A Native VP8 Decoder","author":{"@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author"},"publisher":{"@id":"https:\/\/multimedia.cx\/eggs\/#organization"},"datePublished":"2010-06-23T21:55:20-07:00","dateModified":"2010-06-23T21:57:44-07:00","inLanguage":"en-US","commentCount":6,"mainEntityOfPage":{"@id":"https:\/\/multimedia.cx\/eggs\/ffmpeg-has-a-native-vp8-decoder\/#webpage"},"isPartOf":{"@id":"https:\/\/multimedia.cx\/eggs\/ffmpeg-has-a-native-vp8-decoder\/#webpage"},"articleSection":"VP8"},{"@type":"BreadcrumbList","@id":"https:\/\/multimedia.cx\/eggs\/ffmpeg-has-a-native-vp8-decoder\/#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\/vp8\/#listItem","name":"VP8"}},{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/vp8\/#listItem","position":2,"name":"VP8","item":"https:\/\/multimedia.cx\/eggs\/category\/vp8\/","nextItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/ffmpeg-has-a-native-vp8-decoder\/#listItem","name":"FFmpeg Has A Native VP8 Decoder"},"previousItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/ffmpeg-has-a-native-vp8-decoder\/#listItem","position":3,"name":"FFmpeg Has A Native VP8 Decoder","previousItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/vp8\/#listItem","name":"VP8"}}]},{"@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\/ffmpeg-has-a-native-vp8-decoder\/#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\/ffmpeg-has-a-native-vp8-decoder\/#webpage","url":"https:\/\/multimedia.cx\/eggs\/ffmpeg-has-a-native-vp8-decoder\/","name":"FFmpeg Has A Native VP8 Decoder | Breaking Eggs And Making Omelettes","description":"FFmpeg (the ubiquitous multimedia backend library) handles VP8 decoding without any outside help","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/multimedia.cx\/eggs\/#website"},"breadcrumb":{"@id":"https:\/\/multimedia.cx\/eggs\/ffmpeg-has-a-native-vp8-decoder\/#breadcrumblist"},"author":{"@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author"},"creator":{"@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author"},"datePublished":"2010-06-23T21:55:20-07:00","dateModified":"2010-06-23T21:57:44-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":"FFmpeg Has A Native VP8 Decoder | Breaking Eggs And Making Omelettes","og:description":"FFmpeg (the ubiquitous multimedia backend library) handles VP8 decoding without any outside help","og:url":"https:\/\/multimedia.cx\/eggs\/ffmpeg-has-a-native-vp8-decoder\/","article:published_time":"2010-06-24T04:55:20+00:00","article:modified_time":"2010-06-24T04:57:44+00:00","twitter:card":"summary","twitter:title":"FFmpeg Has A Native VP8 Decoder | Breaking Eggs And Making Omelettes","twitter:description":"FFmpeg (the ubiquitous multimedia backend library) handles VP8 decoding without any outside help"},"aioseo_meta_data":{"post_id":"2575","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:55:31","updated":"2025-12-31 19:30:54","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\/vp8\/\" title=\"VP8\">VP8<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tFFmpeg Has A Native VP8 Decoder\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/multimedia.cx\/eggs"},{"label":"VP8","link":"https:\/\/multimedia.cx\/eggs\/category\/vp8\/"},{"label":"FFmpeg Has A Native VP8 Decoder","link":"https:\/\/multimedia.cx\/eggs\/ffmpeg-has-a-native-vp8-decoder\/"}],"_links":{"self":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts\/2575","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=2575"}],"version-history":[{"count":10,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts\/2575\/revisions"}],"predecessor-version":[{"id":2585,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts\/2575\/revisions\/2585"}],"wp:attachment":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/media?parent=2575"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/categories?post=2575"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/tags?post=2575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}