{"id":1948,"date":"2026-08-15T03:55:04","date_gmt":"2026-08-14T22:25:04","guid":{"rendered":"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/"},"modified":"2026-08-15T03:55:04","modified_gmt":"2026-08-14T22:25:04","slug":"what-is-video-encoding","status":"publish","type":"post","link":"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/","title":{"rendered":"What Is Video Encoding? A Practical Guide"},"content":{"rendered":"<p>If you&#8217;ve ever wondered why a two-hour movie fits in a few gigabytes instead of filling an entire hard drive, the answer is video encoding. Here&#8217;s a practical rundown of what it is, why it matters, and what to consider when you&#8217;re encoding video on your own server.<\/p>\n<h2>What Is Video Encoding?<\/h2>\n<p>Raw, uncompressed video is enormous &mdash; a camera sensor recording 30 frames per second is really just capturing 30 full-resolution photos every second, which adds up to gigabytes per minute of footage. Video encoding compresses that raw stream into a much smaller file using a codec, without destroying the video&#8217;s usability.<\/p>\n<p>Most compression works by finding redundancy between frames. If two consecutive frames are nearly identical, the encoder can store the differences instead of two full frames &mdash; often shrinking file size dramatically with little visible quality loss.<\/p>\n<h2>Codecs, in Plain Terms<\/h2>\n<p>A codec (short for coder\/decoder) is the software that compresses video during encoding and decompresses it during playback. The most common codec today is H.264 &mdash; nearly every phone, browser, and streaming platform supports it. Others you&#8217;ll encounter include HEVC (H.265), VP9, and AV1, each offering different trade-offs between compression efficiency, quality, and hardware support.<\/p>\n<p>Codec is different from container format. The codec determines how the video data is compressed; the container (MP4, MOV, MKV, etc.) is the file format that wraps the compressed video, audio, and metadata together.<\/p>\n<h2>Encoding vs. Transcoding<\/h2>\n<p>The two terms get used interchangeably, but they&#8217;re not quite the same:<\/p>\n<ul>\n<li><strong>Encoding<\/strong> is compressing raw video into a usable format for the first time, or converting it to a different codec.<\/li>\n<li><strong>Transcoding<\/strong> is creating additional versions of an already-encoded video &mdash; different resolutions, bitrates, or formats &mdash; typically to serve different devices or connection speeds.<\/li>\n<\/ul>\n<p>Transcoding is always a form of encoding, but not all encoding is transcoding.<\/p>\n<h2>Quality vs. File Size: The Trade-off<\/h2>\n<p>Higher-quality video means larger files, longer uploads, and more bandwidth for anyone watching. Lower-quality video is smaller and loads faster, but looks worse. Four factors mainly drive file size for a given codec:<\/p>\n<ul>\n<li>Duration &mdash; longer video, bigger file<\/li>\n<li>Resolution &mdash; more pixels, bigger file<\/li>\n<li>Frame rate &mdash; more frames per second, bigger file<\/li>\n<li>Motion &mdash; more movement in the scene, bigger file (static shots compress much better)<\/li>\n<\/ul>\n<p>A rough guide to common resolutions:<\/p>\n<table>\n<tr>\n<th>Resolution<\/th>\n<th>Typical Bitrate<\/th>\n<th>Best For<\/th>\n<\/tr>\n<tr>\n<td>360p<\/td>\n<td>350&ndash;800 kbps<\/td>\n<td>Slow connections, smooth playback over quality<\/td>\n<\/tr>\n<tr>\n<td>720p (HD)<\/td>\n<td>1200&ndash;1900 kbps<\/td>\n<td>Good general-purpose quality<\/td>\n<\/tr>\n<tr>\n<td>1080p (Full HD)<\/td>\n<td>1900&ndash;4500 kbps<\/td>\n<td>High-quality playback where bandwidth allows<\/td>\n<\/tr>\n<tr>\n<td>4K (2160p)<\/td>\n<td>15,000+ kbps<\/td>\n<td>Maximum quality; most viewers can&#8217;t stream it reliably yet<\/td>\n<\/tr>\n<\/table>\n<h2>Why Encoding Needs Real CPU Power<\/h2>\n<p>Encoding, especially at higher resolutions or with newer codecs like HEVC\/AV1, is CPU-intensive &mdash; the encoder is running complex math on every frame to find the best possible compression. This is exactly the kind of workload that benefits from a high single-thread and multi-thread performance CPU rather than a general-purpose shared server, since encode time scales directly with available processing power.<\/p>\n<p>That&#8217;s the whole idea behind KwikServer&#8217;s <a href=\"https:\/\/kwikserver.com\/encoding-rdp.php\">Encoding RDP<\/a> &mdash; it&#8217;s built around AMD Ryzen 9 processors with high PassMark benchmarks specifically so encoding jobs that would crawl on a typical VPS finish quickly, with full admin access to run whatever encoding software you prefer.<\/p>\n<h2>A Quick Glossary<\/h2>\n<p><strong>Frame rate<\/strong> &mdash; frames displayed per second (fps); common values are 24, 25, 30, and 60. Higher frame rates render motion more smoothly; lower rates can look more &#8220;cinematic.&#8221;<\/p>\n<p><strong>Bitrate<\/strong> &mdash; how much data the video uses per second, usually in kbps or Mbps. Higher bitrate generally means better quality, but only up to the limit of the source material.<\/p>\n<p><strong>Aspect ratio<\/strong> &mdash; the proportional relationship between a video&#8217;s width and height, e.g. 16:9 for most modern screens.<\/p>\n<p><strong>Resolution<\/strong> &mdash; the pixel dimensions of the video, such as 1920&times;1080 (commonly shortened to &#8220;1080p&#8221;).<\/p>\n<p>Video encoding is what makes streaming, video calls, and fast uploads possible at all &mdash; understanding the basics makes it much easier to pick the right settings, and the right hardware, for what you&#8217;re producing.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What video encoding actually does, how codecs and transcoding differ, the quality-vs-size trade-off, and why encoding needs real CPU power.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"footnotes":"","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"","_yoast_wpseo_focuskw":"","rank_math_title":"","rank_math_description":"","rank_math_focus_keyword":""},"categories":[1],"tags":[],"class_list":["post-1948","post","type-post","status-publish","format-standard","hentry","category-blog"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"What video encoding actually does, how codecs and transcoding differ, the quality-vs-size trade-off, and why encoding needs real CPU power.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Kwik Server\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Tutorials Kwik Server -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"What Is Video Encoding? A Practical Guide - Tutorials Kwik Server\" \/>\n\t\t<meta property=\"og:description\" content=\"What video encoding actually does, how codecs and transcoding differ, the quality-vs-size trade-off, and why encoding needs real CPU power.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-14T22:25:04+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-14T22:25:04+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"What Is Video Encoding? A Practical Guide - Tutorials Kwik Server\" \/>\n\t\t<meta name=\"twitter:description\" content=\"What video encoding actually does, how codecs and transcoding differ, the quality-vs-size trade-off, and why encoding needs real CPU power.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/what-is-video-encoding\\\/#blogposting\",\"name\":\"What Is Video Encoding? A Practical Guide - Tutorials Kwik Server\",\"headline\":\"What Is Video Encoding? A Practical Guide\",\"author\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/author\\\/server2202kwik\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/#organization\"},\"datePublished\":\"2026-08-15T03:55:04+05:30\",\"dateModified\":\"2026-08-15T03:55:04+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/what-is-video-encoding\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/what-is-video-encoding\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/what-is-video-encoding\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/category\\\/blog\\\/#listItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/category\\\/blog\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/what-is-video-encoding\\\/#listItem\",\"name\":\"What Is Video Encoding? A Practical Guide\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/what-is-video-encoding\\\/#listItem\",\"position\":3,\"name\":\"What Is Video Encoding? A Practical Guide\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/#organization\",\"name\":\"Tutorials Kwik Server\",\"url\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/author\\\/server2202kwik\\\/#author\",\"url\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/author\\\/server2202kwik\\\/\",\"name\":\"Kwik Server\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/what-is-video-encoding\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b0b10492ce76cec12cc2303f4951f725e776449ce91e8fff43130c3174c94d70?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Kwik Server\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/what-is-video-encoding\\\/#webpage\",\"url\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/what-is-video-encoding\\\/\",\"name\":\"What Is Video Encoding? A Practical Guide - Tutorials Kwik Server\",\"description\":\"What video encoding actually does, how codecs and transcoding differ, the quality-vs-size trade-off, and why encoding needs real CPU power.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/what-is-video-encoding\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/author\\\/server2202kwik\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/author\\\/server2202kwik\\\/#author\"},\"datePublished\":\"2026-08-15T03:55:04+05:30\",\"dateModified\":\"2026-08-15T03:55:04+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/#website\",\"url\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/\",\"name\":\"Tutorials Kwik Server\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"What Is Video Encoding? A Practical Guide - Tutorials Kwik Server","description":"What video encoding actually does, how codecs and transcoding differ, the quality-vs-size trade-off, and why encoding needs real CPU power.","canonical_url":"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/#blogposting","name":"What Is Video Encoding? A Practical Guide - Tutorials Kwik Server","headline":"What Is Video Encoding? A Practical Guide","author":{"@id":"https:\/\/kwikserver.com\/tutorials\/author\/server2202kwik\/#author"},"publisher":{"@id":"https:\/\/kwikserver.com\/tutorials\/#organization"},"datePublished":"2026-08-15T03:55:04+05:30","dateModified":"2026-08-15T03:55:04+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/#webpage"},"isPartOf":{"@id":"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/kwikserver.com\/tutorials#listItem","position":1,"name":"Home","item":"https:\/\/kwikserver.com\/tutorials","nextItem":{"@type":"ListItem","@id":"https:\/\/kwikserver.com\/tutorials\/category\/blog\/#listItem","name":"Blog"}},{"@type":"ListItem","@id":"https:\/\/kwikserver.com\/tutorials\/category\/blog\/#listItem","position":2,"name":"Blog","item":"https:\/\/kwikserver.com\/tutorials\/category\/blog\/","nextItem":{"@type":"ListItem","@id":"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/#listItem","name":"What Is Video Encoding? A Practical Guide"},"previousItem":{"@type":"ListItem","@id":"https:\/\/kwikserver.com\/tutorials#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/#listItem","position":3,"name":"What Is Video Encoding? A Practical Guide","previousItem":{"@type":"ListItem","@id":"https:\/\/kwikserver.com\/tutorials\/category\/blog\/#listItem","name":"Blog"}}]},{"@type":"Organization","@id":"https:\/\/kwikserver.com\/tutorials\/#organization","name":"Tutorials Kwik Server","url":"https:\/\/kwikserver.com\/tutorials\/"},{"@type":"Person","@id":"https:\/\/kwikserver.com\/tutorials\/author\/server2202kwik\/#author","url":"https:\/\/kwikserver.com\/tutorials\/author\/server2202kwik\/","name":"Kwik Server","image":{"@type":"ImageObject","@id":"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/b0b10492ce76cec12cc2303f4951f725e776449ce91e8fff43130c3174c94d70?s=96&d=mm&r=g","width":96,"height":96,"caption":"Kwik Server"}},{"@type":"WebPage","@id":"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/#webpage","url":"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/","name":"What Is Video Encoding? A Practical Guide - Tutorials Kwik Server","description":"What video encoding actually does, how codecs and transcoding differ, the quality-vs-size trade-off, and why encoding needs real CPU power.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/kwikserver.com\/tutorials\/#website"},"breadcrumb":{"@id":"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/#breadcrumblist"},"author":{"@id":"https:\/\/kwikserver.com\/tutorials\/author\/server2202kwik\/#author"},"creator":{"@id":"https:\/\/kwikserver.com\/tutorials\/author\/server2202kwik\/#author"},"datePublished":"2026-08-15T03:55:04+05:30","dateModified":"2026-08-15T03:55:04+05:30"},{"@type":"WebSite","@id":"https:\/\/kwikserver.com\/tutorials\/#website","url":"https:\/\/kwikserver.com\/tutorials\/","name":"Tutorials Kwik Server","inLanguage":"en-US","publisher":{"@id":"https:\/\/kwikserver.com\/tutorials\/#organization"}}]},"og:locale":"en_US","og:site_name":"Tutorials Kwik Server -","og:type":"article","og:title":"What Is Video Encoding? A Practical Guide - Tutorials Kwik Server","og:description":"What video encoding actually does, how codecs and transcoding differ, the quality-vs-size trade-off, and why encoding needs real CPU power.","og:url":"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/","article:published_time":"2026-08-14T22:25:04+00:00","article:modified_time":"2026-08-14T22:25:04+00:00","twitter:card":"summary_large_image","twitter:title":"What Is Video Encoding? A Practical Guide - Tutorials Kwik Server","twitter:description":"What video encoding actually does, how codecs and transcoding differ, the quality-vs-size trade-off, and why encoding needs real CPU power."},"aioseo_meta_data":{"post_id":"1948","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":"default","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,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2026-08-14 23:06:49","updated":"2026-08-14 23:06:49","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/kwikserver.com\/tutorials\" 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:\/\/kwikserver.com\/tutorials\/category\/blog\/\" title=\"Blog\">Blog<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tWhat Is Video Encoding? A Practical Guide\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/kwikserver.com\/tutorials"},{"label":"Blog","link":"https:\/\/kwikserver.com\/tutorials\/category\/blog\/"},{"label":"What Is Video Encoding? A Practical Guide","link":"https:\/\/kwikserver.com\/tutorials\/what-is-video-encoding\/"}],"_links":{"self":[{"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/posts\/1948","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/comments?post=1948"}],"version-history":[{"count":0,"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/posts\/1948\/revisions"}],"wp:attachment":[{"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/media?parent=1948"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/categories?post=1948"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/tags?post=1948"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}