{"id":318,"date":"2022-01-31T17:05:36","date_gmt":"2022-01-31T09:05:36","guid":{"rendered":"http:\/\/192.168.0.122:8088\/?p=318"},"modified":"2022-06-11T03:19:04","modified_gmt":"2022-06-10T19:19:04","slug":"ffmpeg%e6%ba%90%e7%a0%81%e5%88%86%e6%9e%90-transcode_init","status":"publish","type":"post","link":"https:\/\/www.xianwaizhiyin.net\/?p=318","title":{"rendered":"ffmpeg\u6e90\u7801\u5206\u6790-transcode_init"},"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>ffmpeg \u6e90\u7801\u5206\u6790\u7cfb\u5217\u4ee5\u4e00\u6761\u7b80\u5355\u7684\u547d\u4ee4\u5f00\u59cb\uff0c<code class=\"prettyprint\" >ffmpeg -i a.mp4 b.flv<\/code>\uff0c\u5206\u6790\u5176\u5185\u90e8\u903b\u8f91\u3002<\/p>\n\n\n\n<p>a.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>\u672c\u6587\u4e3b\u8981\u5206\u6790 <code class=\"prettyprint\" >transcode_init()<\/code> \u7684\u5185\u90e8\u903b\u8f91\uff0c\u6d41\u7a0b\u56fe\u5982\u4e0b\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"802\" height=\"387\" src=\".\/wp-content\/uploads\/2022\/01\/ffmpeg_c-6-1.png\" alt=\"\" class=\"wp-image-321\"\/><\/figure>\n\n\n\n<p><code class=\"prettyprint\" >transcode_init()<\/code> \u91cc\u9762 \u5168\u90fd\u662f <code>for<\/code> \u5faa\u73af\uff0c\u4e00\u5171\u6709 8 \u4e2a for \u5faa\u73af\u3002\u56e0\u4e3a\u8d34\u4ee3\u7801\u4f1a\u628a\u6587\u7ae0\u62c9\u957f\uff0c\u6240\u4ee5\u4e0b\u9762\u4f1a\u7528\u7b2c\u51e0\u4e2afor\u5faa\u73af\u6765\u8868\u8fbe\u3002<\/p>\n\n\n\n<p><code class=\"prettyprint\" >transcode_init()<\/code> \u867d\u7136\u6709\u90a3\u4e48\u591a for\uff0c\u4f46\u5b9e\u9645\u4e0a\u6709\u4e9b for \u6839\u672c\u8dd1\u4e0d\u8fdb\u53bb\uff0c\u5728 <code>ffmpeg -i a.mp4 b.flv<\/code> \u4e0b\u8dd1\u4e0d\u8fdb\u53bb\u3002\u5982\u679c\u88ab\u65e0\u5173\u7684 for \u7ed5\u8fdb\u53bb\uff0c\u4e0d\u5229\u4e8e\u521d\u5b66\u8005\u5165\u95e8\u3002<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>\u7b2c\u4e00\uff0c\u7b2c\u4e00\u4e2a for \u5faa\u73af\u4e0d\u7528\u770b\uff0c\u4e0d\u4f1a\u8dd1\u8fdb\u53bb\u3002\u7b2c\u4e00\u4e2a for \u8c8c\u4f3c\u662f\u4fee\u590d <code class=\"prettyprint\" >source_index<\/code> \u9519\u8bef\u7684\u3002\u7b2c\u4e8c\u4e2a for \u4e5f\u53ef\u4ee5\u8df3\u8fc7\u3002<\/li><li><strong>\u7b2c\u4e09\u4e2a for \u5faa\u73af\u662f\u91cd\u8981\u7684\uff0c\u56e0\u4e3a\u91cc\u9762\u8c03\u7528\u4e86 <code>init_input_stream()<\/code>\uff0c\u521d\u59cb\u5316\u8f93\u5165\u6d41\u3002<code>init_input_stream()<\/code> \u4e0b\u9762\u4f1a\u4ed4\u7ec6\u5206\u6790<\/strong><\/li><li><strong>\u7b2c\u56db\u4e2a for \u5faa\u73af\u662f\u521d\u59cb\u5316\u8f93\u51fa\u6d41\u7684\uff0c\u8c03\u7528\u4e86<code>init_output_stream()<\/code>\uff0c\u4f46\u5f88\u9057\u61be\uff0c\u8fd9\u4e2afor\u5faa\u73af\u4e5f\u662f\u6ca1\u8dd1\u8fdb\u53bb\u7684\u3002\u56e0\u4e3a <code>output_streams[i]-&gt;filter<\/code> \u662f\u6709\u503c\u7684\uff0c\u6240\u4ee5\u4f1a \u6267\u884c <code>continue<\/code>\u3002\u8f93\u51fa\u6d41\u80af\u5b9a\u662f\u8981\u521d\u59cb\u5316\u7684\uff0c\u4e0d\u8fc7\u4e0d\u5728\u8fd9\u91cc\u521d\u59cb\u5316\uff0c\u800c\u662f\u540e\u9762\u7684 <code>reap_filters()<\/code> \u624d\u4f1a\u521d\u59cb\u5316\u3002<\/strong><\/li><li>\u7b2c\u4e94\u4e2a for \u5faa\u73af\u662f\u5904\u7406 <code>program<\/code> \u7684\uff0c\u53ef\u4ee5\u8df3\u8fc7\uff0c\u4e0d\u91cd\u8981\u3002<\/li><li>\u7b2c\u516d\u4e2a for \u5faa\u73af\u662f\u5904\u7406 <code>no stream<\/code> \u7684\uff0c\u4e0d\u4f1a\u8dd1\u8fdb\u53bb\u3002<\/li><li>\u540e\u9762\u7684 for \u5faa\u73af\u90fd\u662f dump \u8c03\u8bd5\u4fe1\u606f\u3002<\/li><\/ol>\n\n\n\n<p>\u4e0b\u9762\u753b\u4e00\u4e2a <code class=\"prettyprint\" >transcode_init()<\/code> \u7684\u6d41\u7a0b\u56fe\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"619\" height=\"326\" src=\".\/wp-content\/uploads\/2022\/01\/ffmpeg_c-6-2.png\" alt=\"\" class=\"wp-image-319\"\/><\/figure>\n\n\n\n<p>\u53ef\u4ee5\u770b\u5230<code class=\"prettyprint\" >transcode_init()<\/code> \u7684\u903b\u8f91\u5b9e\u9645\u4e0a\u6781\u5176\u7b80\u5355\uff0c\u5c31\u662f\u904d\u5386\u8f93\u5165\u6d41\uff0c\u8c03 <code>init_input_stream()<\/code>\u3002\u6240\u4ee5\u53ea\u9700\u8981\u4ed4\u7ec6\u5206\u6790 <code>init_input_stream()<\/code> \u8fd9\u4e2a\u51fd\u6570\u5373\u53ef\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><code class=\"prettyprint\" >init_input_stream()<\/code> \u7684\u4ee3\u7801\u91cf\u6bd4\u8f83\u5c11\uff0c\u6211\u76f4\u63a5\u622a\u56fe\u4e00\u90e8\u5206\u91cd\u70b9\u4ee3\u7801\u51fa\u6765\u8bb2\u89e3\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"895\" height=\"762\" src=\".\/wp-content\/uploads\/2022\/01\/ffmpeg_c-6-3.png\" alt=\"\" class=\"wp-image-320\"\/><\/figure>\n\n\n\n<p>\u4e3b\u8981\u67093\u4e2a\u7ea2\u6846 \u6846\u51fa\u6765\u7684\u91cd\u70b9\u3002<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>\u5bf9\u89e3\u7801\u5668 <code class=\"prettyprint\" >get_foramt<\/code>\uff0c <code>get_buffer<\/code> \u8d4b\u503c\uff0c\u4e3b\u8981\u662f\u786c\u4ef6\u52a0\u901f\u90a3\u5757\uff0c\u5982\u679c\u547d\u4ee4\u884c\u6ca1\u4f7f\u7528\u786c\u4ef6\u52a0\u901f\uff0c\u8fd9\u51e0\u884c\u4ee3\u7801\u662f\u591a\u4f59\u3002\u786c\u4ef6\u52a0\u901f\uff0c\u6211\u73b0\u5728\u4e5f\u4e0d\u592a\u6e05\u695a\uff0c\u6b22\u8fce\u770b\u540e\u7eed\u7684\u786c\u4ef6\u52a0\u901f\u5206\u6790\u7cfb\u5217\u3002<\/li><li>\u8bbe\u7f6e \u89e3\u7801\u5668\u7684 <code>pkt_timebase<\/code>\uff0c\u6bd4\u8f83\u91cd\u8981\uff0c\u81ea\u5df1\u8c03api\u8bb0\u5f97\u7167\u6284\u3002<\/li><li>\u8c03\u7528 <code>avcodec_open2<\/code> \u6253\u5f00\u89e3\u7801\u5668\u3002<\/li><\/ol>\n\n\n\n<p>\u5176\u4ed6\u7684\u4ee3\u7801\u90fd\u662f\u4e00\u4e9b\u8d4b\u503c\uff0c\u8d4b\u503c\u7ed9<code class=\"prettyprint\" >decoder_opts<\/code>\uff0c\u8d4b\u503c\u7ed9\u89e3\u7801\u5668context\uff0c\u5df2\u7ecf\u5f88\u5bb9\u6613\u770b\u61c2\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p>\u8f6c\u7801\u521d\u59cb\u5316 <code class=\"prettyprint\" >transcode_init()<\/code> \u5206\u6790\u5b8c\u6bd5\u3002\u4e00\u53e5\u8bdd\u603b\u7ed3\uff0c <code>transcode_init()<\/code> \u5e72\u7684\u6d3b\uff0c\u5c31\u662f\u7ed9\u89e3\u7801\u5668context\u53c2\u6570\u8d4b\u503c\uff0c\u7136\u540e\u6253\u5f00\u89e3\u7801\u5668\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\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 ffmpeg \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":[5,15],"tags":[],"class_list":["post-318","post","type-post","status-publish","format-standard","hentry","category-ffmpeg","category-ffmpeg-transcode"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>ffmpeg\u6e90\u7801\u5206\u6790-transcode_init - \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=318\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ffmpeg\u6e90\u7801\u5206\u6790-transcode_init - \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 ffmpeg \u6e90\u7801\u5206\u6790\u7cfb [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xianwaizhiyin.net\/?p=318\" \/>\n<meta property=\"og:site_name\" content=\"\u5f26\u5916\u4e4b\u97f3\" \/>\n<meta property=\"article:published_time\" content=\"2022-01-31T09:05:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-10T19:19:04+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/.\/wp-content\/uploads\/2022\/01\/ffmpeg_c-6-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=\"2 \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=318#primaryimage\",\"inLanguage\":\"zh-Hans\",\"url\":\".\/wp-content\/uploads\/2022\/01\/ffmpeg_c-6-1.png\",\"contentUrl\":\".\/wp-content\/uploads\/2022\/01\/ffmpeg_c-6-1.png\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=318#webpage\",\"url\":\"https:\/\/www.xianwaizhiyin.net\/?p=318\",\"name\":\"ffmpeg\u6e90\u7801\u5206\u6790-transcode_init - \u5f26\u5916\u4e4b\u97f3\",\"isPartOf\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=318#primaryimage\"},\"datePublished\":\"2022-01-31T09:05:36+00:00\",\"dateModified\":\"2022-06-10T19:19:04+00:00\",\"author\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=318#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.xianwaizhiyin.net\/?p=318\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=318#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.xianwaizhiyin.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ffmpeg\u6e90\u7801\u5206\u6790-transcode_init\"}]},{\"@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":"ffmpeg\u6e90\u7801\u5206\u6790-transcode_init - \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=318","og_locale":"zh_CN","og_type":"article","og_title":"ffmpeg\u6e90\u7801\u5206\u6790-transcode_init - \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 ffmpeg \u6e90\u7801\u5206\u6790\u7cfb [&hellip;]","og_url":"https:\/\/www.xianwaizhiyin.net\/?p=318","og_site_name":"\u5f26\u5916\u4e4b\u97f3","article_published_time":"2022-01-31T09:05:36+00:00","article_modified_time":"2022-06-10T19:19:04+00:00","og_image":[{"url":".\/wp-content\/uploads\/2022\/01\/ffmpeg_c-6-1.png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"loken","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"2 \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=318#primaryimage","inLanguage":"zh-Hans","url":".\/wp-content\/uploads\/2022\/01\/ffmpeg_c-6-1.png","contentUrl":".\/wp-content\/uploads\/2022\/01\/ffmpeg_c-6-1.png"},{"@type":"WebPage","@id":"https:\/\/www.xianwaizhiyin.net\/?p=318#webpage","url":"https:\/\/www.xianwaizhiyin.net\/?p=318","name":"ffmpeg\u6e90\u7801\u5206\u6790-transcode_init - \u5f26\u5916\u4e4b\u97f3","isPartOf":{"@id":"https:\/\/www.xianwaizhiyin.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xianwaizhiyin.net\/?p=318#primaryimage"},"datePublished":"2022-01-31T09:05:36+00:00","dateModified":"2022-06-10T19:19:04+00:00","author":{"@id":"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3"},"breadcrumb":{"@id":"https:\/\/www.xianwaizhiyin.net\/?p=318#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xianwaizhiyin.net\/?p=318"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.xianwaizhiyin.net\/?p=318#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.xianwaizhiyin.net\/"},{"@type":"ListItem","position":2,"name":"ffmpeg\u6e90\u7801\u5206\u6790-transcode_init"}]},{"@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\/318","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=318"}],"version-history":[{"count":2,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts\/318\/revisions"}],"predecessor-version":[{"id":2698,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts\/318\/revisions\/2698"}],"wp:attachment":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=318"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=318"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=318"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}