Re: [Mjpeg-users] Errors with mjpegtools 1.6.1.93 and 1.6.0 while compiling

2004-02-06 Thread Mark James
> borsti:/video/video # lavplay -v 2 test.mov > lavplay1.6.2 > . > Fatal signal: Segmentation Fault (SDL Parachute Deployed) Try lavplay -v 2 -a 0 test.mov --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools

[Mjpeg-users] Fix for no audio on lavrec recordings subsequent to the first (2.6 kernel)

2004-08-01 Thread Mark James
After moving to Linux 2.6, I found I got no audio in lavrec recordings on my MGA-G400TV/Marvel hardware. After fixing a bug in the Marvel drivers, I still found that there was no sound on the 2nd and subsequent lavrec recordings. This was due to an ioctl call in liblavrec.c to mute the audio at th

[Mjpeg-users] Fix for no high priority on main lavrec thread

2004-08-04 Thread Mark James
Despite chmoding the lavrec binary setuid root, I've been getting the errors ++ WARN: [lavrec] Unable to set negative priority for main thread ++ WARN: [lavrec] Pthread Real-time scheduling for main thread could not be enabled whenever I record with lavrec. This is due to any setui

Re: [Mjpeg-users] Fix for no high priority on main lavrec thread

2004-08-11 Thread Mark James
Bernhard Praschinger wrote: With wich user do you start lavrec ? A normal user. The Real-time scheduling can only be enabled by the root user for a process. So you have start lavrec as root or configure sudo. To record with th RT scheduling. I setuid root the lavrec binary, which sets the effecti

Re: [Mjpeg-users] lavrec segfault with matrox driver_fb

2005-04-11 Thread Mark James
From: Stephen Mollett <[EMAIL PROTECTED]> Date: Sun, 10 Apr 2005 21:10:33 +0100 Subject: [Mjpeg-users] lavrec segfault with matrox driver_fb For some months, I've had an issue with lavrec on my Marvel G400 capture card. I can record successfully, but when recording ends (either by the -t option o

Re: [Mjpeg-users] How to take a shapshot from the dc30

2006-04-24 Thread Mark James
I have the Miro installed on my home server because I want to run a (low traffic) weather cam. Now I trying to find out howto to grab a jpg from /dev/video every 5 sec. The output jpg must be overwritten everytime, so I can show the actual weather online. Perhaps you can run xawtv and use xawt

[Mjpeg-users] Re: No video while recording (new kernel)

2006-06-15 Thread Mark James
> From: Bernhard Fr?hmesser <[EMAIL PROTECTED]> > Subject: [Mjpeg-users] No video while recording (new kernel) > I have compiled a new kernel version and compiled support for v4l and > the zoran driver (dc10+) as module. I load the module with modprobe > zr36067. So far when i have a VHS attache

[Mjpeg-users] Re: building jpeg-mmx fails (Florin Andrei)

2003-01-24 Thread Mark James
Florin Andrei <[EMAIL PROTECTED]> wrote: > jpeg-mmx-0.1.4 on Red Hat 8.0 fails to build. See attach. > make: *** No rule to make target `fdct_mmx.lo', needed by `libjpeg-mmx.la' This may help: https://sourceforge.net/tracker/index.php?func=detail&aid=548908&group_id=5776&atid=105776 --

[Mjpeg-users] lav2avi.sh available for download?

2003-09-21 Thread Mark James
Hello, From where can I download the lav2avi.sh script mentioned in the mjpegtools manpage for making DivX files? Thank you. -- Mark --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf __

Re:[Mjpeg-users] Saving Recording Audio Levels ALSA vs OSS

2003-10-07 Thread Mark James
Jean, to set the sound recording level, and to mute line output I use aumix -S -l 0 -i 15 -l R before recording and aumix -L >/dev/null after recording in my tvr script for scheduling lavrec recordings: http://mrj.bpa.nu/tvr Mark