Date: Fri, 15 Feb 2008 06:53:41 +0000 From: Steve O'Hara-Smith <steve@sohara.org> To: Olivier Nicole <on@cs.ait.ac.th> Cc: freebsd-multimedia@freebsd.org Subject: Re: Reccoding video for security application Message-ID: <20080215065341.61b31997.steve@sohara.org> In-Reply-To: <200802150622.m1F6MV8m044126@banyan.cs.ait.ac.th> References: <200802140853.m1E8r9Xe060292@banyan.cs.ait.ac.th> <20080214100027.52c7f2ef.steve@sohara.org> <200802150622.m1F6MV8m044126@banyan.cs.ait.ac.th>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 15 Feb 2008 13:22:31 +0700 (ICT) Olivier Nicole <on@cs.ait.ac.th> wrote: > > > I have a bktr848 video capture card in the machine and I would like to > > > reccord video and save it in a decent format (something that could > > > easily be played on most movie player on Windows and X, xvid, mpeg, > > > etc.) in the full 640x480 resolution. > > > > > > I have been playing around with fxtv and dtv and transcode and... > > > > Try ffmpeg - I used it as a VCR for a long time, mencoder should > > also work well and provides the very low CPU option of using nuv > > (Nuppelvideo) format recording. > > I tries ffmpeg, but it core dumps both on /dev/bktr and on the file > reccorded with dtv. That's a pain, ffmpeg is a nice little tool when it hasn't been broken. It might be worthwhile seeing if you can find an older package of it and try that. > Mencode has so many options, I don't know how to run it. Most of them have to do with specifying the output format and encodings (it does support rather a lot of them). Start with something like this mencoder tv:// -tv driver=bsdbt848:norm=PAL:input=0 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=2400 -oac 'mp3lame' -lameopts br=128 out.avi You may need to specify a different input depending on where your camera is plugged in and how the board is wired. You might want NTSC or SECAM instead of PAL. You can fiddle endlessly with the lavcopts trading off quality, size and CPU utilisation. -- C:>WIN | Directable Mirror Arrays The computer obeys and wins. | A better way to focus the sun You lose and Bill collects. | licences available see | http://www.sohara.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080215065341.61b31997.steve>