{"id":471,"date":"2022-01-31T19:01:16","date_gmt":"2022-01-31T11:01:16","guid":{"rendered":"http:\/\/192.168.0.122:8088\/?p=471"},"modified":"2022-06-11T03:06:15","modified_gmt":"2022-06-10T19:06:15","slug":"ffplay%e6%ba%90%e7%a0%81%e5%88%86%e6%9e%90-video_thread","status":"publish","type":"post","link":"https:\/\/www.xianwaizhiyin.net\/?p=471","title":{"rendered":"FFplay\u6e90\u7801\u5206\u6790-video_thread"},"content":{"rendered":"\n<p>\u672c\u7cfb\u5217 \u4ee5 ffmpeg4.2 \u6e90\u7801\u4e3a\u51c6\uff0c\u4e0b\u8f7d\u5730\u5740\uff1a\u94fe\u63a5\uff1a<a href=\"https:\/\/pan.baidu.com\/s\/1VpUvpLhew-nuq4Dns80mOw\">\u767e\u5ea6\u7f51\u76d8<\/a> \u63d0\u53d6\u7801\uff1ag3k8<\/p>\n\n\n\n<p>FFplay \u6e90\u7801\u5206\u6790\u7cfb\u5217\u4ee5\u4e00\u6761\u7b80\u5355\u7684\u547d\u4ee4\u5f00\u59cb\uff0c<code class=\"prettyprint\" >ffplay -i a.mp4<\/code>\u3002a.mp4\u4e0b\u8f7d\u94fe\u63a5\uff1a<a href=\"https:\/\/pan.baidu.com\/s\/1RN1xRsQDGx65MGyB_T1IzA\">\u767e\u5ea6\u7f51\u76d8<\/a>\uff0c\u63d0\u53d6\u7801\uff1anl0s \u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p>\u4e0a\u4e00\u7bc7\u6587\u7ae0\u5df2\u7ecf\u8bb2\u89e3\u5b8c\u4e86 audio_thread() \u97f3\u9891\u89e3\u7801\u7ebf\u7a0b\u7684\u903b\u8f91\uff0c\u8fd9\u7bc7\u6587\u7ae0\u4e3b\u8981\u8bb2\u89e3 video_thread()\uff0c\u89c6\u9891\u89e3\u7801\u7ebf\u7a0b\u7684\u5185\u90e8\u903b\u8f91\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"732\" height=\"852\" src=\".\/wp-content\/uploads\/2022\/01\/ffplay-7-1.png\" alt=\"\" class=\"wp-image-472\"\/><\/figure>\n\n\n\n<p><strong>\u77e5\u8bc6\u70b9\uff1a<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>audio_thread \u97f3\u9891\u89e3\u7801\u7ebf\u7a0b\u83b7\u53d6 frame \u7528\u7684\u662f decoder_decode_frame() \u51fd\u6570\u3002\u800c video_thread \u89c6\u9891\u89e3\u7801\u7ebf\u7a0b\u83b7\u53d6 frame \u7528\u7684\u662f get_video_frame() \uff0cget_video_frame() \u662f\u5bf9 decoder_decode_frame() \u7684\u4e00\u4e2a\u5c01\u88c5\u3002\u8fd9\u6837\u505a\u662f\u56e0\u4e3a\u89c6\u9891\u5411\u97f3\u9891\u540c\u6b65\u7684\u65f6\u5019\uff0c\u9700\u8981\u4e22\u5e27\uff0c\u53ea\u80fd\u5728get_video_frame()\u91cc\u9762\u4e22\u5e27\uff0c\u800c\u97f3\u9891\u5411\u89c6\u9891\u540c\u6b65\u7684\u65f6\u5019\uff0c\u662f\u4e0d\u80fd\u4e22\u5e27\uff0c\u53ea\u80fd\u62c9\u957f\u6216\u7f29\u77ed\u97f3\u9891\u64ad\u653e\u65f6\u95f4\uff0c\u5177\u4f53\u540e\u7eed\u518d\u8bb2\u3002<\/li><li>configure_video_filtees() \u51fd\u6570\u672c\u6587\u4e0d\u4f1a\u4ed4\u7ec6\u8bb2\u89e3\uff0c\u56e0\u4e3a \u547d\u4ee4\u884c\u6ca1\u6709\u4f7f\u7528 <strong>-vf<\/strong>\uff0c\u6682\u65f6\u53ea\u9700\u8981\u77e5\u9053 VFrame \u4f1a\u7ecf\u8fc7 in_video_filter\uff0c\u7136\u540e\u4ece out_video_filter \u51fa\u6765\u5c31\u884c\uff0c\u56e0\u4e3a\u662f\u7a7a\u7684 filter_graph\uff0c\u6240\u4ee5AVFrame\u662f\u6ca1\u53d8\u5316\u7684\u3002<\/li><\/ul>\n\n\n\n<p>\u8fd8\u6709\u4e00\u4e2a\u6bd4\u8f83\u91cd\u8981\u7684\u77e5\u8bc6\u70b9\u9700\u8981\u63d0\u53ca\u4e00\u4e0b\uff0c\u8bf7\u770b\u4ee5\u4e0b\u4ee3\u7801\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"prettyprint\" >ffplay.c 2186\u884c\nret = av_buffersrc_add_frame(filt_in, frame);\n...\u7701\u7565\u4ee3\u7801...\nwhile (ret &gt;= 0) {\n    is-&gt;frame_last_returned_time = av_gettime_relative() \/ 1000000.0;\n    ...\u7701\u7565\u4ee3\u7801...\n    ret = av_buffersink_get_frame_flags(filt_out, frame, 0);\n    \/\/\n    is-&gt;frame_last_filter_delay = av_gettime_relative() \/ 1000000.0 - is-&gt;frame_last_returned_time;\n    ...\u7701\u7565\u4ee3\u7801...\n}\n\n<\/code><\/pre>\n\n\n\n<p>is->frame_last_returned_time \u662f\u4e3a\u4e86\u8ba1\u7b97frame\u7ecf\u8fc7filter\u8f6c\u6362\u82b1\u4e86\u591a\u5c11\u65f6\u95f4\uff0c\u4e3a\u4ec0\u4e48\u8981\u8ba1\u7b97\u8fd9\u4e2a\u503c\uff0c\u662f\u56e0\u4e3a\u97f3\u89c6\u9891\u540c\u6b65\u7684\u65f6\u5019\u9700\u8981\u8003\u8651 \u7ecf\u8fc7 filter \u8f6c\u6362\u7684\u65f6\u95f4\uff0c\u4ece\u961f\u5217\u91cc\u9762\u62ff\u5230\u89c6\u9891Frame\uff0c\u5e76\u4e0d\u662f\u7acb\u9a6c\u5c31\u7ed9SDL\u64ad\u653e\u7684\u3002\u5982\u679c\u547d\u4ee4\u884c\u6307\u5b9a\u4e86 <strong>-vf<\/strong>\uff0c\u4e2d\u95f4\u4f1a\u6709\u4e00\u4e2afilter\u8f6c\u6362\u7684\u65f6\u95f4\u5dee\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>google_ads_content<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p>ffplay \u63d2\u5165FrameQueue\u961f\u5217\u7684\u51fd\u6570\u6709\u4e24\u4e2a\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>frame_queue_peek_writable() \uff0c\u4ece\u961f\u5217\u6570\u7ec4\u9009\u51fa\u4e00\u4e2a \u53ef\u4ee5\u5199\u7684struct Frame\u3002<\/li><li>frame_queue_push()\uff0c\u504f\u79fb \u5199\u7d22\u5f15 windex\uff0c\u589e\u52a0size\u3002<\/li><\/ul>\n\n\n\n<p>\u53ef\u4ee5\u770b\u5230\uff0c\u961f\u5217\u662f\u7531\u4e24\u4e2a\u51fd\u6570\u6765\u5b8c\u6210\u7684\uff0c\u7b2c\u4e00\u4e2a\u51fd\u6570frame_queue_peek_writable() \u53ea\u662f\u53d6\u4e86Frame\uff0c\u5e76\u6ca1\u6709\u504f\u79fb\u5199\u7d22\u5f15\uff0c\u504f\u79fb\u662f\u7531frame_queue_push()\u5b8c\u6210\u3002<\/p>\n\n\n\n<p>\u8fd8\u6709\u4e00\u4e2a\u6ce8\u610f\u7684\u70b9\u662f\uff0cvideo_thread() \u63d2\u5165Frame\u961f\u5217\uff0c\u7528\u7684\u662f queue_picture()\uff0c\u5bf9 frame_queue_peek_writable \u8ddf frame_queue_push \u505a\u4e86\u4e00\u5c42\u5c01\u88c5\u3002<\/p>\n\n\n\n<p>\u800c audio_thread() \u63d2\u5165Frame\u961f\u5217 \u662f\u76f4\u63a5\u8c03\u4e0a\u9762\u4e24\u4e2a\u51fd\u6570\u5b9e\u73b0\u7684\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p>ffplay \u6e90\u7801\u5206\u6790\uff0cvideo_thread() \u89e3\u7801\u7ebf\u7a0b\u5206\u6790\u5b8c\u6bd5\u3002<\/p>\n\n\n\n<p>\u00a9\u7248\u6743\u6240\u5c5e\uff1a\u77e5\u8bc6\u661f\u7403\uff1a\u5f26\u5916\u4e4b\u97f3\uff0cQQ\uff1a2338195090\u3002<\/p>\n\n\n\n<p>\u7531\u4e8e\u7b14\u8005\u7684\u6c34\u5e73\u6709\u9650\uff0c \u52a0\u4e4b\u7f16\u5199\u7684\u540c\u65f6\u8fd8\u8981\u53c2\u4e0e\u5f00\u53d1\u5de5\u4f5c\uff0c\u6587\u4e2d\u96be\u514d\u4f1a\u51fa\u73b0\u4e00\u4e9b\u9519\u8bef\u6216\u8005\u4e0d\u51c6\u786e\u7684\u5730\u65b9\uff0c\u6073\u8bf7\u8bfb\u8005\u6279\u8bc4\u6307\u6b63\u3002\u5982\u679c\u8bfb\u8005\u6709\u4efb\u4f55\u5b9d\u8d35\u610f\u89c1\uff0c\u53ef\u4ee5\u52a0\u6211\u5fae\u4fe1 Loken1\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u672c\u7cfb\u5217 \u4ee5 ffmpeg4.2 \u6e90\u7801\u4e3a\u51c6\uff0c\u4e0b\u8f7d\u5730\u5740\uff1a\u94fe\u63a5\uff1a\u767e\u5ea6\u7f51\u76d8 \u63d0\u53d6\u7801\uff1ag3k8 FFplay \u6e90\u7801\u5206\u6790\u7cfb [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-471","post","type-post","status-publish","format-standard","hentry","category-ffplay"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>FFplay\u6e90\u7801\u5206\u6790-video_thread - \u5f26\u5916\u4e4b\u97f3<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.xianwaizhiyin.net\/?p=471\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FFplay\u6e90\u7801\u5206\u6790-video_thread - \u5f26\u5916\u4e4b\u97f3\" \/>\n<meta property=\"og:description\" content=\"\u672c\u7cfb\u5217 \u4ee5 ffmpeg4.2 \u6e90\u7801\u4e3a\u51c6\uff0c\u4e0b\u8f7d\u5730\u5740\uff1a\u94fe\u63a5\uff1a\u767e\u5ea6\u7f51\u76d8 \u63d0\u53d6\u7801\uff1ag3k8 FFplay \u6e90\u7801\u5206\u6790\u7cfb [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xianwaizhiyin.net\/?p=471\" \/>\n<meta property=\"og:site_name\" content=\"\u5f26\u5916\u4e4b\u97f3\" \/>\n<meta property=\"article:published_time\" content=\"2022-01-31T11:01:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-10T19:06:15+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/.\/wp-content\/uploads\/2022\/01\/ffplay-7-1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"loken\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#website\",\"url\":\"https:\/\/www.xianwaizhiyin.net\/\",\"name\":\"\u5f26\u5916\u4e4b\u97f3\",\"description\":\"FFmpeg\u3001WebRTC\uff0cSRS \u97f3\u89c6\u9891\u3001\u6d41\u5a92\u4f53\u6280\u672f\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.xianwaizhiyin.net\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=471#primaryimage\",\"inLanguage\":\"zh-Hans\",\"url\":\".\/wp-content\/uploads\/2022\/01\/ffplay-7-1.png\",\"contentUrl\":\".\/wp-content\/uploads\/2022\/01\/ffplay-7-1.png\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=471#webpage\",\"url\":\"https:\/\/www.xianwaizhiyin.net\/?p=471\",\"name\":\"FFplay\u6e90\u7801\u5206\u6790-video_thread - \u5f26\u5916\u4e4b\u97f3\",\"isPartOf\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=471#primaryimage\"},\"datePublished\":\"2022-01-31T11:01:16+00:00\",\"dateModified\":\"2022-06-10T19:06:15+00:00\",\"author\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=471#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.xianwaizhiyin.net\/?p=471\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=471#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.xianwaizhiyin.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FFplay\u6e90\u7801\u5206\u6790-video_thread\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3\",\"name\":\"loken\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#personlogo\",\"inLanguage\":\"zh-Hans\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g\",\"caption\":\"loken\"},\"sameAs\":[\"https:\/\/www.xianwaizhiyin.net\/\"],\"url\":\"https:\/\/www.xianwaizhiyin.net\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FFplay\u6e90\u7801\u5206\u6790-video_thread - \u5f26\u5916\u4e4b\u97f3","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.xianwaizhiyin.net\/?p=471","og_locale":"zh_CN","og_type":"article","og_title":"FFplay\u6e90\u7801\u5206\u6790-video_thread - \u5f26\u5916\u4e4b\u97f3","og_description":"\u672c\u7cfb\u5217 \u4ee5 ffmpeg4.2 \u6e90\u7801\u4e3a\u51c6\uff0c\u4e0b\u8f7d\u5730\u5740\uff1a\u94fe\u63a5\uff1a\u767e\u5ea6\u7f51\u76d8 \u63d0\u53d6\u7801\uff1ag3k8 FFplay \u6e90\u7801\u5206\u6790\u7cfb [&hellip;]","og_url":"https:\/\/www.xianwaizhiyin.net\/?p=471","og_site_name":"\u5f26\u5916\u4e4b\u97f3","article_published_time":"2022-01-31T11:01:16+00:00","article_modified_time":"2022-06-10T19:06:15+00:00","og_image":[{"url":".\/wp-content\/uploads\/2022\/01\/ffplay-7-1.png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"loken","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.xianwaizhiyin.net\/#website","url":"https:\/\/www.xianwaizhiyin.net\/","name":"\u5f26\u5916\u4e4b\u97f3","description":"FFmpeg\u3001WebRTC\uff0cSRS \u97f3\u89c6\u9891\u3001\u6d41\u5a92\u4f53\u6280\u672f","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.xianwaizhiyin.net\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":"ImageObject","@id":"https:\/\/www.xianwaizhiyin.net\/?p=471#primaryimage","inLanguage":"zh-Hans","url":".\/wp-content\/uploads\/2022\/01\/ffplay-7-1.png","contentUrl":".\/wp-content\/uploads\/2022\/01\/ffplay-7-1.png"},{"@type":"WebPage","@id":"https:\/\/www.xianwaizhiyin.net\/?p=471#webpage","url":"https:\/\/www.xianwaizhiyin.net\/?p=471","name":"FFplay\u6e90\u7801\u5206\u6790-video_thread - \u5f26\u5916\u4e4b\u97f3","isPartOf":{"@id":"https:\/\/www.xianwaizhiyin.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xianwaizhiyin.net\/?p=471#primaryimage"},"datePublished":"2022-01-31T11:01:16+00:00","dateModified":"2022-06-10T19:06:15+00:00","author":{"@id":"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3"},"breadcrumb":{"@id":"https:\/\/www.xianwaizhiyin.net\/?p=471#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xianwaizhiyin.net\/?p=471"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.xianwaizhiyin.net\/?p=471#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.xianwaizhiyin.net\/"},{"@type":"ListItem","position":2,"name":"FFplay\u6e90\u7801\u5206\u6790-video_thread"}]},{"@type":"Person","@id":"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3","name":"loken","image":{"@type":"ImageObject","@id":"https:\/\/www.xianwaizhiyin.net\/#personlogo","inLanguage":"zh-Hans","url":"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g","caption":"loken"},"sameAs":["https:\/\/www.xianwaizhiyin.net\/"],"url":"https:\/\/www.xianwaizhiyin.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts\/471","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=471"}],"version-history":[{"count":2,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts\/471\/revisions"}],"predecessor-version":[{"id":2673,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts\/471\/revisions\/2673"}],"wp:attachment":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=471"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=471"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=471"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}