Kaiser Baas USB DVD Maker 2 (KBA0300300): Difference between revisions
Jump to navigation
Jump to search
(remove first person, components, sections) |
No edit summary |
||
Line 26: | Line 26: | ||
==Making it work== |
==Making it work== |
||
=== mplayer === |
|||
e.g: |
|||
shell> mplayer tv:// -tv driver=v4l2 |
|||
:device=/dev/video0:audiorate=48000:immediatemode=0:forceaudio:alsa:adevice=hw.1:buffersize=64 -vf pp=lb |
|||
=== tvtime === |
|||
e.g: |
|||
shell> tvtime |
|||
(other shell, start audio) |
|||
shell> sox -r 48000 -t alsa hw:1 -t alsa hw:0 |
|||
==External Links== |
==External Links== |
Revision as of 16:16, 22 February 2009
An inexpensive USB based analogue capture device.
It is currently not supported under Linux.
Overview/Features
- It has composite video and S-Video inputs via a multi-tailed cable.
It falls under V4L's "Em28xx devices" category (being based upon an EM28xx usb bridge)
Components Used
- Empia EMP802 (audio processor)
- NXP/Philips SAA7113 (video decoder)
- Empia EM2860 (usb bridge)
Other Pictures
Identification
Output of lsusb -v:
Making it work
mplayer
e.g:
shell> mplayer tv:// -tv driver=v4l2 :device=/dev/video0:audiorate=48000:immediatemode=0:forceaudio:alsa:adevice=hw.1:buffersize=64 -vf pp=lb
tvtime
e.g:
shell> tvtime
(other shell, start audio)
shell> sox -r 48000 -t alsa hw:1 -t alsa hw:0