> GStreamer is an X-windows program, right? I'll have to look into it
> tomorrow.

Not exactly. :-) GStreamer is a platform independent multimedia library.
Obviously, using it with V4L2 makes it Linux dependent but there's not
necessarily a GUI associated with it. Most programs that use GStreamer
just happen to have one but like I said, gst-launch has no GUI and it
often takes only a few lines of code to do cool things.

> I've used this entire day trying to get ffmpeg to work, my only hurdle  
> being that it currently doesn't care if I use "-t" so I'm unable to  
> specify a period
> for it to record, and thus it's kind of useless for me..If anyone is  
> interested, this is the line which doesn't work as expected (based on  
> Pierres script)
>
> ffmpeg -vd "/dev/video0" -target vcd -t 15 "test.avi"
> (should result in 15-second recording,but it keeps on recording and I  
> have to quit it with "q")

I don't see anything obviously wrong with this. But then again, different
programs parse the command line very differently. Have you tried "-t15"
without the space? Also, the man page mentiones a second time format:
      `-t duration'
      Set the recording time in seconds. hh:mm:ss[.xxx] syntax is also
supported.
Might be worth a shot ...

Cheers,
Martin
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to