{"id":21806,"date":"2018-10-17T07:45:55","date_gmt":"2018-10-17T07:45:55","guid":{"rendered":"http:\/\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them"},"modified":"2023-07-07T14:25:36","modified_gmt":"2023-07-07T21:25:36","slug":"top_10_mistakes_in_handling_website_videos_and_how_to_solve_them","status":"publish","type":"post","link":"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them","title":{"rendered":"Top 10 Mistakes in Handling Website Videos and How to Solve Them"},"content":{"rendered":"<div class=\"wp-block-cloudinary-markdown \"><p>As discussed in this <a href=\"https:\/\/speedcurve.com\/blog\/web-performance-page-bloat\/\">SpeedCurve blog post<\/a>, video use on the Internet over the past decade has been exploding.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cloudinary-res.cloudinary.com\/image\/upload\/w_700,c_fill,f_auto,q_auto\/dpr_2.0\/Average-Website-Weight-over-Time.png\" alt=\"Average Website Weight over Time\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"1400\" height=\"1113\"\/><\/p>\n<p>Accompanying that growth is additional bandwidth, which is burdensome for your IT budget and for your visitors. Beyond the expense, you must also consider user experience. The heavier the page, the longer it takes to load, and the greater the likelihood that visitors will abandon your site. Plus, page-load speed is an important factor in SEO ranking.<\/p>\n<p>In light of all that, video is clearly something to take seriously and get right. However, <a href=\"https:\/\/cloudinary.com\/video_api\">transcoding video<\/a> is challenging, complete with nomenclature that are unfamiliar to developers, like codecs, bitrate, and adaptive bitrate streaming. No wonder that mistakes abound in presenting videos on the web.<\/p>\n<h2>Ten Common Video Issues<\/h2>\n<p>Cloudinary effectively resolves many common video issues. In case you are not yet on our platform, check out the 10 day-to-day video-related challenges below and the resolutions we offer.<\/p>\n<h3>1. Wrong resolution<\/h3>\n<p>Probably the most common error in delivering videos is that they are presented at too high a resolution. As with images, it\u2019s a waste of bandwidth to deliver more pixels than the browser can render and rely on browser-side resizing.<\/p>\n<p>Encoding video is time-consuming, however, and efficient tools are few and far between.  Typically, developers would just reference a video in a <code>&lt;video&gt;<\/code> tag on the page, period. Take the example below from the Yahoo! homepage. The container for the video is 215 pixels wide yet the video itself is 1,080 pixels wide. What a waste!<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cloudinary-res.cloudinary.com\/image\/upload\/w_700,c_fill,f_auto,q_auto\/dpr_2.0\/Yahoo_Video.png\" alt=\"Yahoo! video\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"1400\" height=\"328\"\/><\/p>\n<p>Encoding videos at the proper size on the server can save a tremendous amount of bandwidth because each additional pixel sent to the browser that it can\u2019t render results in wasted bytes. The result would look the same either way.<\/p>\n<h3>2. Wrong video codec<\/h3>\n<p>Similar to #1 above, developers unfamiliar with video would just post it on the page. Oftentimes, that approach results in an unoptimized codec, wasting bytes again.<\/p>\n<p>Instead, think of codecs as you would image formats. Depending on whether it\u2019s a JPEG, PNG, GIF, or TIFF file, an online image would have vastly different weights even though, regardless of the file format, it would look nearly the same.<\/p>\n<p>Video codecs are similar so be sure that you\u2019re using the right tool for the job. The old H.264 video-codec standard, created specifically for the web, is supported by all browsers. Therefore, at the very least, encode your web videos as H.264.<\/p>\n<h3>3. Too high a video bitrate<\/h3>\n<p>A <a href=\"https:\/\/cloudinary.com\/glossary\/bitrate\">bitrate<\/a> is the number of bits it takes to encode one second of video. To calculate a bitrate, multiply the total number of pixels in a frame by the number of <a href=\"https:\/\/cloudinary.com\/glossary\/video-frame-rates\">frames per second<\/a> and then multiply the result by the number bytes per pixel. Just like the quality setting for images, too high a setting would result in a heavy file with no perceived difference in visual fidelity.<\/p>\n<p>Here\u2019s what to do: since your bitrate is a function of the resolution, pinpoint the resolution you need and then find the bitrate multiplier that results in the visual fidelity you desire. Afterwards, repurpose that multiplier when encoding at different resolutions. Better yet, automate that task on Cloudinary.<\/p>\n<h3>4. No adaptive bitrate streaming<\/h3>\n<p>Have you noticed lately the quality change\u2014occasional grainy and choppy instead of crisp and smooth video\u2014in Netflix and YouTube? If so, you have witnessed <a href=\"https:\/\/cloudinary.com\/blog\/plug_and_play_adaptive_bitrate_streaming_with_hls_and_mpeg_dash\">adaptive bitrate streaming<\/a> in action. That\u2019s the practice of encoding a video at multiple bitrates or resolutions and letting the video player determine the most appropriate one for visitors according to their screen size and bandwidth availability. Instead of buffering or downloading a video that\u2019s too large for the display, visitors get the right resolution or bitrate, which the player would adapt if network conditions change midstream.<\/p>\n<p>This approach is not necessary for short videos of less than 20 seconds or so. Adopt it for longer form videos only.<\/p>\n<h3>5. No modern video codecs<\/h3>\n<p>Codecs that are more modern and efficient than H.264 are available, such as VP9 and H.265, which are <a href=\"https:\/\/headjack.io\/blog\/hevc-vp9-vp10-dalaa-thor-netvc-future-video-codecs\/\">30\u201350 percent more efficient<\/a>. So, to  optimize your site performance, do consider them as an encoding alternative. This scenario is analogous to the WebP, JPEG 2000, and JPEG XR image formats, which are more efficient than the old standby, JPG, but not universally supported. Gratifyingly, it\u2019s easy to take advantage of those modern codecs with no need to add conditional logic to figure out which one to present to which visitor. More details in #6 below.<\/p>\n<h3>6. No multiple codec options<\/h3>\n<p>A previous Cloudinary post shows you how to <a href=\"https:\/\/cloudinary.com\/blog\/optimizing_video_with_cloudinary_and_the_html5_video_player_part_1\">optimize video by choosing the correct codec<\/a>. The cool thing about the HTML5 video player is that you can specify multiple video options and it\u2019ll then play the first one it knows how to play. That makes it simple to present multiple codecs and let the browser pick the most efficient one to play.<\/p>\n<p>Do opt for multiple codec options to optimize user experience and economize your budget.<\/p>\n<h3>7. Wrong bitrate for the content<\/h3>\n<p>Have you come across an action scene or football game with choppy content? That happens when the bitrate is set too low to account for all the movements in the scene. A way in which codecs compress video content is to <a href=\"https:\/\/en.wikipedia.org\/wiki\/Video_compression_picture_types\">share pixel information across frames<\/a>. In action scenes, where things are moving around a lot, there exists hardly any common information across frames. In those cases, consider reducing the video resolution while maintaining a higher-than-usual bitrate.<\/p>\n<p>On the flip side, a high bitrate is likely not required for boring scenes, such as movies like <em>Driving Miss Daisy<\/em>, even at higher resolutions. You stand to realize additional savings by encoding video content like that at a lower-than-usual bitrate.<\/p>\n<h3>8. No muting of autoplaying videos<\/h3>\n<p>Modern browsers do <strong>not<\/strong> autoplay video unless they are <a href=\"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them\">muted<\/a>. Even though Chrome released the muting requirement in April 2018, video banners are still sitting static out there today. So, for hero-background videos or those that you want to play automatically upon page load, add the <code>muted<\/code> attribute to the video tag, like this:<\/p>\n<pre class=\"js-syntax-highlighted\"><code>&lt;video autoplay muted&gt;\n...\n&lt;\/video&gt;\n<\/code><\/pre>\n<p>Also, to ensure that your video autoplay on mobile devices, add the <code>playsinline<\/code> attribute:<\/p>\n<pre class=\"js-syntax-highlighted\"><code>&lt;video autoplay muted playsinline&gt;\n...\n&lt;\/video&gt;\n<\/code><\/pre>\n<h3>9. Heavy video player instead of the HTML5 video player<\/h3>\n<p>Specialized video players require download by users. Those players are plugins with impressive capabilities, such as support for adaptive bitrate streaming and 360 video, analytics events, clickable hotspots, and others.<\/p>\n<p>For hero-background videos or small short-form video clips, however, specialized video players are overkill and completely unnecessary, resulting in wasted bandwidth because of the download requirement. The HTML5 video player is actually feature-rich enough that it can serve the needs of most video content on the web. For details, see this <a href=\"https:\/\/cloudinary.com\/blog\/how_to_get_the_most_from_the_html5_video_player\">Cloudinary post<\/a>.<\/p>\n<p>For those times when you do need a specialized video player, Cloudinary offers a <a href=\"https:\/\/cloudinary.com\/documentation\/cloudinary_video_player\">free, open-source one<\/a> based on Video.js you are encouraged to use.<\/p>\n<h3>10. Animated GIFs instead of video<\/h3>\n<p>Animated GIFs, which are short, often funny, video clips that add context still images cannot, are captivating. GIF is an amazing format\u2014in fact, it\u2019s the very first web-friendly image format. However, it\u2019s aging and hasn\u2019t kept up with the times: the last update was <a href=\"https:\/\/en.wikipedia.org\/wiki\/GIF\">30 years ago<\/a>. Also, GIFs can be extremely large, several megabytes for a small clip.<\/p>\n<p>The solution?  <a href=\"https:\/\/cloudinary.com\/blog\/reduce_size_of_animated_gifs_automatically_convert_to_webm_and_mp4\">Convert animated GIFs to video<\/a>. Modern video codecs aptly serve as web-friendly, bandwidth-efficient alternatives for presenting moving pictures. As much as we salute and revere the GIF format, we\u2019d be doing a disservice to ourselves and our site visitors by continuing to use it in the face of better alternatives.<\/p>\n<p><strong>GIF (2.83MB)<\/strong><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cloudinary-res.cloudinary.com\/image\/upload\/v1539804666\/office-chair-race-young-guy.gif\" alt=\"Office chair race. Young guys have fun in the office during a break. Games of businessmen from large offices. Men celebrate a successful deal and throwing up papers.\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"400\" height=\"225\"\/><\/p>\n<p><strong>Video (51 KB)<\/strong><\/p>\n<video playsinline autoplay muted loop style=\"margin: 0 auto;display: block\">\n<!--   <source src=\"https:\/\/cloudinary-res.cloudinary.com\/image\/upload\/w_400,vc_h265\/office-chair-race-young-guy.mp4\" type=\"video\/mp4; codecs=hevc\" \/>\n   <source src=\"https:\/\/cloudinary-res.cloudinary.com\/image\/upload\/w_400,vc_vp9\/office-chair-race-young-guy.webm\" type=\"video\/webm; codecs=vp9\" \/>\n-->\n   <source src=\"https:\/\/cloudinary-res.cloudinary.com\/image\/upload\/w_400,vc_auto\/office-chair-race-young-guy.mp4\" type=\"video\/mp4\" \/> \n<\/video>\n<h2>Final Words<\/h2>\n<p>You\u2019ve now learned the most common video-related issues on the web, which we encounter daily at Cloudinary, and the ways to resolve them.<\/p>\n<p>Cloudinary can dynamically transform all uploaded videos to any size, format, codec, and quality, enabling you to easily test the various settings and identify those that best fit your website and user expectations. We deliver videos from a fast content delivery network (CDN) with the correct cache settings, employing every best practice in the book. Finally, Cloudinary\u2019s cloud-based, <a href=\"https:\/\/demo.cloudinary.com\/video-player\/\">dynamic video-player capabilities<\/a> are a perfect fit for responsive design for over-the-top (OTT) services.<\/p>\n<p>Furthermore, Cloudinary efficiently manages your video and image uploads and cloud-based storage. It\u2019s <a href=\"https:\/\/cloudinary.com\/users\/register\/free\">free to sign up<\/a>. Do check it out and let us know what you think.<\/p>\n<hr \/>\n<h2>Additional References<\/h2>\n<ul>\n<li>\n<a href=\"https:\/\/cloudinary.com\/blog\/top_10_tips_for_making_cloudinary_work_well_for_you\">Top 10 Tips for Making Cloudinary Work Well for You<\/a>\n<\/li>\n<li>\n<a href=\"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_images_and_how_to_solve_them\">Top 10 Mistakes in Handling Website Images and How to Solve Them<\/a>\n<\/li>\n<li>\n<a href=\"https:\/\/cloudinary.com\/blog\/best_practices_for_the_mobile_world\">Best Practices for the Mobile World<\/a>\n<\/li>\n<\/ul>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":41,"featured_media":21807,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_cloudinary_featured_overwrite":false,"footnotes":""},"categories":[1],"tags":[25,145,303,305,306,310,311,304],"class_list":["post-21806","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-asset-management","tag-html5","tag-video","tag-video-api","tag-video-codec","tag-video-player","tag-video-transcoding","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>Ten Website Video Mistakes and How to Solve Them<\/title>\n<meta name=\"description\" content=\"Discover the 10 top challenges for handling videos on the web and how to tackle them to achieve faster performance and shorten load times.\" \/>\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\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Top 10 Mistakes in Handling Website Videos and How to Solve Them\" \/>\n<meta property=\"og:description\" content=\"Discover the 10 top challenges for handling videos on the web and how to tackle them to achieve faster performance and shorten load times.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them\" \/>\n<meta property=\"og:site_name\" content=\"Cloudinary Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-10-17T07:45:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-07T21:25:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/v1649725518\/Web_Assets\/blog\/10-Website-Video-Mistakes_21807656a0\/10-Website-Video-Mistakes_21807656a0-jpg?_i=AA\" \/>\n\t<meta property=\"og:image:width\" content=\"1540\" \/>\n\t<meta property=\"og:image:height\" content=\"847\" \/>\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\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them#article\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"Top 10 Mistakes in Handling Website Videos and How to Solve Them\",\"datePublished\":\"2018-10-17T07:45:55+00:00\",\"dateModified\":\"2023-07-07T21:25:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them\"},\"wordCount\":11,\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649725518\/Web_Assets\/blog\/10-Website-Video-Mistakes_21807656a0\/10-Website-Video-Mistakes_21807656a0.jpg?_i=AA\",\"keywords\":[\"Asset Management\",\"HTML5\",\"Video\",\"Video API\",\"Video Codec\",\"Video Player\",\"Video Transcoding\",\"Video Transformation\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2018\",\"copyrightHolder\":{\"@id\":\"https:\/\/cloudinary.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them\",\"url\":\"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them\",\"name\":\"Ten Website Video Mistakes and How to Solve Them\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649725518\/Web_Assets\/blog\/10-Website-Video-Mistakes_21807656a0\/10-Website-Video-Mistakes_21807656a0.jpg?_i=AA\",\"datePublished\":\"2018-10-17T07:45:55+00:00\",\"dateModified\":\"2023-07-07T21:25:36+00:00\",\"description\":\"Discover the 10 top challenges for handling videos on the web and how to tackle them to achieve faster performance and shorten load times.\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them#primaryimage\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649725518\/Web_Assets\/blog\/10-Website-Video-Mistakes_21807656a0\/10-Website-Video-Mistakes_21807656a0.jpg?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649725518\/Web_Assets\/blog\/10-Website-Video-Mistakes_21807656a0\/10-Website-Video-Mistakes_21807656a0.jpg?_i=AA\",\"width\":1540,\"height\":847},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudinary.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Top 10 Mistakes in Handling Website Videos and How to Solve Them\"}]},{\"@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":"Ten Website Video Mistakes and How to Solve Them","description":"Discover the 10 top challenges for handling videos on the web and how to tackle them to achieve faster performance and shorten load times.","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\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them","og_locale":"en_US","og_type":"article","og_title":"Top 10 Mistakes in Handling Website Videos and How to Solve Them","og_description":"Discover the 10 top challenges for handling videos on the web and how to tackle them to achieve faster performance and shorten load times.","og_url":"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them","og_site_name":"Cloudinary Blog","article_published_time":"2018-10-17T07:45:55+00:00","article_modified_time":"2023-07-07T21:25:36+00:00","og_image":[{"width":1540,"height":847,"url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/v1649725518\/Web_Assets\/blog\/10-Website-Video-Mistakes_21807656a0\/10-Website-Video-Mistakes_21807656a0-jpg?_i=AA","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them#article","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them"},"author":{"name":"","@id":""},"headline":"Top 10 Mistakes in Handling Website Videos and How to Solve Them","datePublished":"2018-10-17T07:45:55+00:00","dateModified":"2023-07-07T21:25:36+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them"},"wordCount":11,"publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649725518\/Web_Assets\/blog\/10-Website-Video-Mistakes_21807656a0\/10-Website-Video-Mistakes_21807656a0.jpg?_i=AA","keywords":["Asset Management","HTML5","Video","Video API","Video Codec","Video Player","Video Transcoding","Video Transformation"],"inLanguage":"en-US","copyrightYear":"2018","copyrightHolder":{"@id":"https:\/\/cloudinary.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them","url":"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them","name":"Ten Website Video Mistakes and How to Solve Them","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them#primaryimage"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649725518\/Web_Assets\/blog\/10-Website-Video-Mistakes_21807656a0\/10-Website-Video-Mistakes_21807656a0.jpg?_i=AA","datePublished":"2018-10-17T07:45:55+00:00","dateModified":"2023-07-07T21:25:36+00:00","description":"Discover the 10 top challenges for handling videos on the web and how to tackle them to achieve faster performance and shorten load times.","breadcrumb":{"@id":"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them#primaryimage","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649725518\/Web_Assets\/blog\/10-Website-Video-Mistakes_21807656a0\/10-Website-Video-Mistakes_21807656a0.jpg?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649725518\/Web_Assets\/blog\/10-Website-Video-Mistakes_21807656a0\/10-Website-Video-Mistakes_21807656a0.jpg?_i=AA","width":1540,"height":847},{"@type":"BreadcrumbList","@id":"https:\/\/cloudinary.com\/blog\/top_10_mistakes_in_handling_website_videos_and_how_to_solve_them#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudinary.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Top 10 Mistakes in Handling Website Videos and How to Solve Them"}]},{"@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\/v1649725518\/Web_Assets\/blog\/10-Website-Video-Mistakes_21807656a0\/10-Website-Video-Mistakes_21807656a0.jpg?_i=AA","_links":{"self":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/21806","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\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/comments?post=21806"}],"version-history":[{"count":6,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/21806\/revisions"}],"predecessor-version":[{"id":30166,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/21806\/revisions\/30166"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media\/21807"}],"wp:attachment":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media?parent=21806"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/categories?post=21806"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/tags?post=21806"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}