Lets look at the Hauppauge WinTV PVR-150, unless you think I will have better luck with one of the others.
When I try to play in VLC using /dev/video0
- Code: Select all
v4l2 error: Could not match pixel format
v4l2 error: Could not match pixel format
v4l2 error: Could not match pixel format
v4l2 error: Could not match pixel format
main error: open of `v4l2:///dev/video0' failed
When I try in VLC with PVR
- Code: Select all
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 2660 ms)
main error: ES_OUT_RESET_PCR called
main error: ES_OUT_SET_(GROUP_)PCR is called too late (jitter of 13693 ms ignored)
main error: ES_OUT_RESET_PCR called
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 3164 ms)
main error: ES_OUT_RESET_PCR called
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 300 ms)
main error: ES_OUT_RESET_PCR called
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 3788 ms)
main error: ES_OUT_RESET_PCR called
main error: ES_OUT_SET_(GROUP_)PCR is called too late (jitter of 10681 ms ignored)
main error: ES_OUT_RESET_PCR called
dmesg | grep ivtv
- Code: Select all
[root@localhost ~]# dmesg | grep ivtv
[ 9.358579] ivtv: Start initialization, version 1.4.3
[ 9.358629] ivtv0: Initializing card 0
[ 9.358632] ivtv0: Autodetected Hauppauge card (cx23416 based)
[ 9.415229] ivtv0: Autodetected Hauppauge WinTV PVR-150
[ 9.415229] ivtv0: Reopen i2c bus for IR-blaster support
[ 9.441853] cx25840 5-0044: cx25843-24 found @ 0x88 (ivtv i2c driver #0)
[ 9.864989] wm8775 5-001b: chip found @ 0x36 (ivtv i2c driver #0)
[ 10.252992] ivtv0: Registered device video0 for encoder MPG (4096 kB)
[ 10.253009] ivtv0: Registered device video32 for encoder YUV (2048 kB)
[ 10.253026] ivtv0: Registered device vbi0 for encoder VBI (1024 kB)
[ 10.253042] ivtv0: Registered device video24 for encoder PCM (320 kB)
[ 10.253043] ivtv0: Initialized card: Hauppauge WinTV PVR-150
[ 10.253058] ivtv: End initialization
[ 10.416951] ivtv-alsa: module loading...
[ 11.784622] ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
[ 11.983245] ivtv0: Encoder revision: 0x02060039
[ 100.201551] ivtv0: DMA TIMEOUT 00000003 3
[ 103.024821] ivtv0: DMA TIMEOUT 00000003 3
[ 159.140334] ivtv0: DMA TIMEOUT 00000003 0
[ 161.853831] ivtv0: DMA TIMEOUT 00000003 0
[ 163.070915] ivtv0: DMA TIMEOUT 00000003 0
[ 164.268046] ivtv0: DMA TIMEOUT 00000003 0
I really need to get this working. We use this to record church services. We have a JVC camera on a tripod. This runs RCA to the composite input on the capture card. Did this previously in Mandriva with the SAA7130-TVPCI card but it wasn't great. Right now I don't have a working solution. Basically I need the linux equivilant of (Ugg) windows movie maker. Capture/Record/Edit/Process. I really don't want to have to run a windows box to do this. We currently have 7 computers in theis church, all run either Mandriva or Magiea. Well one runs (Ugg) bumtu just because it runs OpenSong better.
My end goal is mainly capture the Video/Audio from any capture card that I can get to work with Mageia. Edit the file. Burn to DVD. I really don't care what the process is. Kdenlive looks promising but have had no luck with it. I can dump to file, edit with OpenShot, Burn with K3B. I think you get what I'm trying to do here.
Thanks for your time!