Software Listing: Non Linear Editing
- 8mm2avi
- License: Shareware
- Price: 19

How valuable is your family heritage, stored in Regular8 mm and Super8 mm films, that risk to be lost, and cannot be browsed, because your projector lamp is burned? Would you like to convert it into AVI files, and to have them on CD ROMS? Perhaps you already tried to pay some photo studio for converting the films to VHS, and you are not satisfied. And you don't want to send your film to some Telecine Service and spend several hundreds dollars? What you need is a Scanner able to acquire films, a Personal computer with a large disk, and 8mm2avi that allows acquiring the strips, converting them into frames and making AVI, using standard codecs.
- Publisher: SmartSoftware Italia
- Date: 30-05-2004
- Size: 3202 KB
- Platform: Win2000, WinOther
- GLNLINEAR
- License: Freeware
- Price: 0.00

GLNLINEAR - The Gnu Enterprise Level Non-Linear Editing Suite.
- Publisher: glnlinear.sourceforge.net
- Date: 21-06-2012
- Size: 4482 KB
- Platform: Linux, Unix
- ivsEdits LE
- License: Shareware

ivsEdits LE is a modular and flexible non-linear editing software from IVS. It delivers an exceptionally powerful 4K/2K/HD/SD editing solution for any post/live production environment. ivsEdits LE brings everywhere, also on laptops, full-quality real-time editing performance. ivsEdits LE supports several video formats including AVI, MOV and MXF (Panasonic P2).
ivsEdits LE is a free video editing software, that features the same professional editing tools of ivsEdits with some limitations. Visit Http://www.ivsEdits.com to learn more
.
- Publisher: Interactive Video Systems
- Date:
- Size: 82083 KB
- Platform: Win7 x32, Win7 x64, Windows 8, WinOther
- Debugmode FrameServer
- License: Shareware

Debugmode FrameServer is a plugin which will allow Non-linear editing systems (NLE) to do FrameServing, Image Sequence export and AudioServing.
FrameServing and AudioServing are the techniques used to transfer audio/video data from one application to another without doing a full fledged render and temporary files.
Debugmode FrameServer is a plugin for NLEs enabling them to export their timeline audio/video data outside so that other applications can use the timeline directly as input.
Another use of the Frameserver/Audioserver is to serve audio/video data to an application that does not understand the source format.
- Publisher: Satish Kumar
- Date:
- Platform: WinOther
- Easy Final Cut Pro Training
- License: Freeware
- Price: 0.00

If you're old enough to remember the early days of non-linear editing or even tape-based video editing, you're going to love Final Cut Pro HD. This system is built for speed with real time performance and exciting effects and it supports just about any format including uncompressed HD formats as well as tapeless formats such as Sony XDCAM HD and Panasonic P2. But as a professional editor, you already know that. What you don't know yet is how to get the most out of Final Cut Pro.
Use the self-paced Final Cut Pro 6 mobile app on your own terms to learn the ins and outs of using Final Cut for all of your professional video and film editing needs.
- Publisher: Amazing eLearning, LLC
- Date: 16-03-2014
- Size: 20480 KB
- Platform: Android 2.x, Android 3.x, Android 4.4, Android 4.x
- Kdenlive - KDE Non Linear Video Editor
- License: Freeware
- Price: 0.00

A professional quality Non-linear video editing suite for KDE..
- Publisher: kdenlive.org
- Date: 17-10-2012
- Size: 5015 KB
- Platform: Linux, Unix
- Non-linear regression GUI
- License: Freeware
- Price: 0.00

The non-linear regression problem (univariate or multivariate) is easily posed using a graphical user interface (GUI) that solves the problem using one of the following solvers: - nlinfit: only univariate problems. - lsqnonlin: can deal with multivariate problems (more than one dependent fitting variable, ydata is a matrix). - patternsearch: this solver is useful to obtain a good start point, before using nlinfit or lsqonolin; this way, the global minimum is determined easier. Data is introduced in the GUI as vector or matrix from the workspace. The model to be fitted must be written in an M-file in vectorized form: ypred = model(x,xdata) ypred is a column vector (univariate problem) or matrix (multivariate problem) with the model response (observations in rows).
- Publisher: Pablo MardoTsn
- Date: 14-05-2013
- Size: 31 KB
- Platform: Matlab, Scripts
- Laxius Power III
- License: Freeware
- Price: 0.00

