Running Red Episode 03 - The Blood is Flowing
This video is the third episode to the hardcore running red questing mod pack. In this episode we extended the base, built the Oreberry bush farm, made a watering can, started farming.
There is quite a lot of busy work in this episode. I lost some recordings had to restore and record the missing parts again. Watch the map marker come and go.
FTB Running Red v1.1.4 Minecraft Version 1.6.4
In this video we see the next few questing tasks. Specifically travelling to the first island.
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 third party pack code is "blood"
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\03-runningred-1.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
And the parts are joined using a script like this:
time = 45
origin = "nw"
direction = "left"
Import("D:\dxtory\03-runningred-1.avi.avs")
video1=last
Import("D:\dxtory\03-runningred-2.avi.avs")
video2=last
Import("D:\dxtory\03-runningred-3.avi.avs")
video3=last
Import("D:\dxtory\03-runningred-4.avi.avs")
video4=last
Import("D:\dxtory\03-runningred-5.avi.avs")
video5=last
Import("D:\dxtory\03-runningred-6.avi.avs")
video6=last
TransFunnel(video1,video2,time,direction)
last++video3
TransFunnel(last,video4,time,direction)
TransFunnel(last,video5,time,direction)
TransFunnel(last,video6,time,direction)
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.