{"id":99353,"date":"2026-06-05T19:58:35","date_gmt":"2026-06-05T16:58:35","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/mccinema\/"},"modified":"2026-06-05T19:58:35","modified_gmt":"2026-06-05T16:58:35","slug":"mccinema","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/mccinema\/","title":{"rendered":"MCCinema"},"content":{"rendered":"<p>Paper plugin to play back video (and audio) in-game without the use of clientside mods. <\/p>\n<p>## Features<br \/>\n* Play local MP4\/MKV\/AVI\/WEBM files or download videos directly from YouTube (optional)<br \/>\n* Automatic resource pack generation and hosting for synchronized audio playback<br \/>\n* True 1080p or even 4K playback with efficient tile-based rendering<br \/>\n  * Only limit is the server and player bandwidth.<br \/>\n* Improved bandwidth usage. Down to 8 MB\/s for a really large (2176&#215;896) screen.<br \/>\n* Significantly improved visual quality<br \/>\n  * Floyd-Steinberg, Stucki or Atkinson dithering with temporal noise reduction<br \/>\n* Full playback controls: pause, resume, seek, and skip<br \/>\n  * Audio is sliced into seamless chunks to work around Minecraft&#8217;s audio limitations<br \/>\n* Various compression techniques are used to reduce bandwidth usage as much as possible by only updating whats actually needed<br \/>\n  * Selective updating, downsampling, dirty region detection and more<\/p>\n<p>## Basic usage<br \/>\n_All commands have helpful tab-completion available_<br \/>\n1) Use `\/mcc create <screen id> <aspect ratio> [x] [y]` while looking at the lower left corner to create a screen<br \/>\n   * Tip: Make sure your screen is evenly lit, e.g. using light blocks.<br \/>\n2) Place your video `.mp4` files in `\/plugins\/MCCinema\/videos\/`<br \/>\n3) Use `\/mcc play <screen id> <video>` to start playback. Optionally include the `&#8211;audio <chunk size>` parameter to play with audio.<br \/>\n   * For audio, this plugin will use mcpacks.dev for Resourcepack hosting by default.<br \/>\n   * Alternatively, it can automatically host a resourcepack server if audio is enabled. On some hosts this may fail.<br \/>\n   * To allow for resuming and pausing of playback, audio data is split into chunks of `<chunk size>` seconds in length. The default value of 10s is usually good.<br \/>\n4) You can use `\/mcc quality <screen> <performance\/balanced\/quality>` to change playback quality settings. This will have a significant effect on bandwidth and CPU usage.<\/p>\n<p>To download videos from YouTube, run `\/mcc download`.<br \/>\nThere is some first-time setup required for this. You will be asked to confirm the yt-dlp download. Due to YTs anti-bot measures, you also may need to install a JS runtime on your machine for yt-dlp to work properly.<br \/>\nBut of course you can also always download YouTube videos manually and place them in \/videos\/ yourself!<\/p>\n<p>&#8212;<\/p>\n<p>**A note on bandwidth usage:** <\/p>\n<p>This plugin will inevitably create a lot of traffic. Minecraft isn&#8217;t really a great video player. <\/p>\n<p>This is optimized as best as possible (and likely better than many similar plugins), however it can still be a lot. <\/p>\n<p>The actual amount of traffic scales with two factors: Screen size, and how dynamic the video is. Videos with very little movement such as slideshows will barely generate any traffic.<br \/>\nYou can see live metrics, including bandwidth usage, using `\/mcc debug <screen id>`. However note that those metrics are before compression. You can press F3+3 to get the built-in bandwidth graph, which will give you after compression bandwidth.<\/p>\n<p>**One example on a reasonably sized (7&#215;4 blocks, 896&#215;512) screen:**<br \/>\n&#8211; Server Trailer: Average 3 MB\/s<br \/>\n  * This screen size gives you good enough resolution for most content<\/p>\n<p>**Two examples on a very large (17&#215;7 blocks, 2176&#215;896) screen:**<\/p>\n<p>Using Velocity with `compression-threshold: 256` and `compression-level: 4`<br \/>\n&#8211; Bad Apple: Average 400 KB\/s<br \/>\n  * Only two colors, pillarboxing on both sides, many large same-color areas -> lower bandwidth usage<br \/>\n&#8211; Bite Marks: Average 8 MB\/s<br \/>\n  * Many colors, full CS format, very quick scenes -> high bandwidth usage<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration<br \/>\nYou can find a full, commented configuration file here<\/p>\n<p>### Additional notes:<br \/>\n&#8211; This plugin makes heavy use of multi-threading and benefits from more and faster CPU cores significantly.<br \/>\n&#8211; Video and audio are streamed, so RAM usage should not be a meaningful concern. However, this plugin will create considerable GC pressure.<br \/>\n&#8211; It is recommended to use a Velocity proxy in front of your server, and to then disable `network-compression-threshold` in `server.properties`. Doing so will offload the work of compressing and encrypting packets to the proxy, which can significantly improve performance and throughput. If that is not possible, increasing `netty-threads` in spigot.yml might be worth considering.<br \/>\nIf using Velocity, try playing around with the `network-compression-threshold` and `compression-level` settings a bit. I had great results with `64` and `2` respectively.<br \/>\n&#8211; Packets are bundled per frame, so packets-per-second should not be a concern here.<br \/>\n&#8211; You can tweak most config settings during video playback with `\/mcc debug <screen> <setting> <value>`. Depending on the video content, tweaking settings might have a big effect (e.g. anime style vs real life videos).<\/p>\n<p>## Showcase<\/p>\n<p>**Very large screen (17&#215;7 blocks, 2176&#215;896 CS) playing at 24FPS**<br \/>\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/duaVoQ2CYhc\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p>**Even larger screen sizes are supported, but you will run into bandwidth limitations**<br \/>\n<img decoding=\"async\" alt=\"javaw_UbWieGAgKk\" src=\"https:\/\/github.com\/user-attachments\/assets\/1d6b7c9b-2c33-4d27-baaf-055825bf9114\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Paper plugin to play back video (and audio) in-game without the use of clientside mods.<\/p>\n","protected":false},"featured_media":99354,"template":"","meta":{"_minecraft_slug":"mccinema","_minecraft_project_id":"TBKVCamZ","_minecraft_author":"Malfrador","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":233,"_minecraft_follows":3,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"mccinema.zip","_minecraft_size_bytes":368360981,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-16T12:17:46.884841Z","_minecraft_date_created":"2026-02-19T08:13:06.799774Z","_minecraft_date_modified":"2026-05-04T05:52:40.555906Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/mccinema","_minecraft_icon_attachment_id":99354,"_minecraft_imported_at":"2026-06-05T16:58:36+00:00","_minecraft_import_hash":"4abab1431443fb808861189b438513d3","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[43,89,127,867,123,92],"mod_loader":[132],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-99353","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-cursed","mod_category-game-mechanics","mod_category-paper","mod_category-social","mod_category-technology","mod_category-utility","mod_loader-paper","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MCCinema - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/mccinema\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MCCinema - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Paper plugin to play back video (and audio) in-game without the use of clientside mods.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/mccinema\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/github.com\/user-attachments\/assets\/1d6b7c9b-2c33-4d27-baaf-055825bf9114\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mccinema\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mccinema\\\/\",\"name\":\"MCCinema - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mccinema\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mccinema\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mccinema-icon-7502796b0cde52f9cbd99d53b1eee1ca3d11dc59_96.webp\",\"datePublished\":\"2026-06-05T16:58:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mccinema\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mccinema\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mccinema\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mccinema-icon-7502796b0cde52f9cbd99d53b1eee1ca3d11dc59_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mccinema-icon-7502796b0cde52f9cbd99d53b1eee1ca3d11dc59_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mccinema\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"MCCinema\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MCCinema - Minecraft","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:\/\/vpesports.com\/minecraft\/mods\/mccinema\/","og_locale":"en_US","og_type":"article","og_title":"MCCinema - Minecraft","og_description":"Paper plugin to play back video (and audio) in-game without the use of clientside mods.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/mccinema\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/github.com\/user-attachments\/assets\/1d6b7c9b-2c33-4d27-baaf-055825bf9114","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mccinema\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/mccinema\/","name":"MCCinema - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mccinema\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mccinema\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mccinema-icon-7502796b0cde52f9cbd99d53b1eee1ca3d11dc59_96.webp","datePublished":"2026-06-05T16:58:35+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mccinema\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/mccinema\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mccinema\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mccinema-icon-7502796b0cde52f9cbd99d53b1eee1ca3d11dc59_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mccinema-icon-7502796b0cde52f9cbd99d53b1eee1ca3d11dc59_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mccinema\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"MCCinema"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/99353","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/99354"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=99353"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=99353"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=99353"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=99353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}