public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Nick Rout <nick@rout.co.nz>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] video capture
Date: Thu, 20 Jul 2006 10:28:32 +1200	[thread overview]
Message-ID: <20060720102426.EEAA.NICK@rout.co.nz> (raw)
In-Reply-To: <200607181750.04876.gentoo@kd4ccd.dynalias.org>


On Tue, 18 Jul 2006 17:50:04 -0400
gentoo wrote:

> I have tryed the cat command all I get in the .mpg is snow . I tryes to use 
> composit video and still get snow. Do I have to tell the tuner to tune to 
> line in port 
> rob

use ivtvctl -n to get a list of inputs

mine shows:

nick@media:~$ ivtvctl -n
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Tuner
        Type    : 0x00000001
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000000000FF ( PAL )
        Status  : 0

        Input   : 1
        Name    : Composite 0
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F7FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 2
        Name    : Composite 1
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F7FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 3
        Name    : S-Video 0
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F7FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 4
        Name    : S-Video 1
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F7FFF ( PAL NTSC SECAM )
        Status  : 0


Then use ivtvctl -p X to set the input to X - egi want to set input 1
for composite 0  so I do:

ivtvctl -p 1

you can check what it is set to with 

ivtvctl -P

nick@media:~$ ivtvctl -P
ioctl VIDIOC_G_INPUT ok
Video input = 1



> 
> On Sunday 16 July 2006 20:00, Nick Rout wrote:
> > You have a pvr-150 which has onboard mpeg2 encoding. Most standard v4l
> > software will not play tv from such a card, because it expects a different
> > format from the card. For example the tvtime supported cards list says:
> >
> > "The ivtv driver supports cards that provide high quality MPEG2 encoded
> > video. This cards are ideal for PVR systems. However, tvtime has no
> > MPEG2 decoding capabilities or audio playback code, and therefore cannot
> > be used to watch live TV from these cards."
> >
> > Try
> >
> > cat /dev/video0 > test.mpeg
> > ctrl-c to stop
> > mplayer test.mpeg
> >
> > or just:
> >
> > mplayer /dev/video
> >
> > you can tune the card and adjust the inputs etc with the tools provided
> > by ivtv. Mine is permanently set to the composite inputs as it used for
> > the output from a set top box. I have never used the tuner. getting an
> > external composite video signal like a set top box output a VHS player
> > is a good way to test. Move onto the tuner once you are sure you can get
> > composite to work.
> >
> >
> > On Sat, 15 Jul 2006 16:53:29 -0400
> >
> > rob wrote:
> > > On Saturday 15 July 2006 14:15, Uwe Thiem wrote:
> > > > On 15 July 2006 18:25, Richard Fish wrote:
> > > > > On 7/15/06, rob <gentoo@kd4ccd.dynalias.org> wrote:
> > > > > > emerged  most of the stuff in media-tv but I can't get anyone of
> > > > > > thease to show TV most say device not configured. Evan the ones
> > > > > > that I know point to /dev/video0
> > > > > > I think I did everything right.
> > > > > > pleas help or tell me of a better card to use.
> > > > >
> > > > > Are you sure this is a card problem, and not a permissions issue?  It
> > > > > looks like udev makes most of the device nodes in the "video" group.
> > > > > Is your user account a member of that group?
> > >
> > > Well I emerged gentoo-sources with ~86 gave me linux-2.6.17-gentoo-r3.
> > > Now the tuner comes up and  using the ivtv test it now captures only snow
> > > but it is a start. I have tryed to change channel but it doesn't work.
> > > Even line in gives me the same thing.  Any other seguestions
> > >
> > > rob
> > > --
> > > gentoo-user@gentoo.org mailing list
> >
> > --
> > Nick Rout <nick@rout.co.nz>
> -- 
> gentoo-user@gentoo.org mailing list

-- 
Nick Rout <nick@rout.co.nz>

-- 
gentoo-user@gentoo.org mailing list



  reply	other threads:[~2006-07-19 22:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-15 13:12 [gentoo-user] video capture rob
2006-07-15 17:25 ` Richard Fish
2006-07-15 18:15   ` Uwe Thiem
2006-07-15 20:53     ` rob
2006-07-17  0:00       ` Nick Rout
2006-07-18 21:50         ` gentoo
2006-07-19 22:28           ` Nick Rout [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-04-05 20:08 Matthew R. Lee
2007-04-05 20:37 ` Uwe Thiem
2007-04-05 21:13   ` Matthew R. Lee
2007-04-06 16:15     ` ds
2007-04-12 14:15       ` Matthew R. Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060720102426.EEAA.NICK@rout.co.nz \
    --to=nick@rout.co.nz \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox