All of lore.kernel.org
 help / color / mirror / Atom feed
* Hauppauge WinTV Nova S Plus Composite IN
@ 2012-06-13 13:55 shacky
  2012-06-13 14:30 ` Andre
  0 siblings, 1 reply; 5+ messages in thread
From: shacky @ 2012-06-13 13:55 UTC (permalink / raw)
  To: linux-media

Hi.

I'm trying to record some video using the composite input of the
Hauppauge WinTV Nova S Plus, which is indicated as supported on
http://linuxtv.org/wiki/index.php/DVB-S_PCI_Cards.

I tried playing video from the input with VLC and mplayer, but I'm
getting a black screen.

I checked all cables and they work good, I checked viewing the output
with a regular TV and I can see the image.

I have the devide /dev/video0, as following in dmesg:
[    6.650431] cx88[0]/0: registered device video0 [v4l2]

This is the complete output:
[    6.550138] rc0: cx88 IR (Hauppauge Nova-S-Plus  as
/devices/pci0000:00/0000:00:04.0/0000:01:06.0/rc/rc0
[    6.550194] rc rc0: lirc_dev: driver ir-lirc-codec (cx88xx)
registered at minor = 0
[    6.550198] cx88[0]/0: found at 0000:01:06.0, rev: 5, irq: 19,
latency: 64, mmio: 0xdf000000
[    6.644067] wm8775 2-001b: chip found @ 0x36 (cx88[0])
[    6.650431] cx88[0]/0: registered device video0 [v4l2]
[    6.650448] cx88[0]/0: registered device vbi0
[    6.660015] cx88[0]/2: cx2388x 8802 Driver Manager
[    6.660025] cx88-mpeg driver manager 0000:01:06.2: PCI INT A ->
Link[LNKA] -> GSI 19 (level, low) -> IRQ 19
[    6.660031] cx88[0]/2: found at 0000:01:06.2, rev: 5, irq: 19,
latency: 64, mmio: 0xdd000000
[    6.660111] cx88_audio 0000:01:06.1: PCI INT A -> Link[LNKA] -> GSI
19 (level, low) -> IRQ 19
[    6.660129] cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
[    6.811716] forcedeth 0000:00:07.0: irq 43 for MSI/MSI-X
[    6.911220] cx88/2: cx2388x dvb driver version 0.0.8 loaded
[    6.911222] cx88/2: registering cx8802 driver, type: dvb access: shared
[    6.911225] cx88[0]/2: subsystem: 0070:9202, board: Hauppauge
Nova-S-Plus DVB-S [card=37]
[    6.911227] cx88[0]/2: cx2388x based DVB/ATSC card
[    6.911228] cx8802_alloc_frontends() allocating 1 frontend(s)
[    7.062363] CX24123: detected CX24123
[    7.130058] [drm] nouveau 0000:00:0d.0: 1 available performance level(s)
[    7.130061] [drm] nouveau 0000:00:0d.0: 0: memory 0MHz core 425MHz
fanspeed 100%
[    7.130069] [drm] nouveau 0000:00:0d.0: c: memory 0MHz
[    7.130144] [TTM] Zone  kernel: Available graphics memory: 3967714 kiB.
[    7.130146] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB.
[    7.130147] [TTM] Initializing pool allocator.
[    7.130155] [drm] nouveau 0000:00:0d.0: Detected 256MiB VRAM
[    7.133145] [drm] nouveau 0000:00:0d.0: 64 MiB GART (aperture)
[    7.133333] [drm] nouveau 0000:00:0d.0: unknown connector type: 0xff!!
[    7.134520] DVB: registering new adapter (cx88[0])
[    7.134524] DVB: registering adapter 0 frontend 0 (Conexant
CX24123/CX24109)...

Could you help me, please?

Thank you very much,
bye.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Hauppauge WinTV Nova S Plus Composite IN
  2012-06-13 13:55 Hauppauge WinTV Nova S Plus Composite IN shacky
@ 2012-06-13 14:30 ` Andre
  2012-06-13 14:56   ` shacky
  0 siblings, 1 reply; 5+ messages in thread
From: Andre @ 2012-06-13 14:30 UTC (permalink / raw)
  To: shacky, linux-media


On 13 Jun 2012, at 14:55, shacky wrote:

> Hi.
> 
> I'm trying to record some video using the composite input of the
> Hauppauge WinTV Nova S Plus, which is indicated as supported on
> http://linuxtv.org/wiki/index.php/DVB-S_PCI_Cards.
> 
> I tried playing video from the input with VLC and mplayer, but I'm
> getting a black screen.
> 
> I checked all cables and they work good, I checked viewing the output
> with a regular TV and I can see the image.
> 
> I have the devide /dev/video0, as following in dmesg:
> [    6.650431] cx88[0]/0: registered device video0 [v4l2]

I tried to do this recently too and found it very non obvious how to select the correct video and audio inputs. For a few days I thought the driver was not working but I ended up using mencoder successfully with the following line:

mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf   -vf scale=720:576,harddup -srate 48000 -af lavcresample=48000   -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=8000:keyint=15:vstrict=0:acodec=ac3:abitrate=192:aspect=4/3 -ofps 25   -o johntest1.mpg tv:// -tv input=1:norm=PAL-BG:amode=1:alsa=1:adevice=hw.2,0:forceaudio:immediatemode=0:volume=100

I was using Ubuntu 12.04 64bit, 3.2.0 kernel.

Hopefully this will give you the clues to get mplayer to work, I was never able to get VLC to switch to the correct audio input although video worked ok.

Andre





> 
> This is the complete output:
> [    6.550138] rc0: cx88 IR (Hauppauge Nova-S-Plus  as
> /devices/pci0000:00/0000:00:04.0/0000:01:06.0/rc/rc0
> [    6.550194] rc rc0: lirc_dev: driver ir-lirc-codec (cx88xx)
> registered at minor = 0
> [    6.550198] cx88[0]/0: found at 0000:01:06.0, rev: 5, irq: 19,
> latency: 64, mmio: 0xdf000000
> [    6.644067] wm8775 2-001b: chip found @ 0x36 (cx88[0])
> [    6.650431] cx88[0]/0: registered device video0 [v4l2]
> [    6.650448] cx88[0]/0: registered device vbi0
> [    6.660015] cx88[0]/2: cx2388x 8802 Driver Manager
> [    6.660025] cx88-mpeg driver manager 0000:01:06.2: PCI INT A ->
> Link[LNKA] -> GSI 19 (level, low) -> IRQ 19
> [    6.660031] cx88[0]/2: found at 0000:01:06.2, rev: 5, irq: 19,
> latency: 64, mmio: 0xdd000000
> [    6.660111] cx88_audio 0000:01:06.1: PCI INT A -> Link[LNKA] -> GSI
> 19 (level, low) -> IRQ 19
> [    6.660129] cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
> [    6.811716] forcedeth 0000:00:07.0: irq 43 for MSI/MSI-X
> [    6.911220] cx88/2: cx2388x dvb driver version 0.0.8 loaded
> [    6.911222] cx88/2: registering cx8802 driver, type: dvb access: shared
> [    6.911225] cx88[0]/2: subsystem: 0070:9202, board: Hauppauge
> Nova-S-Plus DVB-S [card=37]
> [    6.911227] cx88[0]/2: cx2388x based DVB/ATSC card
> [    6.911228] cx8802_alloc_frontends() allocating 1 frontend(s)
> [    7.062363] CX24123: detected CX24123
> [    7.130058] [drm] nouveau 0000:00:0d.0: 1 available performance level(s)
> [    7.130061] [drm] nouveau 0000:00:0d.0: 0: memory 0MHz core 425MHz
> fanspeed 100%
> [    7.130069] [drm] nouveau 0000:00:0d.0: c: memory 0MHz
> [    7.130144] [TTM] Zone  kernel: Available graphics memory: 3967714 kiB.
> [    7.130146] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB.
> [    7.130147] [TTM] Initializing pool allocator.
> [    7.130155] [drm] nouveau 0000:00:0d.0: Detected 256MiB VRAM
> [    7.133145] [drm] nouveau 0000:00:0d.0: 64 MiB GART (aperture)
> [    7.133333] [drm] nouveau 0000:00:0d.0: unknown connector type: 0xff!!
> [    7.134520] DVB: registering new adapter (cx88[0])
> [    7.134524] DVB: registering adapter 0 frontend 0 (Conexant
> CX24123/CX24109)...
> 
> Could you help me, please?
> 
> Thank you very much,
> bye.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Hauppauge WinTV Nova S Plus Composite IN
  2012-06-13 14:30 ` Andre
