Scilab Aurora is a simple but useful video editor software for Windows and Linux. It implements almost all important feature of a non-liner editor, such as filters effect, transition, motion setting, transparency setting. A lot of image and video formats are admitted. We Create a straightforward GUI and Project Manager to simplify your work. Aurora also includes EVP( Effective Image and Video processing toolbox for Scilab .)
Thanks to Scilab's great power in Matrix computing and its flexible data structure, we can implement our core scheduler and most of all filters in a effective way. Graphic User Interface is implemented in Tcl/TK language. Considering the efficiency, we write all of the code by hand. No redundance code is permitted. You can also add new transitions to Scilab Aurora with some simple steps, own to the concept "transition template" we introduced. At the beginning, we use SIVP to read and write clips.
However, we found that its speed and system dependence can not fulfill our request. So we develop our own video I/O, previewing functions. Finally, we combine filters, image transform and video / image I/O module as an iNdependence toolbox for Scilab. It is so called EVP. You can find more information about it in this document, if you are interested in relative area.