opinions on video editors

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications opinions on video editors
# 1  
Old 04-12-2012
opinions on video editors

What is everyones opinions on these video editors?
PiTiVi
Avidemux
Cinelerra
Kdenlive
Kino

Linux Video Editing: Top Five Linux Video Editors
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need opinions about scripting blackouts

Hi All. I am stuck and need some fresh ideas... I am writing a script that checks to see if an Oracle db is available. The script reads an ini file to determine if there is a blackout period for certain db's... ie: we don't care if it's up or down 1700 - 700 the next morning. The ini file... (3 Replies)
Discussion started by: jamie_collins
3 Replies

2. UNIX for Dummies Questions & Answers

Mail utilities and editors.

I was wondering what other mail utilities besides 'mutt, unix mail, PINE and elm' are available for unix. Also, what other editors are around besides 'VI, pico, vim and emacs'... I've been searching the net looking for some answers, but nothing much has come up.. thanx! (1 Reply)
Discussion started by: Shonnie
1 Replies

3. UNIX for Advanced & Expert Users

Opinions on memory increase

We are trying to tune a server which phsycially is maxed out on cpu. We are maxing out on memory and swapping at a rate of 20-43% of our swap space which is approx 45% of total ram. We "can" upgrade to twice the memory that we currently have but it will be costly as there are no more seats... (5 Replies)
Discussion started by: MizzGail
5 Replies

4. UNIX for Dummies Questions & Answers

Editors for UNIX

Where can i find editors for UNIX? thanks (5 Replies)
Discussion started by: Inbal
5 Replies

5. Programming

editors?

Just started out with C and are looking for a good editor in *nix that marks the code with colors. This is maybe a newbie thing to have the C code in colors but i like it and you can almost always se when you are typing wrong. :) Ive heard that emacs should have that option but i havent... (3 Replies)
Discussion started by: hexdoctor
3 Replies
Login or Register to Ask a Question
KDENLIVE_RENDER(1)					   Render program for Kdenlive. 					KDENLIVE_RENDER(1)

NAME
kdenlive_render - Render program for Kdenlive. SYNOPSIS
kdenlive_render [-erase] [in=pos] [out=pos] [render] [profile] [rendermodule] [player] [src] [dest] [[arg1] [arg2] ...] DESCRIPTION
Render program for Kdenlive. Renders kdenlive project detached from Kdenlive, while providing feedback through kuiserver. This program is not meant to be called directly by users, but is called from Kdenlive, when a rendering process is started. OPTIONS
Options: -erase If present, src file will be erased after rendering in=pos Start rendering at frame pos out=pos End rendering at frame pos render Path to MLT melt render program profile The MLT video profile rendermodule The MLT consumer used for rendering, usually it is avformat player Path to video player to play when rendering is over, use '-' to disable playing src Source file - usually MLT playlist dest Destination file args Space separated libavformat arguments ENVIRONMENT
KDENLIVE_RENDER_LOG If $KDENLIVE_RENDER_LOG is set, a log will be written to /tmp/kdenlive_render.log.XXXXXXXX, that contains information about the result of calling melt, ffmpeg, etc. This can be used for debugging. SEE ALSO
Please see the homepage at http://www.kdenlive.org/ AUTHORS
Jean-Baptiste Mardelle <jb@kdenlive.org> Marco Gittler <g.marco@freenet.de> K Desktop Environment Dec 2008 KDENLIVE_RENDER(1)