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
LUVCVIEW(1)						      General Commands Manual						       LUVCVIEW(1)

NAME
luvcview - USB Video Class grabber SYNOPSIS
luvcview [options]... DESCRIPTION
luvcview is a camera viewer for UVC based webcams. It includes an mjpeg decoder and is able to save the video stream as an AVI file. OPTIONS
A summary of options is included below. -c Enable raw frame capturing for the first frame. -C Enable raw frame stream capturing from the start. -d /dev/videoX Specify the video device to use. -f format Specify the video format to use. jpg or MJPG JPEG format. This is the default if available. yuv or YUYV YUV format. uyvy or UYVY UYV format. -g Grab the images with READ method instead of default MMAP. -h Print a help text and exit. -L Query valid video formats. -l Query valid controls and settings. -o outputfile Create an AVI file with the stream received from the video device. -r Read and set control settings from the luvcview.cfg file in the current directory. Such a configuration file can be created by using the F1 key in the interface. -s widthxheight Select the image input size. -S Enable raw stream capturing from the start. AUTHORS
Laurent Pinchart && Michel Xhaard. This manual page was originaly written by Aurelien Jarno <aurel32@debian.org>, for the Debian GNU/Linux system (but may be used by others). June 19, 2007 LUVCVIEW(1)