Author Topic: [HD Remake] Nibel Mountains  (Read 29310 times)

Mayo Master

  • Moderator
  • *
  • Posts: 650
    • View Profile
[HD Remake] Nibel Mountains
« on: 2015-04-12 17:41:34 »
Getting started...


paul

  • *
  • Posts: 179
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #1 on: 2015-04-12 18:29:05 »
Looking good :D

Mayo Master

  • Moderator
  • *
  • Posts: 650
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #2 on: 2015-04-17 02:42:01 »
Proof of concept...


KnifeTheSky77

  • *
  • Posts: 548
  • Somnambulistic Paraphile
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #3 on: 2015-04-17 05:12:34 »
That land looks like it had the life sucked out of it even more than the original, good job

Mayo Master

  • Moderator
  • *
  • Posts: 650
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #4 on: 2015-05-01 16:11:16 »
Quick update: currently trying to make the camera tracking of the mtnvl video. There's still a fair amount of error in my camera solution, I still need to optimize that before I try to link trackers with geometry.

sl1982

  • Administrator
  • *
  • Posts: 3764
  • GUI Master :P
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #5 on: 2015-05-02 19:23:34 »
I think spoox was able to pull the camera data for a different movie from the psx version. Maybe he can do the same here.

Mayo Master

  • Moderator
  • *
  • Posts: 650
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #6 on: 2015-05-02 20:58:55 »
If he could: awesome! However, there are many things uncertain: a/ I think he could retrieve camera information based on walkmesh data, and I don't know if mtnvl includes any of that (since there's no sequence involving an overlay of characters). b/ I'm not sure if camera information could be passed on Blender easily (since he uses max scripts to get it).
So I decided to get a headstart. I may be able to come up with something decent-ish :P

Mayo Master

  • Moderator
  • *
  • Posts: 650
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #7 on: 2015-05-03 00:19:31 »
mtnvl first video test - proof of concept. What you can see is the reactor, the walkmeshes, and some extremely basic mesh to represent geological features. I made it in around 15 pfs so far. The frames have been rendered in super low res (320 x 224).

https://drive.google.com/file/d/0B8DOsJ-B-Q5VWDRsVV81T3dVWEE/view?usp=sharing

For reference, the actual video is the following one:
https://www.youtube.com/watch?v=LUglgIS6XwA

Still with a few jumps, but I think it's a pretty good place to start.
« Last Edit: 2015-05-03 00:21:02 by Mayo Master »

paul

  • *
  • Posts: 179
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #8 on: 2015-05-03 12:29:34 »
Seems fairly close - I suppose it won't have to match exactly anyway since there are no 3d models pasted on top of it

sl1982

  • Administrator
  • *
  • Posts: 3764
  • GUI Master :P
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #9 on: 2015-05-05 02:25:10 »
Ok that is looking pretty good. Does cycles have a network render component? I just added another computer to my arsenal.

SpooX

  • ah nothing really...
  • Moderator
  • *
  • Posts: 344
  • Used to be errr...
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #10 on: 2015-05-06 16:08:37 »
I think spoox was able to pull the camera data for a different movie from the psx version. Maybe he can do the same here.

Oh yes, but not limited to the psx, as the pc version is a lot easier to get the data from (it's all in one single lgp file).
But, as there is no walkmesh involved here there is no data inside, except for:

Code: [Select]
        at time 1f c0.position =  [0,0,0]
at time 1f c0.Target.position = [0,0,0]
at time 2f c0.position =  [0,0,0]
at time 2f c0.Target.position = [0,0,0]
at time 3f c0.position =  [0,0,0]
at time 3f c0.Target.position = [0,0,0]
at time 4f c0.position =  [0,0,0]
at time 4f c0.Target.position = [0,0,0]
at time 5f c0.position =  [0,0,0]
at time 5f c0.Target.position = [0,0,0]
at time 6f c0.position =  [0,0,0]
at time 6f c0.Target.position = [0,0,0]

But this is not a real bad thing, as  there is no fading from or into field files, you can make it as you want.  ::)
and I must say, from what I see, it looks good so far.