@ 2012-06-13 14:56   ` shacky
  2012-06-13 16:19     ` Andre
  0 siblings, 1 reply; 5+ messages in thread
From: shacky @ 2012-06-13 14:56 UTC (permalink / raw)
  To: Andre, linux-media

> mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf   -vf scale=720:576,harddup -srate 48000 -af lavcresample=48000   -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=8000:keyint=15:vstrict=0:acodec=ac3:abitrate=192:aspect=4/3 -ofps 25   -o johntest1.mpg tv:// -tv input=1:norm=PAL-BG:amode=1:alsa=1:adevice=hw.2,0:forceaudio:immediatemode=0:volume=100

Thank you very much Andre! It works!

I only have a problem with the audio quality: it is distorted
especially on the high frequencies.
Do you have any idea?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Hauppauge WinTV Nova S Plus Composite IN
  2012-06-13 14:56   ` shacky
@ 2012-06-13 16:19     ` Andre
  2012-06-13 16:36       ` shacky
  0 siblings, 1 reply; 5+ messages in thread
From: Andre @ 2012-06-13 16:19 UTC (permalink / raw)
  To: shacky; +Cc: linux-media


On 13 Jun 2012, at 15:56, shacky wrote:

>> mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf   -vf scale=720:576,harddup -srate 48000 -af lavcresample=48000   -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=8000:keyint=15:vstrict=0:acodec=ac3:abitrate=192:aspect=4/3 -ofps 25   -o johntest1.mpg tv:// -tv input=1:norm=PAL-BG:amode=1:alsa=1:adevice=hw.2,0:forceaudio:immediatemode=0:volume=100
> 
> Thank you very much Andre! It works!
> 
> I only have a problem with the audio quality: it is distorted
> especially on the high frequencies.
> Do you have any idea?

Only to play with the volume= parameter, I'm sure you tried that, maybe there are some audio controls but I haven't found them. The VCR tapes I have to transfer have very quiet and muffled audio, old home videos so I thought the audio sounded ok.

I will be doing some recordings with this in a week or so after a business trip so maybe I'll find out something more then.

There must be someone on this list who knows a great deal more about the mixers and filters available.

Andre


> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Hauppauge WinTV Nova S Plus Composite IN
  2012-06-13 16:19     ` Andre
@ 2012-06-13 16:36       ` shacky
  0 siblings, 0 replies; 5+ messages in thread
From: shacky @ 2012-06-13 16:36 UTC (permalink / raw)
  To: Andre; +Cc: linux-media

> Only to play with the volume= parameter, I'm sure you tried that, maybe there are some audio controls but I haven't found them. The VCR tapes I have to transfer have very quiet and muffled audio, old home videos so I thought the audio sounded ok.

Thank you very much.
I tried with the "volume=" parameter, but it seems to be useless.

I also see that I cannot use alsamixer with the capture device of the
audio card of the Nova-S, which is managed by the cx88-alsa module. I
cannot set any volume level, so I think it works at 100% every time,
and I cannot find any useful information on how to add the mixer
functionality to cx88-alsa module...

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-06-13 16:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-13 13:55 Hauppauge WinTV Nova S Plus Composite IN shacky
2012-06-13 14:30 ` Andre
2012-06-13 14:56   ` shacky
2012-06-13 16:19     ` Andre
2012-06-13 16:36       ` shacky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.