{"id":27290,"date":"2023-05-31T07:00:00","date_gmt":"2023-05-31T14:00:00","guid":{"rendered":"https:\/\/cloudinary.com\/blog\/?p=27290"},"modified":"2025-09-29T15:23:59","modified_gmt":"2025-09-29T22:23:59","slug":"up-your-video-game-with-cloudinary-a-tutorial","status":"publish","type":"post","link":"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial","title":{"rendered":"Up Your Video Game With Cloudinary: A Tutorial"},"content":{"rendered":"\n<p>In today\u2019s business world, e-commerce platforms are a mixed blessing. On the one hand, businesses gain access to more customers, while customers are no longer limited to the product options of the physical stores around them.<\/p>\n\n\n\n<p>But brick-and-mortar stores still have the advantage of allowing customers to interact with products before buying them. They can examine the size and other tangible qualities that images on a website can\u2019t convey.<\/p>\n\n\n\n<p>This experience is often why many consumers prefer to buy certain products in person. A <a href=\"https:\/\/www.wyzowl.com\/ecommerce-stats\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Wyzowl<\/a> report cites that the biggest concern for nearly 50% of online shoppers is that \u201cproducts won\u2019t look the same when they arrive.\u201d<\/p>\n\n\n\n<p>The best way to mitigate this concern is to use a video that shows your product in use and at all possible angles. According to Wyzowl, <a href=\"https:\/\/www.wyzowl.com\/video-marketing-statistics\/#stat-4-1\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">88% of customers<\/a> say that videos help them make purchasing decisions. But creating and serving those videos in line with modern web standards can be complex and time consuming. Cloudinary offers tools and services that you can use to optimize and deliver visual assets in the format best suited for each digital channel.<\/p>\n\n\n\n<p>This article shows you how to unleash the full potential of high-quality, immersive video on your e-commerce sites with <a href=\"https:\/\/cloudinary.com\/documentation\/video_manipulation_and_delivery\" target=\"_blank\" rel=\"noreferrer noopener\">Cloudinary\u2019s latest features<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Cloudinary Powers E-commerce Video<\/h2>\n\n\n\n<p>The process of creating and distributing product videos can be daunting. It requires various technical skills, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Constant refreshing<\/strong>. Adjust the quality of your video according to the user\u2019s device bandwidth, CPU, and network connection to deliver the best possible quality with fewer buffering interruptions.<\/li>\n\n\n\n<li><strong>Proper management of digital assets<\/strong>. Produce and manage all your video assets, such as thumbnails, external audio like voiceovers, transcripts, captions, and subtitles based on the user&#8217;s language.<\/li>\n\n\n\n<li><strong>Distribution across platforms<\/strong>. Deliver videos in the most optimized way for each type of digital channel (web, mobile, and social media).<\/li>\n<\/ul>\n\n\n\n<p>Tackling this workload manually takes considerable time and resources, which is why you need a more potent approach. Cloudinary is a cloud-based, end-to-end media management solution that makes the entire video workflow easier and faster.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">AI and Automation<\/h2>\n\n\n\n<p>Cloudinary\u2019s unique video processing and delivery capabilities help enhance your videos, and its artificial intelligence (AI) and machine learning (ML) algorithms, such as <a href=\"https:\/\/cloudinary.com\/documentation\/cloudinary_ai_background_removal_addon\" target=\"_blank\" rel=\"noreferrer noopener\">AI Background Removal<\/a> and <a href=\"https:\/\/cloudinary.com\/documentation\/imagga_auto_tagging_addon\" target=\"_blank\" rel=\"noreferrer noopener\">Imagga Auto Tagging<\/a>, can automate video management tasks.<\/p>\n\n\n\n<p>Cloudinary\u2019s AI Background Removal add-on uses various deep-learning algorithms to recognize the primary object(s) in your video, then accurately remove the background within seconds. This technology enables your videos to focus on the products and key areas you want to display.<\/p>\n\n\n\n<p>You can use this code to remove the background of an image on the fly in a Node.js application:<\/p>\n\n\n\n<p><code>cloudinary.image(\"your-image-source\", {effect: \"background_removal\"})&nbsp;<\/code><\/p>\n\n\n\n<p>This process keeps the original image intact and creates a derived version with the background removed:<\/p>\n\n\n\n<p>With <a href=\"https:\/\/cloudinary.com\/documentation\/google_automatic_video_tagging_addon\" target=\"_blank\" rel=\"noreferrer noopener\">auto tagging<\/a>, Cloudinary analyzes your media data and automatically identifies scenes, visual objects, and concepts from which it precisely suggests accurate tags. These tags improve your videos\u2019 discoverability and search engine optimization (SEO), allowing customers to find them more quickly.<\/p>\n\n\n\n<p>Instead of combing through each video to come up with the right tags, use this code to handle tagging automatically:<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-1\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code class=\"hljs language-javascript shcb-wrap-lines\">cloudinary.v2.uploader\n.upload(<span class=\"hljs-string\">\"turtle.mp4\"<\/span>,\u00a0\n\u00a0\u00a0{ <span class=\"hljs-attr\">resource_type<\/span>: <span class=\"hljs-string\">\"video\"<\/span>,\u00a0\n\u00a0\u00a0\u00a0\u00a0<span class=\"hljs-attr\">categorization<\/span>: <span class=\"hljs-string\">\"google_video_tagging\"<\/span> })\n.then(<span class=\"hljs-function\"><span class=\"hljs-params\">result<\/span>=&gt;<\/span><span class=\"hljs-built_in\">console<\/span>.log(result));<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-1\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p>Other noteworthy AI and automation capabilities include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/cloudinary.com\/documentation\/google_ai_video_transcription_addon\"><strong>Google AI Video Transcription add-on<\/strong><\/a>. Automatically generates speech-to-text transcripts for your videos.<\/li>\n\n\n\n<li><a href=\"https:\/\/cloudinary.com\/documentation\/translation_addons\"><strong>Google Translation add-on<\/strong><\/a>. Translate your generated video tags and transcripts into any <a href=\"https:\/\/cloud.google.com\/translate\/docs\/languages\" target=\"_blank\" rel=\"noreferrer noopener\">supported language<\/a>.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Responsive Media in Any Format<\/h2>\n\n\n\n<p>You need to consider your website\u2019s performance when serving media assets like videos on your e-commerce store. Media assets usually have the greatest impact on your site\u2019s load time, speed, and performance.<\/p>\n\n\n\n<p>Videos are much more demanding than images because of their larger file size and the resources they need to run on the web. So you need to deliver videos in the most optimized format possible.<\/p>\n\n\n\n<p>Relying on browser-side resizing (using HTML or CSS for responsive scaling when delivering full-size videos) forces users to download unnecessary resources.<\/p>\n\n\n\n<p>Cloudinary provides features that enable further media optimization, like <a href=\"https:\/\/cloudinary.com\/documentation\/video_resizing_and_cropping\" target=\"_blank\" rel=\"noreferrer noopener\">delivering videos responsively<\/a>. Cloudinary\u2019s <a href=\"https:\/\/cloudinary.com\/documentation\/transformation_reference#c_crop_resize\" target=\"_blank\" rel=\"noreferrer noopener\">video cropping and resizing transformations<\/a> allow you to apply various changes to your videos on the server side, such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Dynamically adjusting the size (width and height) of the video.<\/li>\n\n\n\n<li>Scaling or downscaling the aspect ratio.<\/li>\n\n\n\n<li>Cropping out foreground objects to bring the main objects into focus.<\/li>\n<\/ul>\n\n\n\n<p>These transformations enable you to deliver videos in the dimensions best suited for customers, regardless of device size.<\/p>\n\n\n\n<p>For example, the code below crops this video to a square aspect ratio while keeping the ship the main focus throughout:<\/p>\n\n\n\n<p><br><code>cloudinary.video(\"ship\", {aspect_ratio: \"1:1\", gravity: \"auto\", width: 300, crop: \"fill\"})<\/code><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img width=\"300\" height=\"300\" data-public-id=\"ship\/ship.gif\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/w_300,h_300,c_fill,g_auto\/f_auto,q_auto\/v1678151941\/ship\/ship.gif?_i=AA\" alt=\"\" class=\"wp-post-27290 wp-image-27291\" data-format=\"gif\" data-transformations=\"f_auto,q_auto\" data-version=\"1678151941\" data-seo=\"1\" \/><\/figure>\n\n\n\n<p>Employing this AI-powered automation downscales your video, improves your site\u2019s performance, and creates a smooth transition across viewports, delivering a high-quality video experience for your customers.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img width=\"600\" height=\"338\" data-public-id=\"002\/002.gif\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/w_600,h_338,c_scale\/f_auto,q_auto\/v1678152043\/002\/002.gif?_i=AA\" alt=\"\" class=\"wp-post-27290 wp-image-27292\" data-format=\"gif\" data-transformations=\"f_auto,q_auto\" data-version=\"1678152043\" data-seo=\"1\" \/><\/figure>\n\n\n\n<p>This flexibility means less work for you while ensuring that your media looks perfect regardless of the device or display type.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Personal Touch<\/h2>\n\n\n\n<p>Wyzowl predicts that <a href=\"https:\/\/www.wyzowl.com\/video-marketing-statistics\/#stat-1-1\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">91% of businesses<\/a> will use video as a marketing strategy in 2023. With so much content available, the competition for a viewer\u2019s attention is fiercer than ever. If you want to stand out, you need to have an edge. Personalizing videos can give you that edge.<\/p>\n\n\n\n<p>Personalized videos are tailored for each viewer by using data collected about them. For example, consider a Facebook advertisement for a clothing store that refers to customers by name and recommends outfits based on their shopping history.<\/p>\n\n\n\n<p>Customers want to interact with brands that recognize and connect with them for who they are. Personalizing videos lets viewers connect with products and brands and encourage them to take action.<\/p>\n\n\n\n<p>Cloudinary\u2019s video player has many customization capabilities that bring in-store experiences and branding to life. Let\u2019s go over two of the big ones.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Interactive Product Zoom<\/h3>\n\n\n\n<p>Cloudinary\u2019s <a href=\"https:\/\/cloudinary.com\/documentation\/video_player_interactive_videos#video_zoom\" target=\"_blank\" rel=\"noreferrer noopener\">video zoom<\/a> feature enables viewers to closely inspect and explore products from all possible angles and accurately make purchasing decisions.<\/p>\n\n\n\n<p>The <a href=\"https:\/\/codesandbox.io\/s\/video-player-interactive-video-react-blog-n7kftv\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">code sandbox<\/a> provides the complete code required to implement interactive videos with the video zoom functionality.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Interactive Overlays<\/h3>\n\n\n\n<p>Cloudinary allows you to transform videos by adding <a href=\"https:\/\/cloudinary.com\/documentation\/video_layers\" target=\"_blank\" rel=\"noreferrer noopener\">overlays<\/a> to incorporate what you know about the viewer. These overlays can include media assets such as brand logos, informative text, or links.&nbsp;<\/p>\n\n\n\n<p>Some examples include an overlay on a clothing e-commerce store that can show clothes based on the current weather and temperature or one that thanks a customer by name at the end of a video. Overlays can also add information or links that allow customers to purchase the product in the video.<\/p>\n\n\n\n<p>Overlays also protect your company against unlawful usage of your video content and make it easier for viewers to identify your brand whenever they come across it. Watermarking videos with your logo or other identifying information deters other e-commerce stores from using the videos without permission.&nbsp;<\/p>\n\n\n\n<p>For example, the gif below shows a video overlaid with the company\u2019s logo, reinforcing the brand without detracting from the video content:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img width=\"600\" height=\"338\" data-public-id=\"003\/003.gif\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/w_600,h_338,c_scale\/f_auto,q_auto\/v1678208514\/003\/003.gif?_i=AA\" alt=\"\" class=\"wp-post-27290 wp-image-27293\" data-format=\"gif\" data-transformations=\"f_auto,q_auto\" data-version=\"1678208514\" data-seo=\"1\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Stay in Step with the Times<\/h2>\n\n\n\n<p>In the competitive world of e-commerce, video is quickly becoming a necessity. If you want to stay afloat, the sooner you adopt it, the better.<\/p>\n\n\n\n<p>Cloudinary allows you to streamline and automate video creation and delivery on your e-commerce stores. With Cloudinary, you can add background removal, auto-tagging, <a href=\"https:\/\/cloudinary.com\/guides\/video\/how-can-you-use-responsive-video\">responsive video<\/a> sizing\/cropping, interactive product zoom, and interactive overlays to your videos.<\/p>\n\n\n\n<p>Try out <a href=\"https:\/\/www.cloudinary.com\/signup\" target=\"_blank\" rel=\"noreferrer noopener\">Cloudinary for free<\/a> today to produce effective and scalable e-commerce videos.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In today\u2019s business world, e-commerce platforms are a mixed blessing. On the one hand, businesses gain access to more customers, while customers are no longer limited to the product options of the physical stores around them. But brick-and-mortar stores still have the advantage of allowing customers to interact with products before buying them. They can [&hellip;]<\/p>\n","protected":false},"author":54,"featured_media":29378,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_cloudinary_featured_overwrite":false,"footnotes":""},"categories":[1],"tags":[303,305],"class_list":["post-27290","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-video","tag-video-api"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.6 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Up Your Video Game With Cloudinary: A Tutorial<\/title>\n<meta name=\"description\" content=\"Automate video creation and delivery to your website and applications by using Cloudinary.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Up Your Video Game With Cloudinary: A Tutorial\" \/>\n<meta property=\"og:description\" content=\"Automate video creation and delivery to your website and applications by using Cloudinary.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial\" \/>\n<meta property=\"og:site_name\" content=\"Cloudinary Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-31T14:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-29T22:23:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1685048802\/Blog-video-guide\/Blog-video-guide.jpg?_i=AA\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1100\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial#article\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"Up Your Video Game With Cloudinary: A Tutorial\",\"datePublished\":\"2023-05-31T14:00:00+00:00\",\"dateModified\":\"2025-09-29T22:23:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial\"},\"wordCount\":1231,\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1685048802\/Blog-video-guide\/Blog-video-guide.jpg?_i=AA\",\"keywords\":[\"Video\",\"Video API\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2023\",\"copyrightHolder\":{\"@id\":\"https:\/\/cloudinary.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial\",\"url\":\"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial\",\"name\":\"Up Your Video Game With Cloudinary: A Tutorial\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1685048802\/Blog-video-guide\/Blog-video-guide.jpg?_i=AA\",\"datePublished\":\"2023-05-31T14:00:00+00:00\",\"dateModified\":\"2025-09-29T22:23:59+00:00\",\"description\":\"Automate video creation and delivery to your website and applications by using Cloudinary.\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial#primaryimage\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1685048802\/Blog-video-guide\/Blog-video-guide.jpg?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1685048802\/Blog-video-guide\/Blog-video-guide.jpg?_i=AA\",\"width\":2000,\"height\":1100},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudinary.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Up Your Video Game With Cloudinary: A Tutorial\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"name\":\"Cloudinary Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cloudinary.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\",\"name\":\"Cloudinary Blog\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"width\":312,\"height\":60,\"caption\":\"Cloudinary Blog\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Up Your Video Game With Cloudinary: A Tutorial","description":"Automate video creation and delivery to your website and applications by using Cloudinary.","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:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial","og_locale":"en_US","og_type":"article","og_title":"Up Your Video Game With Cloudinary: A Tutorial","og_description":"Automate video creation and delivery to your website and applications by using Cloudinary.","og_url":"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial","og_site_name":"Cloudinary Blog","article_published_time":"2023-05-31T14:00:00+00:00","article_modified_time":"2025-09-29T22:23:59+00:00","og_image":[{"width":2000,"height":1100,"url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1685048802\/Blog-video-guide\/Blog-video-guide.jpg?_i=AA","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial#article","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial"},"author":{"name":"","@id":""},"headline":"Up Your Video Game With Cloudinary: A Tutorial","datePublished":"2023-05-31T14:00:00+00:00","dateModified":"2025-09-29T22:23:59+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial"},"wordCount":1231,"publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1685048802\/Blog-video-guide\/Blog-video-guide.jpg?_i=AA","keywords":["Video","Video API"],"inLanguage":"en-US","copyrightYear":"2023","copyrightHolder":{"@id":"https:\/\/cloudinary.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial","url":"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial","name":"Up Your Video Game With Cloudinary: A Tutorial","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial#primaryimage"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1685048802\/Blog-video-guide\/Blog-video-guide.jpg?_i=AA","datePublished":"2023-05-31T14:00:00+00:00","dateModified":"2025-09-29T22:23:59+00:00","description":"Automate video creation and delivery to your website and applications by using Cloudinary.","breadcrumb":{"@id":"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial#primaryimage","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1685048802\/Blog-video-guide\/Blog-video-guide.jpg?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1685048802\/Blog-video-guide\/Blog-video-guide.jpg?_i=AA","width":2000,"height":1100},{"@type":"BreadcrumbList","@id":"https:\/\/cloudinary.com\/blog\/up-your-video-game-with-cloudinary-a-tutorial#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudinary.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Up Your Video Game With Cloudinary: A Tutorial"}]},{"@type":"WebSite","@id":"https:\/\/cloudinary.com\/blog\/#website","url":"https:\/\/cloudinary.com\/blog\/","name":"Cloudinary Blog","description":"","publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudinary.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudinary.com\/blog\/#organization","name":"Cloudinary Blog","url":"https:\/\/cloudinary.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","width":312,"height":60,"caption":"Cloudinary Blog"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":""}]}},"jetpack_featured_media_url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1685048802\/Blog-video-guide\/Blog-video-guide.jpg?_i=AA","_links":{"self":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/27290","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/users\/54"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/comments?post=27290"}],"version-history":[{"count":5,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/27290\/revisions"}],"predecessor-version":[{"id":38653,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/27290\/revisions\/38653"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media\/29378"}],"wp:attachment":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media?parent=27290"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/categories?post=27290"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/tags?post=27290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}