Beyond Galactic Science Episode 12 - Automated Minechem from Cobblestone

Channel:
Subscribers:
1,230
Published on ● Video Link: https://www.youtube.com/watch?v=xZJ2yW2xFqU



Minecraft
Game:
Minecraft (2011)
Category:
Show
Duration: 31:29
216 views
4


This video is the twelfth episode of Beyond Galactic Science, a series about what to do after all the quests for Galactic Science have been completed.

In this episode we use refined relocation to triple compress cobblestone using no power. We then feed the triple compressed cobbletone into a Chemical Decomposer and use a sorting chest and some sorting barrels from Refined Relocation. Finally we use a couple of Chemical Synthesis Machine to extract the ingots that we want.

The FTB Pack Code is THX2MYM

Music by Daria Shakhova is available at http://freemusicarchive.org/music/The_Owl/Fairy_Forest/the_owl_-_owls_secret

I'm using Avisynth and MeGUI to prepare the video for youtube and recording with Dxtory and Lagarith video codec for recording.

All the clips are wrapped with an avs script that has this (Python) template:

source = "${source}"
LoadPlugin("C:\\Program Files (x86)\\MeGUI\\tools\\ffms\\ffms2.dll")
V = FFVideoSource(source, fpsnum=30, fpsden=1, threads=1).Lanczos4Resize(1280, 720)
A1 = FFAudioSource(source, track=1).Normalize(volume=1.0, show=false)
A2 = FFAudioSource(source, track=2).Normalize(volume=1.0, show=false)
commentary = MonoToStereo(A1, A1).AmplifyDB(1.5)
audio = MixAudio(commentary, A2, 0.9, 0.1)
AudioDub(V, audio)
return last

An avs script that is common to all episodes is:

LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\NicAudio.dll")

global s2 = "Until next time..."
global pngfile = "D:\dxtory\galacticscience\BeyondGalacticScienceA.png"
global endpngfile = "D:\dxtory\galacticscience\BeyondGalacticScience.png"
global musicfile = "D:\dxtory\The_Owl_-_02_-_owls_secret.mp3"

function MakeVideo(clip c, string title, int "trim_in", int "trim_out")
{
sx = 460
sy = 574
font="Copasetic NF"
font_size=28
text_color = $d6d6c8 #light gray
halo_color = $ecb03c #light orange
halo_color = $df8519 #dark orange
fadein_frames = 30
fadeout_frames = 90
align = 5
title_frames = 150

pngclip = ImageSource(pngfile, pixel_type="RGB32", 0, 239).Lanczos4Resize(1280, 720)
intro = Subtitle(pngclip, title, sx, sy, font=font, size=font_size, text_color=text_color, halo_color=halo_color, lsp=60)
endpngclip = ImageSource(endpngfile, pixel_type="RGB32", fps=30, 0, 599).Lanczos4Resize(1280, 720).FadeIn(fadein_frames)
music = NicMPG123Source(musicfile).AudioTrim(0, 20).FadeOut(150)

ending = AudioDub(endpngclip, music)

trim_in = Default(trim_in, 0)
trim_out = Default(trim_out, c.FrameCount())
base = c.Trim(trim_in, trim_out)

Overlay(base, pngclip, mask=pngclip.ShowAlpha().FadeOut(fadein_frames), mode="blend", opacity=0.9)
Overlay(last, intro, mask=intro.ShowAlpha().FadeIO(fadein_frames), 0, 0)

FadeOut(fadeout_frames)
Subtitle(s2, first_frame=FrameCount-title_frames-1, last_frame=FrameCount-1, size=font_size, align=align, text_color=text_color, halo_color=halo_color, lsp=60)

last++ending

ConvertToYV12(interlaced=false)
tweak(bright=10)

return last
}

BlankClip(width=1280, height=720)

The clips are joined with this script:
# Automated Minechem Processing
Import("D:\dxtory\galacticscience\common.avs")
Import("D:\dxtory\galacticscience\galacticscience-0024.avi.avs")
MakeVideo("Episode 12: Automated Minechem Processing")




Other Videos By Duncan Webb


2017-04-01Beyond Galactic Science Episode 22 - Programming Minechem & Citadel of Iron
2017-03-30Beyond Galactic Science Episode 21 - Water Power
2017-03-28Beyond Galactic Science Episode 20 - Minechem Revisited
2017-03-25Beyond Galactic Science Episode 19 - Joe needs a Sword
2017-03-23Beyond Galactic Science Episode 18 - Joe and the Zombies
2017-03-21Beyond Galactic Science Episode 17 - Joe
2017-03-18Beyond Galactic Science Episode 16 - Nutrient Distillation
2017-03-16Beyond Galactic Science Episode 15 - Automated Beef Farm
2017-03-14Beyond Galactic Science Episode 14 - Fixing Minechem Blockages
2017-03-11Beyond Galactic Science Episode 13 - Two Tardis Trips and Purple Sugar Cane
2017-03-09Beyond Galactic Science Episode 12 - Automated Minechem from Cobblestone
2017-03-07Beyond Galactic Science Episode 11 - Automated Sieving
2017-03-04Beyond Galactic Science Episode 10 - Automated Obsidian Generator
2017-03-02Beyond Galactic Science Episode 9 - Animal Health and Spawning
2017-02-28Beyond Galactic Science Episode 8 - Farming Automation and Power with Advanced Generators
2017-02-25Beyond Galactic Science Episode 7 - Off to Skaro to take on the Daleks
2017-02-23Beyond Galactic Science Episode 6 - Tardis Room Schemas
2017-02-21Beyond Galactic Science Episode 5 - Visiting Venus & Itemduct Problems
2017-02-18Beyond Galactic Science Episode 4 - Cable Interfaces, Lifts and Rooms
2017-02-16Beyond Galactic Science Episode 3 - Tardis Engine Repairs and Upgrades
2017-02-14Beyond Galactic Science Episode 2 - First Tardis Flight



Tags:
FTB
Galactic Science
1.6.4
TardisMod
Triple Compressed Cobbletone
Refined Relocation
Minechem
Chemical Decomposer
Chemical Synthesis Machine



Other Statistics

Minecraft Statistics For Duncan Webb

Duncan Webb currently has 659,110 views spread across 662 videos for Minecraft. The game makes up over 14 days of published video on his channel, or 80.27% of the total watchable video for Minecraft on Duncan Webb's YouTube channel.