On Tue, 2009-04-21 at 12:04 -0500, ted morris wrote: > > Hi all, thanks for the response. > > Actually, it is a straight NTSC video input and there aren't channel > selections. > In fact there isn't even a tuner on the card (straight BTTV capture).
Hi there, The new `input' option of the import_v4l2 module should probably do the trick: transcode -x v4l2=input=list,null [...] to find the right input transcode -x v4l2=input=XXX,null [...] where XXX is the input name found with the previous command. Of course be prepared for bugs :) > in my transcode parm settings, or is not taken care of when transcode > opens and initializes > the device. Maybe you all understood it this way, and you are saying > that 'proper' > channel freq selection *is* the problem? Yep. transcode's v4l import module until 1.1.2 included lacks any input selection (input source, norm, tuner frequency) *at all*. It was introduced with the enhanced version I've just described (and pushed), and which will be shipped with 1.1.3 and beyond. Bests, -- Francesco Romani // Ikitt http://fromani.exit1.org ::: transcode homepage http://tcforge.berlios.de ::: transcode experimental forge
