Christian Borchmann <[EMAIL PROTECTED]> writes: > Am Montag, 4. April 2005 19:52 schrieb Bruno Hertz: > > One thing: > > Can u post your settings in the /etc/modutils/ivtv and > on /etc/modpprobe.d/ivtv ???
I have neither. All I have is an 'ivtv' line in /etc/modules to have the driver automatically loaded at startup. To set the right parms (like bitrate etc) I use a script containing device=/dev/video0 ivtvctl -d $device -u 0xff ivtvctl -d $device -f width=720,height=576 ivtvctl -d $device -c stream_type=14,gop_closure=1 ivtvctl -d $device -c dnr_mode=0,dnr_temporal=0 ivtvctl -d $device -c bitrate=2500000,bitrate_peak=8000000 This may be a little bit outdated since it's from one year ago or so, but it works for me. The only thing left is tuning, which I do via ivtvctl -d $device -r some_number where some_number should represent your channel frequency. Mine wouldn't help you, because I'm on Swiss cable. Regards, Bruno. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