Open-ended, award-winning 200H RPG, Laxius Power III is the epic conclusion of the famous trilogy. In a huge world full of creatures (more than 500), it features 150 quests in a non-linear gameplay, including 6 guilds to enter and 2 endings to discover. Laxius Power III is the definitive installment of the series! Get prepared to help Random Pendragon, Sarah Brandolino (the legendary couple of the saga) and all of their friends fight against the Demons as the dreaded cycle is coming towards its accomplishment. Take a deep breath and read for yourself, you're not going to believe how many features this game holds for you: 200 hours of gameplay (1100 different areas), one of the biggest, most open-ended worlds ever created in a free RPG, massively non-linear gameplay, original characters artworks, original musics in MP3/WAV, visible...
- Publisher: Laxius Power Games
- Date: 23-12-2004
- Size: 30000 KB
- Platform: Win2000, Windows CE, Windows Server, WinOther
- Solving non-linear and linear simultaneous equations with fsolve
- License: Freeware
- Price: 0.00

solvesimul.m can be easily adapted to solve more equations but as it stands it will solve 2 unknowns in 2 equations (1 non-linear and one linear). To solve equations of this form... a*x + b*y = A (1) a1*x^2 + b1*y^2 = B (2) ...with fsolve (used by solvesimul.m) you need to rewrite them so that they equal zero. so (1) and (2) become a*x + b*y - A = 0 (1a) a1*x^2 + b1*y^2 - B = 0 (2a) then using a nested function approach (there are many other ways) you can solve some system of non-linear equations. An example, 2*x + 3*y - 8 = 0 4*x^2 + 5*y^2 - 24 = 0 At the MATLAB command-line prompt you run the 'solvesimul' m-file function with the correct arguments i.
- Publisher: Bruce
- Date: 08-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Newton-Raphson Method for Non-linear System of 3 variables
- License: Shareware

You can solve non-linear systems of 3 variables. Only write "newtonv1" on the command window. Then write the 3 equations, the number of iterations y the precision tolerance. The partial derivatives for the gradients are calculated by the program.
- Publisher: Jesus Hernandez
- Date: 20-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Solving non-linear (and linear) simultaneous equations with 'solve'
- License: Shareware

symsolvesimulv2.m can be easily adapted to solve more equations but as it stands it will solve 2 unknowns in 2 non-linear equations (can be linear too or a mixture). Big change: It now has data input integrity checking. At the MATLAB command-line prompt you run the 'symsolvesimulv2' m-file function with the correct vector arguments i.e. exponents, coefficients and constants in the equations in the appropriate order. >> help symsolvesimulv2 solves a system (a pair) of non-linear or linear equations or a mixture, returning a n x 2 column solution vector for x and y. The first parameter is a row vector (1 x 4) of exponents used in both equations.
- Publisher: Bruce
- Date: 27-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- ANNI - solver of a set of non-linear equations
- License: Shareware

Let us suppose a set of non-linear equations in the form F(m) = d (m,d are vectors, F is a vector function of vector argument). ANNI tries to construct suitable numerical approximation for inverse projection of d to m, i.e. to find numerical form of G(d) = m. Such mapping may not exist in general, and therefore ANNI constructs data/model subspaces covered by population of individuals, for which the inverse G hopefully does exist at least locally. Size and shape of the population are determined adaptively by using empirical rules during the inversion. Numerical approximation of G is achieved by (i) linear regression, (ii) linear prediction ('Kriging') and, (iii) radial basis function network.
- Publisher: Bohuslav Ruzek
- Date: 24-06-2013
- Size: 276 KB
- Platform: Matlab, Scripts
- Custom solution for 3 non-linear simultaneous equations
- License: Shareware

