fieliapm
14th December 2015, 10:00
I started editing anime music video for my college club festival since 2002. However, I am also a programmer, sometimes I don't feel comfortable while using track based video editing software.
I prefer node based filter structure with script frontend. This is because it makes me understand details easily, I can even reuse filters chain as module.
Someday I found that AviSynth is already implemented with node based filter structure with script frontend. So I decided to edit and make anime music video (or MAD) with AviSynth only since 2010.
Because AviSynth lacks some useful functions when editing and compositing anime music videos, I write avsi4comp to help me editing easily.
This is it:
avsi4comp on github (https://github.com/fieliapm/avsi4comp)
all code released with GPL v3
In example directory:
I finished every clip editing in avs script. To view editing result, just drag avs to any player or editor support AviSynth. Source video and audio assets on which avs script depends must be put in the correct path.
It is not well documented yet, but example scripts in example directory show that how to use them.
I will append document related to functions in avsi4comp later.
When transcoding finished, the result clips are as below:
Charlotte - Bravely You (http://www.nicovideo.jp/watch/sm27788846)
Symphonic Rain - Sora no Mukou ni (http://www.nicovideo.jp/watch/sm22464182)
Maoyuu - Mukai Kaze (http://www.nicovideo.jp/watch/sm20433664)
Koufuku Graffiti - Shiawase ni Tsuite Watashi ga Shitteiru 5-tsu no Houhou (http://www.nicovideo.jp/watch/sm25847077)
Triggerheart Exelica Enhanced - GRAVITY ERROR (https://www.youtube.com/watch?v=0bfrroZE0o0)
I prefer node based filter structure with script frontend. This is because it makes me understand details easily, I can even reuse filters chain as module.
Someday I found that AviSynth is already implemented with node based filter structure with script frontend. So I decided to edit and make anime music video (or MAD) with AviSynth only since 2010.
Because AviSynth lacks some useful functions when editing and compositing anime music videos, I write avsi4comp to help me editing easily.
This is it:
avsi4comp on github (https://github.com/fieliapm/avsi4comp)
all code released with GPL v3
In example directory:
I finished every clip editing in avs script. To view editing result, just drag avs to any player or editor support AviSynth. Source video and audio assets on which avs script depends must be put in the correct path.
It is not well documented yet, but example scripts in example directory show that how to use them.
I will append document related to functions in avsi4comp later.
When transcoding finished, the result clips are as below:
Charlotte - Bravely You (http://www.nicovideo.jp/watch/sm27788846)
Symphonic Rain - Sora no Mukou ni (http://www.nicovideo.jp/watch/sm22464182)
Maoyuu - Mukai Kaze (http://www.nicovideo.jp/watch/sm20433664)
Koufuku Graffiti - Shiawase ni Tsuite Watashi ga Shitteiru 5-tsu no Houhou (http://www.nicovideo.jp/watch/sm25847077)
Triggerheart Exelica Enhanced - GRAVITY ERROR (https://www.youtube.com/watch?v=0bfrroZE0o0)