Keep up the spirit, when I have more breathing space I'll join the workforce again.

 8-)

Mayo Master

  • Moderator
  • *
  • Posts: 650
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #11 on: 2015-05-06 17:36:02 »
Oh yes, but not limited to the psx, as the pc version is a lot easier to get the data from (it's all in one single lgp file).
But, as there is no walkmesh involved here there is no data inside, except for:

[...]

But this is not a real bad thing, as  there is no fading from or into field files, you can make it as you want.  ::)
and I must say, from what I see, it looks good so far.

Keep up the spirit, when I have more breathing space I'll join the workforce again.

 8-)

As I thought: if you don't have a walkmesh, you can hardly retrieve camera data. And as you said, since there's no "seamless transition to a field scene involved" or overlay of character, I can do it however I want.
Anyway, we'll all be looking forward to you being able to join the workforce :)

Oh, by the way, back to the video: I've manually reconstructed another camera path based on this initial motion tracking (by taking the camera position and target every 10 frames and make spline interpolation), with the idea of accomplishing:
a/ a smoother path to avoid jumps from frame to frame
b/ being able to make a 60 fps video (although I'm dreading having to render 1200 frames at 1920 x 1080  :-\  )

I just need to learn the very basics of Blender's animation interface, for now I am not able to fine tune the camera speed along its path (at the moment it moves at constant speed on its path, which isn't quite the case of the original video). Once I can do that, the camera will be ready to roll.

Mayo Master

  • Moderator
  • *
  • Posts: 650
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #12 on: 2015-05-10 04:01:58 »
Update! Using SpooX's fbx data, I was able to come up with the following movie at 30 fps.

https://drive.google.com/open?id=0B8DOsJ-B-Q5VTDFLVVotOEllVjQ&authuser=0

paul

  • *
  • Posts: 179
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #13 on: 2015-05-10 08:23:50 »
Nice :D

KIAS

  • *
  • Posts: 16
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #14 on: 2015-05-10 09:17:11 »
Looks very nice!   :mrgreen:

Tom

  • *
  • Posts: 207
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #15 on: 2015-05-10 12:04:08 »
As I thought: if you don't have a walkmesh, you can hardly retrieve camera data. And as you said, since there's no "seamless transition to a field scene involved" or overlay of character, I can do it however I want.
Anyway, we'll all be looking forward to you being able to join the workforce :)

Oh, by the way, back to the video: I've manually reconstructed another camera path based on this initial motion tracking (by taking the camera position and target every 10 frames and make spline interpolation), with the idea of accomplishing:
a/ a smoother path to avoid jumps from frame to frame
b/ being able to make a 60 fps video (although I'm dreading having to render 1200 frames at 1920 x 1080  :-\  )

I just need to learn the very basics of Blender's animation interface, for now I am not able to fine tune the camera speed along its path (at the moment it moves at constant speed on its path, which isn't quite the case of the original video). Once I can do that, the camera will be ready to roll.

I can help with the FMV rendering at 1920x1080 :)  Also, does the Cycles renderer have a network rendering component because it would be nice to be able to do the rendering in batches over a network, kinda like LightWave's ScreamerNet and ScreamerNet II

KnifeTheSky77

  • *
  • Posts: 548
  • Somnambulistic Paraphile
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #16 on: 2015-05-10 17:44:29 »
If one frame takes a day and a half to render as it is... You can absolutely use my idle clock cycles if blender has a distributed render capability. That looks pretty spot on too, I love following these threads

Tom

  • *
  • Posts: 207
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #17 on: 2015-05-10 20:26:07 »
I dont think the frames take a day and a half to render, probably less than hour but thats because there are no textures or bump maps for the mountain's rocky terrain or reactors and plitems laying around.  However once you add rock textures with offsets, a shiny Shinra reactor that requires ray tracing, it will take ages. Maybe we can all pool some resources into this ;)

PS I've looked into some network renderers.  LokiRender seems promising since it can also distribute single frame renders as tiles to networked machines.

