> For the complete documentation index, see [llms.txt](https://cloudinary.gitbook.io/build-a-mini-netflix-clone-with-vue/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cloudinary.gitbook.io/build-a-mini-netflix-clone-with-vue/media-delivery-and-transformation.md).

# Media Delivery and Transformation

The toughest content to manage on the Web is media, not text. Media comprise of almost anything that is not text: images, videos, PDFs, icons, audio, and so forth. You must pay attention to many related issues, such as size, latency, the upload process, the best delivery method, and manipulation on the fly.

Cloudinary is a SaaS company that offers solutions for efficiently and effectively uploading, manipulating, and delivering media content to the Web for both mobile and desktop apps.

![Cloudinary](https://res.cloudinary.com/cloudinary/image/upload/c_scale,w_1000/v1/logo/for_white_bg/cloudinary_logo_for_white_bg.png)

In addition, Cloudinary's full-featured, HTML5-based video player enables fast embedding of videos on your site and their subsequent delivery.

This simple demo shows you how to deliver a movie trailer on a Cloudinary server to a Web browser.
