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).

 Apparently, other settings on the device itself are occurring which either
I missed
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?

for convenience & reference, here's the command syntax below.

-thanks,
t

<snip>
( transcode -x v4l2,null \
        -M 2 \
        -i /dev/video0 \
        -f 30,5 \
        -y ffmpeg,null \
        -R 0 \
        -F mpeg4 \
        -c 0-01:00 \
        -g 640x480 \
        -u 100 \
        -Q 3\
        -w 1500 \
        --export_fps 10 \
        -J text=pos=200x5:points=12:notransparent:font='/usr/sha
re/fonts/truetype/freefont/FreeSans.ttf',\
fps=30:10:pre   \
        -o "avifile.avi"  \
        -I 5 \
        --progress_meter 0 \
        > /dev/null 2> ~/"Cam-error_log.txt" \
        ) &
<snip>




On Mon, Apr 20, 2009 at 11:41 PM, Francesco Romani <[email protected]>wrote:

> On Sun, 2009-04-19 at 15:20 -0500, ted morris wrote:
> >
> > Greetings,
>
> Hi,
>
> > I would like to capture video w/o having to reset the card(s) with
> > awtv,tvtime, etc.,etc.
> > through X.
> >
> > It can be done with mencoder so I am assuming there must be some
> > 'trick' to doing
> > it with transcoder. As claimed by a student over here the mencoder
> > command looks
> > like this:
> >
> > mencoder -ffourcc XVID -oac lavc -ovc lavc -lavcopts
> > vcodec=mpeg4:mv0:trell:v4mv:vbitrate=3000:ildct:aspect=16/9:acodec=mp2
> > -tv
> > driver=v4l2:norm=ntsc:input=2:adevice=/dev/dsp:width=720:height=480
> > -o /videos/test.avi tv://
> >
> > Here is a command I have been using for quite a while which captures
> > perfectly the
> > way I want but still requires starting x, running tvtime (for
> > example), then closing x:
> [...]
> > thanks to any/all in advance for suggestions and help.
>
> You'll just need the last version of the import_v4l2 module :)
> The 1.2.0 development plan included the addition of tuning support
> for that module, and the code is already on HG.
> Unfortunately, HEAD is on flux those days, so isn't yet ready to be used
> (even for the brave testers :(, unluckily)
>
> I'll backport the module to 1.1.x and merge it for 1.1.3, and drop a
> note here when it's ready to be tested.
>
> Bests,
>
> --
> Francesco Romani // Ikitt
> http://fromani.exit1.org  ::: transcode homepage
> http://tcforge.berlios.de ::: transcode experimental forge
>
>

Reply via email to