Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.438.603 Times

Non Linear Editing software
Filter: All | Freeware | Demo
 

Non Linear Editing

1 2 3 4 5 > 
Added: January 04, 2010 | Visits: 955

GLNLinear GLNLinear is a Gnu Enterprise Level Non-Linear Editing Suite.. Get GLNLINEAR at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. GLNLINEAR - The Gnu Enterprise Level Non-Linear Editing Suite



Platforms: *nix

License: Freeware Size: 4.4 MB Download (100): GLNLinear Download

Added: May 10, 2013 | Visits: 579

Non-Linear Units This is a simple way of expressing non-linear scales (such as decibels) in python. In stead of:gain = 10 ** (12/10.)Use





Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Non-Linear Units Download

Added: May 09, 2013 | Visits: 545

Non-linear regression GUI 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...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (48): Non-linear regression GUI Download

Newton-Raphson Method for Non-linear System of 3 variables 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


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Newton-Raphson Method for Non-linear System of 3 variables Download

Added: August 17, 2013 | Visits: 496

ANNI - solver of a set of non-linear equations Let us suppose a set of non-linear equations in the formF(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 ofG(d) = m.Such mapping may not exist in general,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 276.48 KB Download (49): ANNI - solver of a set of non-linear equations Download

Added: July 07, 2013 | Visits: 409

Custom solution for 3 non-linear simultaneous equations This customised function solves one type of non-linear systemof 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...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Custom solution for 3 non-linear simultaneous equations Download

Added: November 25, 2010 | Visits: 996

GStreamer GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently....


Platforms: *nix

License: Freeware Size: 2 MB Download (94): GStreamer Download

Added: March 15, 2010 | Visits: 1.134

GStreamer Plugins Base GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Vorbis and Ogg playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently....


Platforms: *nix

License: Freeware Size: 1.4 MB Download (115): GStreamer Plugins Base Download

Added: March 08, 2010 | Visits: 806

GStreamer Plugins Good GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Vorbis and Ogg playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently....


Platforms: *nix

License: Freeware Size: 2 MB Download (103): GStreamer Plugins Good Download

Added: October 24, 2010 | Visits: 1.074

GStreamer Plugins Bad GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Vorbis and Ogg playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently....


Platforms: *nix

License: Freeware Size: 962.56 KB Download (100): GStreamer Plugins Bad Download

Added: September 10, 2010 | Visits: 968

GStreamer Plugins Ugly GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Vorbis and Ogg playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently....


Platforms: *nix

License: Freeware Size: 808.96 KB Download (106): GStreamer Plugins Ugly Download

Added: April 01, 2010 | Visits: 685

Gnonlin Gnonlin is a library for creating non-linear video editors. Gnonlin project works together with the GStreamer multimedia framework to give developers a powerfull and flexible set of tools for quickly assembling applications which needs to handle non-linear video editing. Installation: The...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (87): Gnonlin Download

Added: April 04, 2010 | Visits: 1.194

Kdenlive Kdenlive is a non-linear video editor for KDE. Kdenlive project provides all project management and editing tools while relying on a separate rendering program (currently PIAVE) to perform the editing operations. Support is planned for transitions, effects, multiple file formats, and full...


Platforms: *nix

License: Freeware Size: 2.4 MB Download (105): Kdenlive Download

Added: March 06, 2010 | Visits: 1.440

PiTiVi PiTiVi is a non-linear audio/video editor for GNU/Linux using the GStreamer multimedia framework. The GStreamer and PiTiVi team are pleased to announce a new pre-release of PiTiVi. This release is in beta state, may suffer from hangs and is not yet ready for production. Transcoding/Encoding...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (110): PiTiVi Download

Added: March 13, 2010 | Visits: 844

KFilm Video cutting software with QT/KDE uses SDL/ffmpeg an reads every FIle that ffmpeg reads -cut /merge video -non linear VideoEditing.


Platforms: *nix

License: Freeware Size: 737.28 KB Download (92): KFilm Download

Solving non-linear and linear simultaneous equations with fsolve 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...


Platforms: Matlab


LOWESS, Locally Weighted Scatterplot Smoothing for linear and non-linear data (enhanced) LOWESS- Locally Weighted Scatterplot Smoothing that does not require the statistical toolbox in matlab.This regression will work on linear and non-linear relationships between X and Y.Modifications:12/19/2008 - added upper and lower LOWESS smooths. These additional smooths show how the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (41): LOWESS, Locally Weighted Scatterplot Smoothing for linear and non-linear data (enhanced) Download

Solving non-linear (and linear) simultaneous equations with 'solve' 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...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Solving non-linear (and linear) simultaneous equations with 'solve' Download

Added: June 08, 2013 | Visits: 289

ESTIMATION PROCESS USING NON LINEAR ENERGY OPERATOR Estimation of various parametres of any signal is of prime importance in signal analysys. Here we are using Non Linear Energy operator introduced by Keiser and first provided by Teager.The algo is approaching DESA-1 . To estimate instaneous frequency and amplitude ,this process is quite useful...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (43): ESTIMATION PROCESS USING NON LINEAR ENERGY OPERATOR Download

Added: April 10, 2013 | Visits: 252

Detrend Non-linear Data Removes nonlinear trend from dataDETRENDNONLIN Removes non-linear trend from a vector.The nonlinearity is removed by subtracting a least-squarespolynomial fit.Y = DETRENDNONLIN(X) subtracts a second order polynomial fit fromthe data vector X.Y = DETRENDNONLIN(X, n) subtracts a polynomial fit of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Detrend Non-linear Data Download

1 2 3 4 5 >