Re: [Mjpeg-users] LVS and mjpegtools version

2004-05-18 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 17 May 2004 19:19, Ronald S. Bultje wrote:
 On Mon, 2004-05-17 at 23:20, Anne Wilson wrote:
  Taking advice, I have put Load v4l back into XF86Config-4, and
  added v4l1-compat and v4l2-common to /etc/modprobe.preload.  It no
  longer reboots, but I still have only the display card listed as a
  possible device.

 No, no, you need the *driver* module loaded before starting X, not
 the general v4l modules.

I'm a bit out of my depth here, Ronald.  I thought that putting vl4 into 
XF86Config-4 did that?

Anne
- -- 
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFAqbYukFAvMr/nNX8RAn8oAJoD+SLGE6Xsqyyu0Scf6gbH0MJr2wCglsjK
o0X8GqIu9HwmCQJNilMuKuw=
=JKFg
-END PGP SIGNATURE-



---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id%62alloc_ida84op=click
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] LVS and mjpegtools version

2004-05-18 Thread Ronald Bultje
Hi Anne,

On Tue, 18 May 2004, Anne Wilson wrote:
 On Monday 17 May 2004 19:19, Ronald S. Bultje wrote:
  On Mon, 2004-05-17 at 23:20, Anne Wilson wrote:
   Taking advice, I have put Load v4l back into XF86Config-4, and
   added v4l1-compat and v4l2-common to /etc/modprobe.preload.  It no
   longer reboots, but I still have only the display card listed as a
   possible device.
 
  No, no, you need the *driver* module loaded before starting X, not
  the general v4l modules.
 
 I'm a bit out of my depth here, Ronald.  I thought that putting vl4 into
 XF86Config-4 did that?

Not exactly. The 'v4l' in your XF86Config loads the XFree86 v4l/Xv module.
This module will provide an Xv-implementation of the v4l overlay via X.
this is a fancy way of doing very simple display of video on-screen
without needing a lot of code. However, your *kernel* needs to *support*
your card before X can *use* the card, so you load both the v4l modules
(videodev.o, v4l2-common.o, etc.) and the driver module (e.g. zr36067.o or
zoran.o, depending on whether you use the CVS driver or the 2.6.x
built-in one). Then, your kernel supports your card and X can use it.

Hope this makes things clear,

Ronald



---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] LVS and mjpegtools version

2004-05-18 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

  I'm a bit out of my depth here, Ronald.  I thought that putting vl4
  into XF86Config-4 did that?

 Not exactly. The 'v4l' in your XF86Config loads the XFree86 v4l/Xv
 module. This module will provide an Xv-implementation of the v4l
 overlay via X. this is a fancy way of doing very simple display of
 video on-screen without needing a lot of code. However, your *kernel*
 needs to *support* your card before X can *use* the card, so you load
 both the v4l modules (videodev.o, v4l2-common.o, etc.) and the driver
 module (e.g. zr36067.o or zoran.o, depending on whether you use the
 CVS driver or the 2.6.x built-in one). Then, your kernel supports
 your card and X can use it.

OK - I must be missing something here ;-)

My modprobe.preload now looks like this:

zr36067
via-My modprobe.preload now looks like this:

zr36067
via-agp
videodev
v4l1-compat
v4l2-common

Still if I use studio -t I see only the ATi display card.

Anne
- -- 
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFAqinmkFAvMr/nNX8RAk54AJ97YqZZVwMmWh4fCPDerumqV1uUnACfYizz
sAbXDBwxcNB4oqw0Jvv01d8=
=tbnx
-END PGP SIGNATURE-



---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id%62alloc_ida84op=click
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] LVS and mjpegtools version

2004-05-18 Thread Ronald Bultje
Hi,

On Tue, 18 May 2004, Anne Wilson wrote:
 My modprobe.preload now looks like this:
 zr36067
 via-agp
 videodev
 v4l1-compat
 v4l2-common
 Still if I use studio -t I see only the ATi display card.

Are they loaded? Maybe loading fails, or opening the card fails; check
'dmesg' to be sure.

Ronald



---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] LVS and mjpegtools version

2004-05-18 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 18 May 2004 18:53, Ronald Bultje wrote:
 Hi,

 On Tue, 18 May 2004, Anne Wilson wrote:
  My modprobe.preload now looks like this:
  zr36067
  via-agp
  videodev
  v4l1-compat
  v4l2-common
  Still if I use studio -t I see only the ATi display card.

 Are they loaded? Maybe loading fails, or opening the card fails;
 check 'dmesg' to be sure.

- From /var/log/dmesg:

Linux video capture interface: v1.00
Linux video codec intermediate layer: v0.2
Zoran MJPEG board driver version 0.9.5
PCI: Found IRQ 10 for device :00:0f.0
MJPEG[0]: Zoran ZR36067 (rev 2) irq: 10, memory: 0xdd80
MJPEG[0]: subsystem vendor=0x1031 id=0x7efe
ZORAN: 1 card(s) found
DC10plus[0]: zr36057_init() - initializing card[0], zr=e1a405e0
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected VIA KT400/KT400A/KT600 chipset
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: AGP aperture is 64M @ 0xf800

So all looks OK.

Anne
- -- 
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFAqlpMkFAvMr/nNX8RAhtWAJ90s4LJIPeH1LT5f8VnY9T+DMChSACgksan
fmDTzzWxh/l2QnGAO7UNrQM=
=FBlk
-END PGP SIGNATURE-



---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id%62alloc_ida84op=click
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] LVS and mjpegtools version

2004-05-17 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 15 May 2004 17:47, Ronald S. Bultje wrote:
 Hi Anne,

 On Sat, 2004-05-15 at 23:08, Anne Wilson wrote:
  [EMAIL PROTECTED] david]$ studio
  Guessing port. No suitable video4linux port found, please
  supply one by using the -p num switch. Use the -t switch to
  see the list of ports available on your computer.

 [..]

  I tried the -t switch which said that port 1 was the only one found
  - my ATi card.  It is not finding the Zoran card.  How can I show
  it the card?

 Load the v4l extension in your XF86Config file. This is described in
 detail in the FAQ on the website.

Hmm - I have done that, but now when I type studio I see a line saying 
that it has seen v4l, then the computer reboots.

I have posted the problem on the Mandrake list, in case it is 
Mdk-specific, but would welcome any ideas about what's happening.

Anne
- -- 
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFAqPZ0kFAvMr/nNX8RAnM6AKCTKKs2CX/SsFZAcgHZumQ4MYZc2ACgmD33
cRnDyHC8Gok+XuOKbeEZa5s=
=Kwdx
-END PGP SIGNATURE-



---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id%62alloc_ida84op=click
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] LVS and mjpegtools version

2004-05-15 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 15 May 2004 12:05, you wrote:
 Hi Anne,

 On Sat, 2004-05-15 at 18:46, Anne Wilson wrote:
  Although I can play my test2.avi with glav -p S test2.avi, under
  LVS I'm getting only sound - no picture.  Is there something I need
  to set, somewhere, to tell it to use software encoding?  I'm
  guessing that that's the problem.

 The editor page should work. The playback page plays back to the
 hardware, so you need to setup some options for your hardware (the
 Zoran card) in the config screen to get that done.

Can you give me some hints - or point me at a FAQ - on that, Ronald?

 Just use the editor page if you simply want to play something back.

It doesn't seem to play back at all on the editor page.  The
scene-detect puts the start frame into the first frame - and it might
reasonably not find a suitable break, so that's OK - but I can't see
any way to play it.

I'll have a scout round for documentation that I might have missed.

Anne
- --
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFApoWDkFAvMr/nNX8RAv2jAJ0TccAqAFnjf0CFjJ/y3zL2SxtINwCeN6YH
76BfMa+jFRjG2n+NfmB/WY4=
=EHsh
-END PGP SIGNATURE-



---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] LVS and mjpegtools version

2004-05-15 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 15 May 2004 12:05, Ronald S. Bultje wrote:
 Hi Anne,

 On Sat, 2004-05-15 at 18:46, Anne Wilson wrote:
  Although I can play my test2.avi with glav -p S test2.avi, under
  LVS I'm getting only sound - no picture.  Is there something I need
  to set, somewhere, to tell it to use software encoding?  I'm
  guessing that that's the problem.

 The editor page should work. The playback page plays back to the
 hardware, so you need to setup some options for your hardware (the
 Zoran card) in the config screen to get that done.

 Just use the editor page if you simply want to play something back.

 Ronald

It seems that the cause of the problem is here:

