Author Topic: Animated image from NASA on Mars  (Read 514 times)

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Animated image from NASA on Mars
« on: November 12, 2022, 11:13:19 PM »
Process this on an old laptop and watch it expire.  :tongue:

https://www.youtube.com/watch?v=bRmYHPMZV3o
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

jj2007

  • Member
  • *****
  • Posts: 13958
  • Assembly is fun ;-)
    • MasmBasic
Re: Animated image from NASA on Mars
« Reply #1 on: November 12, 2022, 11:17:39 PM »
Very nice :thumbsup:

Is that your coming out? We all knew you were a Martian, but never dared to ask :cool:

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Animated image from NASA on Mars
« Reply #2 on: November 13, 2022, 02:33:44 AM »
 :biggrin:

Not really, I am actually an industrial robot.  :winking:
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

HSE

  • Member
  • *****
  • Posts: 2502
  • AMD 7-32 / i3 10-64
Re: Animated image from NASA on Mars
« Reply #3 on: November 13, 2022, 03:21:13 AM »
Fantastic  :thumbsup:

Nobody cross while you was shooting the camera  :biggrin:
Equations in Assembly: SmplMath

NoCforMe

  • Member
  • *****
  • Posts: 1124
Re: Animated image from NASA on Mars
« Reply #4 on: November 13, 2022, 07:12:13 AM »
Nice. I would prefer real strings to synth, but whatever.

Are the raw video files publicly available from NASA?

Kewl stuff.

daydreamer

  • Member
  • *****
  • Posts: 2399
  • my kind of REAL10 Blonde
Re: Animated image from NASA on Mars
« Reply #5 on: November 13, 2022, 08:24:44 AM »
:biggrin:

Not really, I am actually an industrial robot.  :winking:
Looks great :thumbsup:

I found and downloaded valles marineris nasa stl resources,need to find stl to obj converter

But i guess you need to video thru microscope the 3 tiles  if 3d printed?

my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Animated image from NASA on Mars
« Reply #6 on: November 13, 2022, 09:40:27 AM »
David,

The source is a mosaic photo from the NASA website. The Mars explorers take multiple photos which are sent back to Earth and re-assembled by universities working with the JPL.

In order, I fix the photos first, then enlarge them if necessary, convert each photo to video via software then feed it through my video editing software to make adjustments to things like colour balance and fisheye level. Save the modified MP4 file then multipass it through ffmpeg to finally adjust the sharpness level. Video is one of those things where you need to be in practice and Mars photos make good practice.

The bigger the photo the better as it improves resolution but very large images can be a problem with software and you need a lot of memory. The recent ones I have done are finally downsized to 4k @ 60 fps to reduce any shuddering as it runs.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

daydreamer

  • Member
  • *****
  • Posts: 2399
  • my kind of REAL10 Blonde
Re: Animated image from NASA on Mars
« Reply #7 on: November 14, 2022, 01:11:06 AM »
hutch,whatever image processing functions,would be a good candidate for 64bit ASM program,showcase,showing advantage of image processing function capable of allocate almost 64gb and process images/frames
my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Animated image from NASA on Mars
« Reply #8 on: November 15, 2022, 11:21:39 AM »
Magnus,

About the only thing of mine used was the JpgTool that I have posted in the forum that I use to resize some of the NASA images as some of them are truly massive and do not always work in my ancient (circa 2001) MicroGrafx image editor app. Size them down to something readable then I can work on or repair the image for further animation conversion.

I have recently bought a Microsoft APP store app called "paint.net" which is a bit rudimentary but as a 64 bit app, it has no problems opening or cropping massive images.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

daydreamer

  • Member
  • *****
  • Posts: 2399
  • my kind of REAL10 Blonde
Re: Animated image from NASA on Mars
« Reply #9 on: November 15, 2022, 07:03:25 PM »
I just used Photoshop touch on my old tablet convert colored heightmaps to greyscale heightmaps, might write such both ways conversion
So far I have made a 32bit asm console program to output heightmaps instead of a racetrack, a canyon tested import to 3d landscape program
I going to make a valles marineris animation



my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding