Hallo

> > It might help you with you firewire problem.
> 
> I tried Kino, but it doesn't detect my camcorder either. The problem seems that the 
> ieee1394 support in the kernel (2.4.20-4GB-athlon) doesn't work with the nVidia 
> interface. I followed the HOWTO from <http://www.linux1394.org/start_test.html>.
> But testlibraw doesn't find any node:
> 
> @pc2:~/gscanbus-0.7.1> testlibraw
> successfully got handle
> current generation number: 1
> 1 card(s) found
>   nodes on bus:  0, card name: ohci1394
> using first card found: 0 nodes on bus, local ID is 0, IRM is 63
> 
> The gscanbus program reports:
> "Error while reading from IEEE1394: : Resource temporarily unavailable
> something is wrong here"
> 
> So I figure my ieee1394 isn't working with Linux (yet) :-(
> 
> Question: Is there any video data format in which I can capture under Windows which 
> I can read under Linux (I think I read something about "dvraw")?

I have no idea to which format your application can capture in Windows.
There are codecs that provide mjpeg functions in windows. Maybe you
should take a look at 
And kino or the dvgrab are not able to handle those stream recorded with
windows program ?
kino should also be able to process some other dv formats the mjpegtools
cannot handle direct. 

If you can play back the recorded video with mplayer you are lucky.
mplayer has a output "device" that  creates a yuv stream, you can than
process with the mjpegtools. It could looke like that:
mkfifo stream.yuv
mplayer -nosound -vo yuv4mpeg -benchmark -quiet -vcd 1 /dev/cdrom \
   </dev/null &
cat stream.yuv | yuvscaler -O VCD | mpeg2enc -f 1 video.m1v
mplayer -vo null -ao pcm -vcd 1 /dev/cdrom
sox -t wav audiodump.wav -t wav -r 44100 /dev/stdout | toolame -B 224 \
    audio.mp2
mplex -f 1 -o svcdmovie.mpg
rm -f audiodump.wav video.m1v audio.mp2

(copied from the mail from Robert Kesterson from the 28 Feb 2002, more
hints in the mjpeg users list archive) 

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED] [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to