{"id":25579,"date":"2022-11-03T08:30:00","date_gmt":"2022-11-03T15:30:00","guid":{"rendered":"https:\/\/cloudinary.com\/blog\/?p=25579"},"modified":"2025-03-30T13:23:36","modified_gmt":"2025-03-30T20:23:36","slug":"8-video-transformations-developers-can-make-with-one-line-of-code","status":"publish","type":"post","link":"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code","title":{"rendered":"8 Video Transformations Developers Can Make With One Line of Code"},"content":{"rendered":"<div class=\"wp-block-cloudinary-markdown \"><p>It\u2019s 2022. Developers are blessed with a plethora of resources to build websites, apps, and services. You can\u2019t be left out!<\/p>\n<p>In this article, I\u2019ll show you how to make video transformations without spending time and brain power architecting video transformation services from scratch.<\/p>\n<p>In one line of code via URL manipulation, you can make the following transformation to your videos.<\/p>\n<\/div>\n\n<div class='c-callout  c-callout--inline-title c-callout--note'><strong class='c-callout__title'>Note:<\/strong> <p>In these examples, I use a media service called <a href=\"https:\/\/cloudinary.com\">Cloudinary<\/a> for all the transformations. <a href=\"https:\/\/cloudinary.com\/users\/register\/free\">Sign up for free<\/a>, upload and store your videos.<\/p>\n<\/div>\n\n\n<p>Your videos have to be uploaded to have these transformations work on them seamlessly.<\/p>\n\n\n<div class=\"wp-block-cloudinary-markdown \"><h2>1. Flip Videos<\/h2>\n<p>You can flip a video to any angle you desire with the parameter <strong>a_X<\/strong> where <strong>X<\/strong> stands for the following:<\/p>\n<p><strong>angle (a_)<\/strong> rotates or flips an asset by the specified number of degrees or automatically according to its orientation or available metadata.<\/p>\n<ul>\n<li>A positive integer value which rotates a video clockwise OR<\/li>\n<li>A negative integer value which rotates a video anticlockwise.<\/li>\n<\/ul>\n<p><strong>Code:<\/strong>\n<code>https:\/\/res.cloudinary.com\/demo\/video\/upload\/a_58\/dog.mp4<\/code><\/p>\n<p><strong>Video:<\/strong>\n<a href=\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/a_58\/dog.mp4\">https:\/\/res.cloudinary.com\/demo\/video\/upload\/a_58\/dog.mp4<\/a><\/p>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">2. Add a Blurred View Of Your Video as The Background<\/h2>\n\n\n\n<p>You might have seen a few videos like this:<br><img decoding=\"async\" src=\"https:\/\/dev-to-uploads.s3.amazonaws.com\/uploads\/articles\/7pzceg6mtwrltvcyybef.png\" alt=\"Image description\"><\/p>\n\n\n\n<p>You can make it happen like so:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Start with the original Video: <a href=\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/h-video.mp4\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/res.cloudinary.com\/demo\/video\/upload\/h-video.mp4<\/a><\/li>\n\n\n\n<li>Add a padding, height, and width to the URL like so:<\/li>\n<\/ul>\n\n\n\n<p><em><code>c_pad, h_720, w_128<\/code><\/em><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler\"><div class=\"wp-block-embed__wrapper\">\n<div style=\"width: 640px;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement('video');<\/script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-25579-1\" width=\"640\" height=\"360\" preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/c_pad,h_720,w_1280\/h-video.mp4?_=1\" \/><a href=\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/c_pad,h_720,w_1280\/h-video.mp4\">https:\/\/res.cloudinary.com\/demo\/video\/upload\/c_pad,h_720,w_1280\/h-video.mp4<\/a><\/video><\/div>\n<\/div><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Now, add background blur property like so:<\/li>\n<\/ul>\n\n\n\n<p><em><code>b_blurred:1000<\/code><\/em><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler\"><div class=\"wp-block-embed__wrapper\">\n<div style=\"width: 640px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-25579-2\" width=\"640\" height=\"360\" preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/b_blurred:1000,c_pad,h_720,w_1280\/h-video.mp4?_=2\" \/><a href=\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/b_blurred:1000,c_pad,h_720,w_1280\/h-video.mp4\">https:\/\/res.cloudinary.com\/demo\/video\/upload\/b_blurred:1000,c_pad,h_720,w_1280\/h-video.mp4<\/a><\/video><\/div>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">3. Add a Video Watermark as an overlay to another Video<\/h2>\n\n\n\n<p>You can make it happen like so:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Start with the original video: <a href=\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/celenarae.mp4\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/res.cloudinary.com\/demo\/video\/upload\/celenarae.mp4<\/a><\/li>\n\n\n\n<li>Layer another Video on top of it like so: <em>l_video:asltranslation<\/em><\/li>\n<\/ul>\n\n\n\n<p><strong>asltranslation<\/strong> is the public id of the video, while <strong>l_video<\/strong> is the parameter for layering a video.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler\"><div class=\"wp-block-embed__wrapper\">\n<div style=\"width: 640px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-25579-3\" width=\"640\" height=\"360\" preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/l_video:asltranslation\/celenarae.mp4?_=3\" \/><a href=\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/l_video:asltranslation\/celenarae.mp4\">https:\/\/res.cloudinary.com\/demo\/video\/upload\/l_video:asltranslation\/celenarae.mp4<\/a><\/video><\/div>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">4. Add an Image to A Video<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The Image: <a href=\"https:\/\/res.cloudinary.com\/cdemo\/image\/upload\/_mmm\/washyourhands.png\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/res.cloudinary.com\/cdemo\/image\/upload\/_mmm\/washyourhands.png<\/a><\/li>\n\n\n\n<li>The Video: <a href=\"https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/_mmm\/washhands.mp4\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/_mmm\/washhands.mp4<\/a><\/li>\n<\/ul>\n\n\n\n<p>You can merge an existing image to a video by using the following combination of parameters:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>overlay (l:)<\/strong> to specify the name of an uploaded image.<\/li>\n\n\n\n<li><strong>splice flag (fl_splice)<\/strong> to indicate that the image should be concatenated on to the container video and not added as an overlay.<\/li>\n\n\n\n<li><strong>duration parameter (du)<\/strong> to specify the amount of time in seconds to display the image.<\/li>\n\n\n\n<li><strong>start_offset<\/strong> set to 0 (so_0) to concatenate the image at the beginning of the video instead of at the end.<\/li>\n\n\n\n<li><strong>layer_apply<\/strong> (fl_layer_apply) to indicate that the above parameters are applied to the image (with the overlay parameter) and not the base video.<\/li>\n<\/ul>\n\n\n\n<p>Now, check this out: <\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler\"><div class=\"wp-block-embed__wrapper\">\n<div style=\"width: 640px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-25579-4\" width=\"640\" height=\"360\" preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/w_500,h_400\/w_500,h_400,l__mmm:washyourhands,fl_splice,du_5\/so_0,fl_layer_apply\/_mmm\/washhands.mp4?_=4\" \/><a href=\"https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/w_500,h_400\/w_500,h_400,l__mmm:washyourhands,fl_splice,du_5\/so_0,fl_layer_apply\/_mmm\/washhands.mp4\">https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/w_500,h_400\/w_500,h_400,l__mmm:washyourhands,fl_splice,du_5\/so_0,fl_layer_apply\/_mmm\/washhands.mp4<\/a><\/video><\/div>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">5. Generate a Short Movie Scene From A Video<\/h2>\n\n\n\n<p><strong>Video:<\/strong> <a href=\"https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/_mmm\/geng.mp4\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/_mmm\/geng.mp4<\/a><\/p>\n\n\n\n<p>You can produce a short movie scene from a video by applying the following combination of transformation parameters:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>l_text:<\/strong> Adds a text overlay to an image or video.<\/li>\n<\/ul>\n\n\n\n<p>You can adjust the dimensions and position of the overlay with the <strong>w(width)<\/strong>,<strong>h(height)<\/strong>, <strong>x, y (x &amp; y coordinates)<\/strong> and <strong>g(gravity)<\/strong> parameters with the overlay transformation.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>start_offset<\/strong> set to 2 (so_2) to concatenate the text overlay from 2 seconds into the video instead of at the end.<\/li>\n\n\n\n<li><strong>end_offset<\/strong> set to 5 (eo_5) specifies the last second to include in a video.<\/li>\n\n\n\n<li><strong>e_fade<\/strong> fades into, or out of, an animated GIF or video. You can chain fade effects to both fade into and out of the media.<\/li>\n<\/ul>\n\n\n\n<p><strong>Check out the new transformed video:<\/strong> <a href=\"https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/l_text:arial_60:Geng%20Of%20The%20Most%20High,g_north,y_80,so_2,eo_5\/e_fade:2500\/e_fade:-5000\/_mmm\/geng.mp4\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/l_text:arial_60:Geng%20Of%20The%20Most%20High,g_north,y_80,so_2,eo_5\/e_fade:2500\/e_fade:-5000\/_mmm\/geng.mp4<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">6. Generate an Excerpt From A Video<\/h2>\n\n\n\n<p><strong>Original Video:<\/strong> <a href=\"https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/_mmm\/nademdeyrushus.mp4\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/_mmm\/nademdeyrushus.mp4<\/a><\/p>\n\n\n\n<p>You can produce an excerpt from this video by applying the following combination of transformation parameters:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>start_offset<\/strong> set to 9.5(so_9.5) to start the video.<\/li>\n\n\n\n<li><strong>end_offset<\/strong> set to 13(eo_13) specifies the last second to include in a video.<\/li>\n<\/ul>\n\n\n\n<p><strong>Check out the generated excerpt:<\/strong> <\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler\"><div class=\"wp-block-embed__wrapper\">\n<div style=\"width: 640px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-25579-5\" width=\"640\" height=\"360\" preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/so_9.5,eo_13\/_mmm\/nademdeyrushus.mp4?_=5\" \/><a href=\"https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/so_9.5,eo_13\/_mmm\/nademdeyrushus.mp4\">https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/so_9.5,eo_13\/_mmm\/nademdeyrushus.mp4<\/a><\/video><\/div>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">7. Add Audio (Music) to Video<\/h2>\n\n\n\n<p><strong>Original Video:<\/strong> <a href=\"https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/_mmm\/pushup.mp4\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/_mmm\/pushup.mp4<\/a><\/p>\n\n\n\n<p><strong>The Audio to add:<\/strong> <a href=\"https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/_mmm\/mafo.mp3\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/_mmm\/mafo.mp3<\/a><\/p>\n\n\n\n<p>You can add audio to this video by applying the following combination of transformation parameters:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>l_video<\/strong> to overlay the audio on our original video.<\/li>\n<\/ul>\n\n\n\n<p>You&#8217;re probably wondering why it&#8217;s not <strong>l_audio<\/strong>. Well, Cloudinary&#8217;s <strong>l_video<\/strong> parameter allows to overlay either audio or video.<\/p>\n\n\n\n<p><strong>Check out the new video with audio added:<\/strong><br><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler\"><div class=\"wp-block-embed__wrapper\">\n<div style=\"width: 640px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-25579-6\" width=\"640\" height=\"360\" preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/l_video:_mmm:mafo\/_mmm\/pushup.mp4?_=6\" \/><a href=\"https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/l_video:_mmm:mafo\/_mmm\/pushup.mp4\">https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/l_video:_mmm:mafo\/_mmm\/pushup.mp4<\/a><\/video><\/div>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">8. Generate Boomerang from a Video<\/h2>\n\n\n\n<p>A boomerang video is a short video clip that plays forwards and then backwards. You can find this filter on Instagram, Snapchat, Tiktok and the likes.<\/p>\n\n\n\n<p><strong>Original Video:<\/strong> <a href=\"https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/_mmm\/secondflight.mp4\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/_mmm\/secondflight.mp4<\/a><\/p>\n\n\n\n<p>You can turn this video into a boomerang by applying the <strong>e_boomerang<\/strong> transformation parameter like so:<\/p>\n\n\n\n<p><strong>Boomerang Video:<\/strong> <\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler\"><div class=\"wp-block-embed__wrapper\">\n<div style=\"width: 640px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-25579-7\" width=\"640\" height=\"360\" preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/e_boomerang\/_mmm\/secondflight.mp4?_=7\" \/><a href=\"https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/e_boomerang\/_mmm\/secondflight.mp4\">https:\/\/res.cloudinary.com\/cdemo\/video\/upload\/e_boomerang\/_mmm\/secondflight.mp4<\/a><\/video><\/div>\n<\/div><\/figure>\n\n\n\n<p>You can combine other transformations make it an enhanced video. Check out more info about <a href=\"https:\/\/cloudinary.com\/documentation\/video_effects_and_enhancements#boomerang\" target=\"_blank\" rel=\"noreferrer noopener\">boomerang transformation here<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">SDK Integrations<\/h2>\n\n\n\n<p>There are <a href=\"https:\/\/cloudinary.com\/documentation\/cloudinary_sdks\" target=\"_blank\" rel=\"noreferrer noopener\">different SDKs<\/a> for integrating Cloudinary in your codebase. It&#8217;s instant, easy to integrate and ships with amazing fluent interfaces.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Cloudinary provides a lot of transformation effects and more for media files.<\/p>\n\n\n\n<p>With Cloudinary, you can automate your entire image-management lifecycle, from <a href=\"https:\/\/cloudinary.com\/documentation\/image_transformations\" target=\"_blank\" rel=\"noreferrer noopener\">upload and transformation<\/a> to <a href=\"https:\/\/cloudinary.com\/documentation\/image_delivery_options\" target=\"_blank\" rel=\"noreferrer noopener\">optimization and delivery<\/a>. The platform also features numerous capabilities for editing and managing videos.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Your videos have to be uploaded to have these transformations work on them seamlessly. 2. Add a Blurred View Of Your Video as The Background You might have seen a few videos like this: You can make it happen like so: c_pad, h_720, w_128 b_blurred:1000 3. Add a Video Watermark as an overlay to another [&hellip;]<\/p>\n","protected":false},"author":54,"featured_media":25624,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_cloudinary_featured_overwrite":false,"footnotes":""},"categories":[1],"tags":[303,304],"class_list":["post-25579","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-video","tag-video-transformation"],"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>8 Video Transformations Developers Can Make With One Line Of Code<\/title>\n<meta name=\"description\" content=\"Make video transformations in one line of code through URL manipulation with 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\/8-video-transformations-developers-can-make-with-one-line-of-code\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"8 Video Transformations Developers Can Make With One Line of Code\" \/>\n<meta property=\"og:description\" content=\"Make video transformations in one line of code through URL manipulation with Cloudinary.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code\" \/>\n<meta property=\"og:site_name\" content=\"Cloudinary Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-03T15:30:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-30T20:23:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/v1667418699\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform-png?_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\/png\" \/>\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\/8-video-transformations-developers-can-make-with-one-line-of-code#article\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"8 Video Transformations Developers Can Make With One Line of Code\",\"datePublished\":\"2022-11-03T15:30:00+00:00\",\"dateModified\":\"2025-03-30T20:23:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code\"},\"wordCount\":854,\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1667418699\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform.png?_i=AA\",\"keywords\":[\"Video\",\"Video Transformation\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2022\",\"copyrightHolder\":{\"@id\":\"https:\/\/cloudinary.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code\",\"url\":\"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code\",\"name\":\"8 Video Transformations Developers Can Make With One Line Of Code\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1667418699\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform.png?_i=AA\",\"datePublished\":\"2022-11-03T15:30:00+00:00\",\"dateModified\":\"2025-03-30T20:23:36+00:00\",\"description\":\"Make video transformations in one line of code through URL manipulation with Cloudinary.\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code#primaryimage\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1667418699\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform.png?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1667418699\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform.png?_i=AA\",\"width\":2000,\"height\":1100},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudinary.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"8 Video Transformations Developers Can Make With One Line of Code\"}]},{\"@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":"8 Video Transformations Developers Can Make With One Line Of Code","description":"Make video transformations in one line of code through URL manipulation with 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\/8-video-transformations-developers-can-make-with-one-line-of-code","og_locale":"en_US","og_type":"article","og_title":"8 Video Transformations Developers Can Make With One Line of Code","og_description":"Make video transformations in one line of code through URL manipulation with Cloudinary.","og_url":"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code","og_site_name":"Cloudinary Blog","article_published_time":"2022-11-03T15:30:00+00:00","article_modified_time":"2025-03-30T20:23:36+00:00","og_image":[{"width":2000,"height":1100,"url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/v1667418699\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform-png?_i=AA","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code#article","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code"},"author":{"name":"","@id":""},"headline":"8 Video Transformations Developers Can Make With One Line of Code","datePublished":"2022-11-03T15:30:00+00:00","dateModified":"2025-03-30T20:23:36+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code"},"wordCount":854,"publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1667418699\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform.png?_i=AA","keywords":["Video","Video Transformation"],"inLanguage":"en-US","copyrightYear":"2022","copyrightHolder":{"@id":"https:\/\/cloudinary.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code","url":"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code","name":"8 Video Transformations Developers Can Make With One Line Of Code","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code#primaryimage"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1667418699\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform.png?_i=AA","datePublished":"2022-11-03T15:30:00+00:00","dateModified":"2025-03-30T20:23:36+00:00","description":"Make video transformations in one line of code through URL manipulation with Cloudinary.","breadcrumb":{"@id":"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code#primaryimage","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1667418699\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform.png?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1667418699\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform.png?_i=AA","width":2000,"height":1100},{"@type":"BreadcrumbList","@id":"https:\/\/cloudinary.com\/blog\/8-video-transformations-developers-can-make-with-one-line-of-code#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudinary.com\/blog\/"},{"@type":"ListItem","position":2,"name":"8 Video Transformations Developers Can Make With One Line of Code"}]},{"@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\/v1667418699\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform\/Cld_Blog_FeatImg_Nov2k22_8ways-1line-video-transform.png?_i=AA","_links":{"self":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/25579","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=25579"}],"version-history":[{"count":21,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/25579\/revisions"}],"predecessor-version":[{"id":37326,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/25579\/revisions\/37326"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media\/25624"}],"wp:attachment":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media?parent=25579"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/categories?post=25579"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/tags?post=25579"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}