* [OT] preferred video apps? @ 2010-04-30 16:57 Randy Dunlap 2010-05-01 0:48 ` Mauro Carvalho Chehab 0 siblings, 1 reply; 5+ messages in thread From: Randy Dunlap @ 2010-04-30 16:57 UTC (permalink / raw) To: linux-media Hi, Sorry for a non-kernel question, but I'd like to get some suggestions on video recording and editing software, please. If it matters, this is mostly for recording & editing sports events (matches). Reply privately if you prefer ... thanks, --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OT] preferred video apps? 2010-04-30 16:57 [OT] preferred video apps? Randy Dunlap @ 2010-05-01 0:48 ` Mauro Carvalho Chehab 2010-05-02 5:28 ` vincent.mcintyre ` (2 more replies) 0 siblings, 3 replies; 5+ messages in thread From: Mauro Carvalho Chehab @ 2010-05-01 0:48 UTC (permalink / raw) To: Randy Dunlap; +Cc: linux-media Randy Dunlap wrote: > Hi, > > Sorry for a non-kernel question, but I'd like to get some suggestions > on video recording and editing software, please. > > If it matters, this is mostly for recording & editing sports events (matches). > > Reply privately if you prefer ... Please, _do_not_ reply privately ;) We should build a relation of the userspace applications we need to care when testing for regressions, so, this is not OT. It would be nice to hear what are the preferred open source applications. >From my side, those are the applications I use: analog: xawtv 3, xawtv 4, tvtime, mencoder, ffmpeg Only mencoder and ffmpeg can record - but xawtv (and xdtv) call them. On digital side, I use kaffeine, gnutv and vlc. Kaffeine and gnutv can record. Not sure about vlc. mplayer is capable of working with both analog and digital (and, by consequence, mencoder). Although I don't use, mythtv and vdr are also very popular applications. AFAIK, both have record support. -- Cheers, Mauro ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OT] preferred video apps? 2010-05-01 0:48 ` Mauro Carvalho Chehab @ 2010-05-02 5:28 ` vincent.mcintyre 2010-06-14 12:06 ` Stefan Kost 2010-06-17 8:31 ` deb 2 siblings, 0 replies; 5+ messages in thread From: vincent.mcintyre @ 2010-05-02 5:28 UTC (permalink / raw) To: Mauro Carvalho Chehab; +Cc: Randy Dunlap, linux-media On 1/05/10 10:48 AM, Mauro Carvalho Chehab wrote: > Please, _do_not_ reply privately ;) > I've found VLC useful for testing reception quality "by eye", though it's not obvious how to force usage of a particular tuner. I am pretty sure it can record. Also '{c,s,t}zap' ow w-zap are helpful for quick tests of basic functionality like tuning, and with the signaltest.pl script ( http://linuxtv.org/wiki/index.php/Testing_reception_quality) I use MythTV in 'production' but I find it a bit clumsy for testing with. Cheers Vince ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OT] preferred video apps? 2010-05-01 0:48 ` Mauro Carvalho Chehab 2010-05-02 5:28 ` vincent.mcintyre @ 2010-06-14 12:06 ` Stefan Kost 2010-06-17 8:31 ` deb 2 siblings, 0 replies; 5+ messages in thread From: Stefan Kost @ 2010-06-14 12:06 UTC (permalink / raw) To: Mauro Carvalho Chehab; +Cc: Randy Dunlap, linux-media On 01.05.2010 03:48, Mauro Carvalho Chehab wrote: > Randy Dunlap wrote: > >> Hi, >> >> Sorry for a non-kernel question, but I'd like to get some suggestions >> on video recording and editing software, please. >> >> If it matters, this is mostly for recording & editing sports events (matches). >> >> Reply privately if you prefer ... >> > Please, _do_not_ reply privately ;) > > We should build a relation of the userspace applications we need to care when > testing for regressions, so, this is not OT. It would be nice to hear what are > the preferred open source applications. > > From my side, those are the applications I use: > analog: xawtv 3, xawtv 4, tvtime, mencoder, ffmpeg > > Only mencoder and ffmpeg can record - but xawtv (and xdtv) call them. > gstreamer can record too :) A few examples: stream to screen: gst-launch v4l2src ! xvimagesink capture 1 image gst-launch v4l2src num-buffers=1 ! jpegenc ! filesink location="test.jpeg" stream to screen and capture video (-e is needed to terminate video on ctrl-c) gst-launch -e v4l2src ! tee name=t ! queue ! xvimagesink t. ! ffenc_mpeg4 ! avimux ! filesink location="video.avi" same as before, but select resolution and framerate gst-launch -e v4l2src ! "video/x-raw-yuv,width=320,height=240,framerate=(fraction)15/1" ! tee name=t ! queue ! xvimagesink t. ! ffenc_mpeg4 ! avimux ! filesink location="video.avi" (see man gst-launch-0.10 for more examples) Stefan > On digital side, I use kaffeine, gnutv and vlc. Kaffeine and gnutv can record. > Not sure about vlc. > > mplayer is capable of working with both analog and digital (and, by consequence, > mencoder). > > Although I don't use, mythtv and vdr are also very popular applications. AFAIK, > both have record support. > > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OT] preferred video apps? 2010-05-01 0:48 ` Mauro Carvalho Chehab 2010-05-02 5:28 ` vincent.mcintyre 2010-06-14 12:06 ` Stefan Kost @ 2010-06-17 8:31 ` deb 2 siblings, 0 replies; 5+ messages in thread From: deb @ 2010-06-17 8:31 UTC (permalink / raw) To: linux-media On 05/01/2010 02:48 AM, Mauro Carvalho Chehab wrote: > On digital side, I use kaffeine, gnutv and vlc. Kaffeine and gnutv can record. > Not sure about vlc. vlc can too. Check "advance controls" in the menu "View" to get the nice red button :-) ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-06-17 8:32 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-04-30 16:57 [OT] preferred video apps? Randy Dunlap 2010-05-01 0:48 ` Mauro Carvalho Chehab 2010-05-02 5:28 ` vincent.mcintyre 2010-06-14 12:06 ` Stefan Kost 2010-06-17 8:31 ` deb
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.