Skip to content
Learn MikuMikuDance – MMD Tutorials – Free 3D Animation Software

Learn MikuMikuDance – MMD Tutorials – Free 3D Animation Software

Download Free Animation Software – Let's Learn How to Do Everything!

  • Step-by-Step MMD instructions
  • DOWNLOADS
  • Troubleshoot, Fix MMD
  • Site Contents
  • Reggie Replies Q&A
  • Homework!
  • What IS MMD?
    • Download MikuMikuDance Newest Latest Version of MMD
  • “HOW TO”
    • Raycast RAY-MMD Effect Tutorials
  • BONUS PAGES
    • Why convert PMD models to PMX?
  • HALL of CHAMPIONS
  • Tutorial Categories
  • About
    • Privacy Policy
  • Toggle search form
  • Play games within MMD using MMD as a Game Engine! Creating Motions
  • MMD Download links – Some of my favorite MikuMikuDance Sites Download MikuMikuDance
  • PocketMQO(with MMD) MikuMikuDance in an Android environment! MMD Tutorials
  • Use Professional Tricks to Make MMD Animating Faster and Easier Random Thoughts & Visions
  • MMD Augmented Reality AR on Android Devices Random Thoughts & Visions
  • Using Texture Transparency hides MMD model problem areas MMD Tutorials
  • Making a Long Video Animation in MMD 7.39 Can Be Done! CONTESTS
  • MME Collapse Effect requires PMDE model edit Collapse Effect

How to make 360 degree MMD videos on YouTube.

Posted on February 26, 2017April 5, 2017 By parkeerwacht 7 Comments on How to make 360 degree MMD videos on YouTube.

A feature article by Learnmmd's parkeerwacht!How do I create 360 degree videos in MMD? How is it possible to make 360 degree videos in MikuMikuDance? Can I make a 360 degree video in MMD?

Making 360 degree videos in MMD

Hello everyone it is parkeerwacht again!

In this post I will be explaining how to make your MMD videos 360 degrees!

YouTube introduced this feature last year where you were able to have your videos 360 degree. It loads this via special attributes in the video file, I will explain this later.

What’s cool about it is what it looks like when you view it on your mobile! You can use Google Cardboard or use the Gear VR from Samsung, to playback the video in Virtual Reality! It will place you into your video!

To do this is not hard, yet it might look complicated. It actually is just a MME effect that does this!

Requirements:

This is a list of the requirements for this tutorial:

  • A very strong PC (see 4k rendering post)
  • 64-bit Windows
  • MMD V9.26 64-bit
  • MME
  • Panorama effect
  • Spacial Media Metadata injector. (64-bit only!)
  • Recommended: Notepad++
  • Handbrake

NOTE:

MAKING 360 DEGREE VIDEOS IS HEAVY FOR YOUR SYSTEM!!! IT REQUIRES RENDERING AT HIGH RESOLUTIONS AND A LOT OF PROCESSING POWER!!!

Now with that out of the way…

Let’s get started!

Step 1: making your MMD video.

Now first create your MMD video, add all your effects etc.

If you use a camera motion make sure it isn’t going to make people dizzy haha.

Also keep in mind the effect is pretty picky about which other MME effect’s you use. At the moment I don’t really know which effects work and which ones don’t.

I decided to remake this MMD video of mine:

Step 2: prepare the effect

To make your video 360 degree you must use this effect

First download the effect which can be found here: http://seiga.nicovideo.jp/seiga/im3844921

Download the file and extract it in the folder you store your effects:

Saving the panorama360 effect

Load the file called Panorama360.x

Make sure the effect is the last .x file in the order! If it is the only .X file in your project then make sure to load any X file. Maybe an effect that is incompatible with the 360 degree

By going to Background, Assesories Edit:

putting the effect at the bottom of the list, so it will show a 360 degree panorama

(I loaded the Negi accessory and I hid it within the stage.)

If you load it right now it will show like this:

This is 360 degree but it will be in the center of the stage. This is what the effect does by default. Also it won’t show some or all of your other effects. Also you won’t be able to change the camera position.

There is a simple way of fixing this. Which will be explained in the next step

Step 3: changing the code

To be able to change the camera position, you need to edit some of the code.

First thing you need to do is to delete the effect from your MMD project, then close MMD.

Go to the sub folder in the effect folder:

Copy and paste the file MakeCubeCameraUtils.inc soo you have a copy of it.

Soo you should have MakeCubeCameraUtils.inc and MakeCubeCameraUtils_Old.inc

Now open Notepad++ and open the file: MakeCubeCameraUtils.inc

Click image for full size

Change the following line:
float4x4         s_mtxPanorama360                       : CONTROLOBJECT < string name = "Panorama360.x"; >;

to:

float4x4         s_mtxPanorama360                       : VIEWINVERSE < string Object ="Camera"; >;

example:

Click image for full size

Now open MMD back up and load the effect. Now it should look like this:

After this step you should be able to choose any camera position you like, for your 360 degree video.

Step 4: Render the video

Now to render the video you must use 2k resolution or 4k resolution to make the video look good on YouTube… 1080p works fine but it won’t give you the best results.

This is because to make the video 360 degree, YouTube stretches the video around.

To do this you must set the screen size to 2560×1440 for 2K (Recommended) or 3480×2160 for 4K

Now render the video to AVI by using the ffdshow codec.

Now MMD should render the video in 360 degree panorama! In the next few steps we handle the post processing. (it needs some editing before it can be uploaded to YouTube)

Step 5: Transcode the video.

Now use Handbrake to transcode the video. Open up the video you rendered in MMD.

In the settings make sure to create a new preset with everything set to default.

First press the add button underneath the preset window:

Then enter the following in the box:

Click add and it should be at the bottom of the preset list, select it and then the program should accept 4k video.

Now select where it should save the transcoded video, then go to the Video tab.

The settings should look something like this:

Now start the transcoding process. This may take a while. after that we need to insert the 360 degree metadata.

Step 6: Injecting the 360 degree metadata

Now to tell YouTube your video is 360 degree, you must add specific metadata. There is a tool to do that. Download Spacial Media Metadata injector and run it.

Click on open and open the video you transcoded from handbrake

Then make sure to select “My video is spherical (360)”

Then press Inject Metadata, and select where to save the file which contains the metadata.

Step 7: Upload it to YouTube

Now upload the finished video to YouTube as usual. Wait for it to load 360 mode. This may take up to 24 hours so don’t worry!

If you did everything correctly your video should now be 360 degree!

Note that your video may look low quallity even if you rendered in 4K, this is due to YouTube stretching the video in a sphere.

Here is my result using this method:

That’s it!

Yeah it is kinda difficult to do, but I hope I explained the process well enough. If you ( the reader) have any questions, feedback or comments. Feel free to tell me in the comments!


– SEE BELOW for MORE MMD TUTORIALS…


— — —


– _ — –


Visit the LearnMMD.com Homepage! Plenty of Mikumikudance instruction and info!

More MMD Tutorials...

Add MME Lighting Effect illuminates model against dark stages

How can I add an MME lighting effect to my MMD animation? How can I ...read more

Create 450-Frame MMD animation from scratch!

How do I create a 450-Frame MMD animation from scratch? How do I start making ...read more

No more boring MMD Camerawork - Keep it moving!

MMD Camerawork can be so boring. How can I add life to my MMD animations? ...read more

Rio Carnival Miku is my latest MMD Model Adoration Slideshow video

Where can I download the Rio Carnival Miku MMD model? How can I make an ...read more

Solved? White screen covers MMD stage Intel Gen 12 Processor blocks MMD stage

I just got a new computer with an Intel Gen 12 Processor and it will ...read more

Make MMD Background AVI Using AviUtl WMV Files

How do I make a background video for MikuMikuDance? MMD does not see my background ...read more