This customised function solves one type of non-linear system of 3 simultaneous equations in 3 unknowns: k, L and r0 in 3 equations with 4 knowns: zeta, eeta, d and angle. function matrixresults = symsolvenonlineq(n,degrees,dinput) % EXAMPLE USAGE: m=symsolvenonlineq(3,45,20) % nb: takes around 738s to process two 1 x 1000 matrices INPUT Parameters: % n determines size of a random matrix for zeta and eeta, % degrees is the angle and sets constant 'angle' (in radians), % dinput sets constant 'd'. % %OUTPUT: %returns a 2D matrix of results for k,L and r0. % %5 things to note: %1/ you need to do a 'clear all' prior to running the function %otherwise it may crash on big input matrices; %2/ could not use 'zeta' with 'solve' as it gave an error so %shortened variable 'zeta' to 'zet'; %3/ always produces a complex solution set for k, L and...
- Publisher: Bruce
- Date: 20-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Non-linear Music System
- License: Freeware
- Price: 0.00

This project is to become a collection of code and software involving a non-linear and cell-based music system. The main objective is to provide tools for game and music designers for creating and playing non-linear music.
Non-linear Music System License - GNU General Public License version 3.0 (GPLv3).
- Publisher: Nmsproject
- Date:
- Platform: WinOther
- avs-vista non-linear video edit
- License: Freeware
- Price: 0.00

avs-vista is a new Non-Linear video edit project. develop flatform on OS win32 and cygwin-win32.
avs-vista non-linear video edit License - GNU General Public License (GPL); wxWindows Library Licence.
- Publisher: Avs-vista
- Date:
- Platform: WinOther
- Non-linear arithmetic property checker via Bernstein polynomial
- License: Freeware
- Price: 0.00

As its name suggests, Non-linear arithmetic property checker via Bernstein polynomial is a handy tool for checking certain polynomial constraint problems.
You can use the examples that the application comes with or create your own by specifying the variables, the coefficient of the polynomial and the bound for each variable.
.
- Publisher: Chih-Hong Cheng
- Date:
- Platform: WinOther
- Engineering Suite
- License: Shareware

Engineering Suite is a small, easy to use application specially designed to offer you a program to help you solve non-linear equation system as well as linear equation system in which you write the equations and the program solves them numerically.
Please note that to solve a non-linear equation system you have to solve a linear equation system in the process. This fact is important because the resolution of linear equation system is very easy compared to the resolution of non-linear equation system and the program development was in order to make the resolution of those equation easier to users.
- Publisher: Pablo Salinas
- Date:
- Platform: WinOther
- Non Linear Equation Solver
- License: Shareware
- Price: 1.1

Scientific tool/solver to solve single variable non-linear equations (NLS). The app can compute multiple roots of a NLS. The app has two different options to compute the root of NLE viz. (a) general (b) specific. General search option gives the root of NLS without any user specified limits (should be used for NLS with single roots).Specific search option gives the root within the limits specified by the user (should be used for NLS with multiple roots to find multiple roots with different limits).The app has a very rich and user-friendly UI (user interface). The results can be sent to any e-mail id by using “Send e-mail” option in main menu.
- Publisher: AsherMobile Solutions
- Date: 04-12-2014
- Size: 1126 KB
- Platform: Android 1.x, Android 2.x, Android 3.x, Android 4.4, Android 4.x
- PiTiVi
- License: Freeware
- Price: 0.00

PiTiVi is a non-linear graphical audio/video editor for GStreamer. It's main goals are to provide a user-friendly interface for the non-linear editing of several different types of media using all the various elements made available through GStreamer Bu
PiTiVi License - GNU General Public License (GPL).
- Publisher: pitivi.org
- Date:
- Platform: WinOther
- Avisynth rev. 2
- License: Freeware
- Price: 0.00

Avisynth is a scripting language and a collection of filters for simple (and not so simple!) non-linear video editing tasks. It frameserves video to applications..
- Publisher: avisynth.org
- Date: 19-07-2012
- Size: 4963 KB
- Platform: WinOther