[EMAIL PROTECTED] david]$ studio
Guessing port. No suitable video4linux port found, please supply one
by using the -p num switch. Use the -t switch to see the list of
ports available on your computer.
If you cannot find a video4linux device, you probably need to enable the
Xvideo extension in your X-server
Guessing port. No suitable video4linux port found, please supply one
by using the -p num switch. Use the -t switch to see the list of
ports available on your computer.
If you cannot find a video4linux device, you probably need to enable the
Xvideo extension in your X-server
Thanks for using Linux Video Studio.
[EMAIL PROTECTED] david]$

I tried the -t switch which said that port 1 was the only one found - my
ATi card.  It is not finding the Zoran card.  How can I show it the
card?

Anne
- --
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFApohfkFAvMr/nNX8RAs4yAJ9y+boHeIqOERc0PhtvcbZwSIvcGACgoKQ7
53lz8pUzUpYovMI2PFyRXbw=
=N3D2
-END PGP SIGNATURE-



---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] LVS and mjpegtools version

2004-05-15 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 15 May 2004 12:05, Ronald S. Bultje wrote:
 Hi Anne,

 On Sat, 2004-05-15 at 18:46, Anne Wilson wrote:
  Although I can play my test2.avi with glav -p S test2.avi, under
  LVS I'm getting only sound - no picture.  Is there something I need
  to set, somewhere, to tell it to use software encoding?  I'm
  guessing that that's the problem.

 The editor page should work. The playback page plays back to the
 hardware, so you need to setup some options for your hardware (the
 Zoran card) in the config screen to get that done.

 Just use the editor page if you simply want to play something back.

 Ronald

It seems that the cause of the problem is here:

[EMAIL PROTECTED] david]$ studio
Guessing port. No suitable video4linux port found, please supply one 
by using the -p num switch. Use the -t switch to see the list of 
ports available on your computer.
If you cannot find a video4linux device, you probably need to enable the 
Xvideo extension in your X-server
Guessing port. No suitable video4linux port found, please supply one 
by using the -p num switch. Use the -t switch to see the list of 
ports available on your computer.
If you cannot find a video4linux device, you probably need to enable the 
Xvideo extension in your X-server
Thanks for using Linux Video Studio.
[EMAIL PROTECTED] david]$

I tried the -t switch which said that port 1 was the only one found - my 
ATi card.  It is not finding the Zoran card.  How can I show it the 
card?

Anne
- -- 
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFApobVkFAvMr/nNX8RAiNmAJ43qkGwWOvx6w2dbkNp4ydwv9+45ACeNvA5
6qKvoOyakXML0RhuH8JJLr8=
=dtRl
-END PGP SIGNATURE-



---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id%62alloc_ida84op=click
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] LVS and mjpegtools version

2004-05-15 Thread Bernhard Praschinger
Hallo

 It seems that the cause of the problem is here:
 
 [EMAIL PROTECTED] david]$ studio
 Guessing port. No suitable video4linux port found, please supply one
 by using the -p num switch. Use the -t switch to see the list of
 ports available on your computer.
 If you cannot find a video4linux device, you probably need to enable the
 Xvideo extension in your X-server
 Guessing port. No suitable video4linux port found, please supply one
 by using the -p num switch. Use the -t switch to see the list of
 ports available on your computer.
 If you cannot find a video4linux device, you probably need to enable the
 Xvideo extension in your X-server
 Thanks for using Linux Video Studio.
 [EMAIL PROTECTED] david]$
 
 I tried the -t switch which said that port 1 was the only one found - my
 ATi card.  It is not finding the Zoran card.  How can I show it the
 card?
That usually happen when you load the zoran driver after starting X11. 

Have you sucessfully loaded the v4l module ?
That modules is loaded when starting X11. Please check you X11 config
file if you load the module there (the line lookes like that:
Load v4l

And if the module is correct loaded. Than you should find more XVideo
devices.

auf hoffentlich bald,

Berni the Chaos of Woodquarter

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] LVS and mjpegtools version

2004-05-13 Thread Ronald Bultje
Hi Anne,

On Thu, 13 May 2004, Anne Wilson wrote:
 configure: error: mjpegtools-1.6 is required to run this version of LVS.
 Please download it from http://www.sf.net/projects/mjpeg

You need the -devel RPM as well.

Ronald



---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users