360 Video, MMD Tutorials, Parkeerwacht

Post navigation

Previous Post: My Top 6 Favorite Miku Models!
Next Post: The Making of “Viva La Vida MMD” by Zazi The Angel

Related Posts

  • MMD smoke clouds are easy to make with Beamman's Breath effect.
    MMD Smoke Clouds and a Smoke Filled Room… Beamman's Breath Effect
  • An MMD town stage: Making Kerorin Town Great Again – Part 3 MMD Stages
  • AsciiArt Miku.
    AsciiArt for MikuMikuDance. ARIZONA
  • RAY-MMD: A method to get great results fast and easy! MMD Tutorials
  • pmothair Effect Makes Hair Actually Look like hair MMD Tutorials
  • Position Model Parts in PMDE using a placeholder .x Model image Making Models

More Related Articles

Getting Started with MMD MikuMikuDance Intro to MikuMikuDance
Download instant fight scene motion by Mahlazer Animation Shortcuts
My new “Ring Around the Moon” MMD video is on YouTube "the making of" my video
MMD Camera Work makes motions fit the song. MMD Camera Work made the motion fit the song! "the making of" my video
MMD Model Hair Textures Made With . . . IMVU Tutorials?! Mae Blythe
Build Your Own Stage For MMD Using SketchUp Google SketchUp and MMD

Comments (7) on “How to make 360 degree MMD videos on YouTube.”

  1. Mike says:
    August 6, 2020 at 5:48 pm

    Interesting post, I have created some 360 videos already and its working pretty well. The only issue that I have is that I cant find any shaders that work with this.

    Any idea?

    Reply
    1. Bill says:
      December 10, 2020 at 9:55 am

      Hi, I have the same issue. I was trying to use a toon shader variant and it does not work with the mikumikudomemaster displayed.

      It must be the order in which things are processed for display probably.

      Reply
  2. Frustrated Elf says:
    April 18, 2020 at 9:48 pm

    doesn’t work anymore

    Reply
    1. Reggie_Dentmore says:
      April 19, 2020 at 11:54 am

      Hmmmh? … What doesn’t work anymore… and what happens when you try?

      Reply
  3. aMMDsork says:
    March 3, 2018 at 3:53 pm

    It looks like this for me: https://imgur.com/5hOpnts
    Can someone help me ?

    Reply
  4. Kimberly Unger says:
    June 13, 2017 at 3:23 pm

    i dont know how to downdload it but i did but i cant get in cause i cant find it..

    Reply
    1. KillerBeer says:
      June 13, 2017 at 11:10 pm

      What was in where, why is it important to have it, and what makes you think you’re up to it?

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Download the latest version of MMD MikuMikuDance!Step-by-step instructions to help you make an MMD Music Video! bo-beep-bo-beep! LearnMMD's Step-by-Step MMD instructions for MikuMikuDance! Learn to make your own motions in MMD!
  • Different Eye Textures in one model using PMXE JuneTarzan
  • Make Wattpad covers using MikuMikuDance and Canva.com! Faris
  • Best Way to Run MMD on a Mac Kazumi
  • Ghost Effect for MME
    How to Use the Ghost Effect for MME! ARIZONA
  • The Making of “Hell To Your Doorstep” MMD Animation and Video "the making of" my video
  • Free AVIUTL Video Editing software adds animated titles to MMD Videos! Animated Titles
  • Widescreen MMD “Kiss Me” animation too long but I wanted More! "the making of" my video
  • Haku and Fireworks 02
    Add Background Pictures and AVI’s to MikuMikudance MMD Add Background Pictures and AVI
See LearnMMD's write-up on how to be a GOOD MMDer... Keep the Faith-MMD!!
Keep the Faith-MMD... Learn how to be a GOOD MMDer!

Find out about writing for LearnMMD!

Copyright © 2022 Learn MikuMikuDance – MMD Tutorials – Free 3D Animation Software and Instructions..

Powered by PressBook Premium theme

Go to mobile version