On Nov 22 03:30:00, Jacob Meuser wrote:
> On Sat, Nov 21, 2009 at 02:55:33PM +0100, Jan Stary wrote:
>
> > What could be the reason the captured video is black-and-white
> > (the tape is deffinitely in color)?
>
> the device might only support b/w. also check the signal from the
> VHS if you haven't already.
>
> or the card could be in an odd color state.
Actually, I need to correct myself: once I specified '-tvstd pal'
on the ffmpeg command line (and switched the NTSC/PAL switch at
the backplate of the VCR), both problems are gone: I can record
768x576 in color.
For the archives, this is how I capture the video
(and audio, well synchronized) on OpenBSD 4.6:
ffmpeg -y -v 1 -tvstd pal -isync
-f oss -ar 48000 -ac 2 -i /dev/audio0
-f bktr -r 25 -s 768x576 -i /dev/bktr0
-vcodec rawvideo -acodec pcm_s16le /video/out.avi
That's a large file (raw video, raw audio),
which I can compress later.
Thanks to all
Jan