<blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">Subject: How to capture from composite input of an analogue tv card<br>Hi,<br><br>
I hava an old SAA7134-chipped old tv card with analogue tuner and<br>
composite+svideo inputs. It works with tvtime by just giving /dev/video0<br>
as the command line parameter. BTW, I am only interested in capturing<br>
the composite video-in signal.<br><br>
However, I do not know how to capture it with totem. Giving /dev/video0<br>
as the parameter does not help. I have v4l2 plugin installed and the<br>
gstreamer-properties shows my card and it gives output from an untuned<br>
tv channel.<br><br>
But how do I construct a pipeline for capturing composite video-in and<br>
is it possible to watch it through totem using this pipeline?<br></blockquote><div><br><br>Gstreamer lacks an easy or reliable way to setup the input on capture cards.<br><br>You can get some info about the &quot;tuner interface&quot; here:<br>
<br><a href="http://gstreamer-devel.966125.n4.nabble.com/Select-input-on-a-v4l2-device-td3081723.html">http://gstreamer-devel.966125.n4.nabble.com/Select-input-on-a-v4l2-device-td3081723.html</a><br><br>There is a link to some sample code, but I&#39;ve never found it to be reliable -- after a reboot the gstreamer code often fails to work the first time, but if I quit the program and rerun it, it then seems to work OK until the next reboot.<br>
<br>The TVtime application is the most reliable program I&#39;ve found with regards to changing video inputs and norms (PAL vs. NTSC) across the eight brands of capture hardware I have access too.  I&#39;ll eventually pull its v4l2 selection code out and use it in my application instead of the &quot;interfeces&quot; kludge of gstreamer.<br>
<br>If you set your cards norm and select the input you want with TVtime or  v4l2-ctr  (its of the ivtv-utils package) then this should work:<br><br>v4l2src device=/dev/video0 ! xvimagesink<br><br>As far as I can tell Totem is only setup for playing file inputs.<br>
<br></div>



<br>