Explosions! (Not in SSNT tho)

Nerdfish wanted me to, so here you go:


Download (8.2 MB)

Have fun! (AviSynth source after the break; No, I’m not encoding a SD version, as 720p is better in any event)

source=directshowsource("X:\Anime\Running\Macross F\[gg]_Macross_Frontier_-_14_[20034F5A].mkv”)

part1=trim(source, 13370, -240).fadeout(14).fadein(6)

part2=trim(source, 24495, -405).fadeout(14).fadein(6)

interlude=blackness(6, 1280, 720, “YV12″, framerate(part1), audio_rate=audiorate(part1), stereo=true)

alignedsplice(part1, interlude, part2)

#Encode with:

#x264 -b 4 -r 2 -f 1:1 –progress –no-psnr –threads 2 –bitrate 2300 –pass 1 -o macrossf14.mkv macrossf14_src.avs

###Then throw it into VirtualDubMod to demux the audio to a wav file

#faac -q 200 -o macrossf14.aac macrossf14.wav

#mkvmerge -o “macrossf_14_fin.mkv” –language 1:eng –default-track 1:yes –display-dimensions 1:16×9 -d 1 -A -S “macrossf14.mkv” -a 0 -D -S “macrossf14.aac” –track-order 0:1,1:0 –title “[gg] Macross F 14, sliced and diced a bit”

3 Responses to “Explosions! (Not in SSNT tho)”

  1. Nerdfish Says:

    I really like your sense of Humor.
    Yes I’d like to achieve that effect in engine :D

  2. CCTSM Says:

    Yeah… implementing that is going to hurt in any event.

    And the logo replacement was a pain in the butt. :P (But really, SS&T: Frontier does work fairly well)

  3. J Says:

    Macross Frontier rocks and so does that logo ;P

    Also, really nice job on the carrier I spotted on Relic forums.

Leave a Reply