Mayo Master

  • Moderator
  • *
  • Posts: 650
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #18 on: 2015-05-11 16:22:44 »
Thanks for your interest, guys!

Right now it's still the "proof of concept stage", the mountain "sculpt" from the video is meant to be remodelled. The video resolution was at 320 x 224, and given how basic the scene was, each frame took between 15 to 20 seconds to render.
I don't know how much time the frames from the final scene will take to render. I think it should be quite long (between half a day and one day?) because the final scene will have a very large population of the very distinct-looking geological formations of Mt Nibel, so I guess it will be very high poly. I was also thinking of decreasing subsurf and poly counts for the video frames renders, whereas I'd ramp them up for the field scenes renders (after all, the video frames will have a significantly lower resolution than the field scene images).
By the way, I also have a very basic question: so far I've not been able to find a free software which could generate 60 fps movies from still frames. Windows movie maker doesn't seem to allow frame duration below 0.03s  >:(     That being said, maybe 30 fps for these videos would be enough (plus cutting down overall rendering requirements). Any thoughts?

I appreciate you looked into network renderers, that will certainly make things handy. I also know there are a few online render farms for Blender, although I never used them myself.

paul

  • *
  • Posts: 179
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #19 on: 2015-05-11 18:35:04 »
I think it would be a shame to have 30fps FMV after all the effort of redoing it :(

Covarr

  • Covarr-Let
  • Administrator
  • *
  • Posts: 3941
  • Just Covarr. No "n".
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #20 on: 2015-05-11 18:40:49 »
so far I've not been able to find a free software which could generate 60 fps movies from still frames.
DaVinci Resolve might have this feature. It's primarily targeted at color grading and correction, but as I understand, it is a fully functional NLE, and a suitable substitute for applications like Adobe Premiere and Sony Vegas in a pinch. I haven't used it myself, and I cannot confirm that it has this feature, but I'd not be surprised if it does.

Mayo Master

  • Moderator
  • *
  • Posts: 650
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #21 on: 2015-05-11 18:54:19 »
Thanks for that tip, Covarr. I'll give a check to the Free version and will let you know. I've already rendered all the frames for the 60 fps at 320 x 224 proof of concept, so if this software can do it, I'll have the video out in a matter of minutes.

Mayo Master

  • Moderator
  • *
  • Posts: 650
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #22 on: 2015-05-13 01:45:35 »
So... quick update. I made a quick try to Da Vinci Resolve.
So far I've not been impressed because very basic operations (such as opening the directory containing your media files) didn't come as being very intuitive. One may argue that Blender 3d isn't exactly intuitive either, but when it takes you to browse online tutorials (I've not even found it in the User's Manual) to figure how to "Open/Import files", it's another level.
Once I managed to finally do that, after loading all the frames into my project, if I click on the media files to do anything, the software crashes. It crashes "automatically" (tried 6 times, 6 crashes). Right now I've decided to give it a rest, but the "Uninstall" function is very tempting  :-\
Any help would be appreciated :P

KnifeTheSky77

  • *
  • Posts: 548
  • Somnambulistic Paraphile
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #23 on: 2015-05-13 03:10:01 »
I am almost positive you can do this sort of thing with FFMPEG from the terminal/cmd. Just make sure that your frame images all share the same naming convention in numeric order. "frame001, frame002" etc

http://ffmpeg.org/faq.html#How-do-I-encode-single-pictures-into-movies_003f
« Last Edit: 2015-05-13 03:18:33 by KnifeTheSky77 »

Mayo Master

  • Moderator
  • *
  • Posts: 650
    • View Profile
Re: [HD Remake] Nibel Mountains
« Reply #24 on: 2015-05-19 15:22:54 »
After quite a bit of fiddling, I managed to get the camera rolling for mtnvl2. From SpooX's camera data, I managed to solve alignment problems by adding a "Shift" (offset in camera position and target). You can check it out with the link below.

https://drive.google.com/file/d/0B8DOsJ-B-Q5VNTNMZ21DX3U1enM/view?usp=sharing