⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.ivtv

📁 linux 内核源代码
💻 IVTV
字号:
ivtv release notes==================This is a v4l2 device driver for the Conexant cx23415/6 MPEG encoder/decoder.The cx23415 can do both encoding and decoding, the cx23416 can only do MPEGencoding. Currently the only card featuring full decoding support is theHauppauge PVR-350.NOTE: this driver requires the latest encoder firmware (version 2.06.039, size376836 bytes). Get the firmware from here:http://dl.ivtvdriver.org/ivtv/firmware/firmware.tar.gzNOTE: 'normal' TV applications do not work with this driver, you needan application that can handle MPEG input such as mplayer, xine, MythTV,etc.The primary goal of the IVTV project is to provide a "clean room" LinuxOpen Source driver implementation for video capture cards based on theiCompression iTVC15 or Conexant CX23415/CX23416 MPEG Codec.Features: * Hardware mpeg2 capture of broadcast video (and sound) via the tuner or   S-Video/Composite and audio line-in. * Hardware mpeg2 capture of FM radio where hardware support exists * Supports NTSC, PAL, SECAM with stereo sound * Supports SAP and bilingual transmissions. * Supports raw VBI (closed captions and teletext). * Supports sliced VBI (closed captions and teletext) and is able to insert   this into the captured MPEG stream. * Supports raw YUV and PCM input.Additional features for the PVR-350 (CX23415 based): * Provides hardware mpeg2 playback * Provides comprehensive OSD (On Screen Display: ie. graphics overlaying the   video signal) * Provides a framebuffer (allowing X applications to appear on the video   device) (this framebuffer is not yet part of the kernel. In the meantime it   is available from www.ivtvdriver.org). * Supports raw YUV output.IMPORTANT: In case of problems first read this page:	   http://www.ivtvdriver.org/index.php/TroubleshootingSee also:Homepage + Wikihttp://www.ivtvdriver.orgIRCirc://irc.freenode.net/ivtv-dev----------------------------------------------------------Devices=======A maximum of 12 ivtv boards are allowed at the moment.Cards that don't have a video output capability (i.e. non PVR350 cards)lack the vbi8, vbi16, video16 and video48 devices. They also do notsupport the framebuffer device /dev/fbx for OSD.The radio0 device may or may not be present, depending on whether thecard has a radio tuner or not.Here is a list of the base v4l devices:crw-rw----    1 root     video     81,   0 Jun 19 22:22 /dev/video0crw-rw----    1 root     video     81,  16 Jun 19 22:22 /dev/video16crw-rw----    1 root     video     81,  24 Jun 19 22:22 /dev/video24crw-rw----    1 root     video     81,  32 Jun 19 22:22 /dev/video32crw-rw----    1 root     video     81,  48 Jun 19 22:22 /dev/video48crw-rw----    1 root     video     81,  64 Jun 19 22:22 /dev/radio0crw-rw----    1 root     video     81, 224 Jun 19 22:22 /dev/vbi0crw-rw----    1 root     video     81, 228 Jun 19 22:22 /dev/vbi8crw-rw----    1 root     video     81, 232 Jun 19 22:22 /dev/vbi16Base devices============For every extra card you have the numbers increased by one. For example,/dev/video0 is listed as the 'base' encoding capture device so we have: /dev/video0  is the encoding capture device for the first card (card 0) /dev/video1  is the encoding capture device for the second card (card 1) /dev/video2  is the encoding capture device for the third card (card 2)Note that if the first card doesn't have a feature (eg no decoder, so novideo16, the second card will still use video17. The simple rule is 'addthe card number to the base device number'. If you have other capturecards (e.g. WinTV PCI) that are detected first, then you have to tellthe ivtv module about it so that it will start counting at 1 (or 2, orwhatever). Otherwise the device numbers can get confusing. The ivtv'ivtv_first_minor' module option can be used for that./dev/video0The encoding capture device(s).Read-only.Reading from this device gets you the MPEG1/2 program stream.Example:cat /dev/video0 > my.mpg (you need to hit ctrl-c to exit)/dev/video16The decoder output device(s)Write-only. Only present if the MPEG decoder (i.e. CX23415) exists.An mpeg2 stream sent to this device will appear on the selected videodisplay, audio will appear on the line-out/audio out.  It is onlyavailable for cards that support video out. Example:cat my.mpg >/dev/video16/dev/video24The raw audio capture device(s).Read-onlyThe raw audio PCM stereo stream from the currently selectedtuner or audio line-in.  Reading from this device results in a raw(signed 16 bit Little Endian, 48000 Hz, stereo pcm) capture.This device only captures audio. This should be replaced by an ALSAdevice in the future.Note that there is no corresponding raw audio output device, this isnot supported in the decoder firmware./dev/video32The raw video capture device(s)Read-onlyThe raw YUV video output from the current video input. The YUV formatis non-standard (V4L2_PIX_FMT_HM12).Note that the YUV and PCM streams are not synchronized, so they are oflimited use./dev/video48The raw video display device(s)Write-only. Only present if the MPEG decoder (i.e. CX23415) exists.Writes a YUV stream to the decoder of the card./dev/radio0The radio tuner device(s)Cannot be read or written.Used to enable the radio tuner and tune to a frequency. You cannotread or write audio streams with this device.  Once you use thisdevice to tune the radio, use /dev/video24 to read the raw pcm streamor /dev/video0 to get an mpeg2 stream with black video./dev/vbi0The 'vertical blank interval' (Teletext, CC, WSS etc) capture device(s)Read-onlyCaptures the raw (or sliced) video data sent during the Vertical BlankInterval. This data is used to encode teletext, closed captions, VPS,widescreen signalling, electronic program guide information, and otherservices./dev/vbi8Processed vbi feedback device(s)Read-only. Only present if the MPEG decoder (i.e. CX23415) exists.The sliced VBI data embedded in an MPEG stream is reproduced on thisdevice. So while playing back a recording on /dev/video16, you canread the embedded VBI data from /dev/vbi8./dev/vbi16The vbi 'display' device(s)Write-only. Only present if the MPEG decoder (i.e. CX23415) exists.Can be used to send sliced VBI data to the video-out connector.---------------------------------Hans Verkuil <hverkuil@xs4all.nl>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -