Running Red Episode 10 - Flight of the Ghosts
This video is the n'th episode to the hardcore Running Red questing mod pack. In this episode we assemble an Air Sigil and make an Ender-Lily seed
In this episode we also have trouble with the a hopper, the QDS and retrieving Ender Pearls. We also assemble a Water Sigil and the Sigil of the Green Grove.
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
Combining the clips together with the script:
time = 45
origin = "nw"
direction = "left"
Import("D:\dxtory\runningred-0031.avi.avs")
video1=last
Import("D:\dxtory\runningred-0032.avi.avs")
video2=last
Import("D:\dxtory\runningred-0033.avi.avs")
video3=last
Import("D:\dxtory\runningred-0034.avi.avs")
video4=last
Import("D:\dxtory\runningred-0035.avi.avs")
video5=last
TransFunnel(video1,video2,time,direction)
TransFunnel(last,video3,time,direction)
last++video4
last++video5
ConvertToYV12(interlaced=false)
tweak(bright=10)
Other Videos By Duncan Webb
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.