Running Red Episode 16 - Serenade of the Nether

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



Minecraft
Game:
Minecraft (2011)
Category:
Show
Duration: 41:40
474 views
5


This video is the sixteenth episode to the hardcore Running Red questing mod pack. In this episode we perform the Blood Magic ritual Serenade of the Nether to automate the Igneous Extruder, which takes far too much time.

We also make a Weak Activation Crystal, a Gravity Gun, the Sigil of Magnetism and Pump and Conveyor Belts.

FTB Running Red v1.1.4 Minecraft Version 1.6.4

The third party pack code is "blood"

http://forum.feed-the-beast.com/threads/1-6-4-running-red-v1-1-4-jam-packed-hardcore-magic-rpg-good-as-crash-landing.47464/

The video processing tool set that is being use is MEGui and the video parts are prepared using avisynth scripts. Each video clip is processed using the following script:

source = "D:\dxtory\runningred-0001.avi"
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)
mono = GetChannel(A1, 1)
commentary = MonoToStereo(mono, mono)
audio = MixAudio(commentary, A2, 0.9, 0.1)
AudioDub(V, audio)
return last

The script to assemble the parts is:
Import("D:\dxtory\common.avs")

Import("D:\dxtory\runningred-0046.avi.avs")
video1=last

trim_in = 0
trim_out = FrameCount

Trim(trim_in, trim_out)
FadeIn(fade_frames)
Subtitle("Welcome back", first_frame=0, last_frame=title_frames-1, size=font_size, align=align, text_color=text_color, halo_color=halo_color)
FadeOut(fade_frames)
Subtitle("Until next time...", first_frame=FrameCount-title_frames-1, last_frame=FrameCount-1, size=font_size, align=align, text_color=text_color, halo_color=halo_color)

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

Where the common settings are:
time = 45
direction = "left"
fade_frames = 90
title_frames = 150
font_size = 36
align = 5
text_color=$c0c0c0
halo_color=$4b4b4b







Tags:
Minecraft
Running Red
Hardcore
Questing
Blood Magic
Serenade of the Nether
Weak Activation Crystal
Gravity Gun
Sigil of Magnetism



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.