[mythtv-users] AverMedia Card

Harondel J. Sibble help at pdscc.com
Sun Dec 7 10:20:47 EST 2003



On 7 Dec 2003 at 0:09, Chris Pinkham wrote:

> Why do you need to do these, Myth should set all that stuff automatically. I
> don't remember having to specify any of that other than maybe a tuner line in
> modules.conf.

Dunno about 0.12, but this is necessary under 0.11

$ cat /etc/ivtvsetup
#!/bin/sh
### set input standard to ntsc
/usr/local/bin/test_ioctl -d /dev/video0 -u 0x3000
### set capture input to tuner (switch input types
### to deal with bug in firmware that causes
### banding in the image
/usr/local/bin/test_ioctl -d /dev/video0 -p 3
/usr/local/bin/test_ioctl -d /dev/video0 -p 4
### set capture resolution to ntsc
/usr/local/bin/test_ioctl -d /dev/video0 -f width=720,height=480
### set capture stream output to dvd compliant format
/usr/local/bin/test_ioctl -d /dev/video0 -c stream_type=10

-- 
Harondel J. Sibble 
Sibble Computer Consulting
Creating solutions for the small business and home computer user.
help at pdscc.com (use pgp keyid 0x3AD5C11D) http://www.pdscc.com
(604) 739-3709 (voice/fax)      (604) 686-2253 (pager)




More information about the mythtv-users mailing list