Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 May 2005 13:24:30 -0700
From:      Jacob Meuser <jakemsr@jakemsr.com>
To:        freebsd-multimedia@freebsd.org
Subject:   Re: New ffmpeg CVS versions
Message-ID:  <20050507202430.GG28885@puff.jakemsr.gom>
In-Reply-To: <20050507031447.71190.qmail@exxodus.fedaykin.here>
References:  <20050502043610.51034.qmail@exxodus.fedaykin.here> <20050503064417.GE11140@puff.jakemsr.gom> <20050507031447.71190.qmail@exxodus.fedaykin.here>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 07, 2005 at 12:14:25AM -0300, Mario Sergio Fujikawa Ferreira wrote:
> Hi,
> 
> 	I have updated the ffmpeg-devel port with all the latest
> suggestions. However, the tv capture is not yet working.
> 
> $ ffmpeg output.mpg
> ffmpeg version 0.4.9-pre1, build 4753, Copyright (c) 2000-2004 Fabrice Bellard
>   configuration:  --cc=/usr/local/libexec/ccache/cc --prefix=/usr/local --make=gmake --disable-debug --enable-memalign-hack --enable-shared --source-path=/usr/home/lioux/src/myports/tmp/ffmpeg-devel/work/ffmpeg --enable-a52 --enable-a52bin --enable-dts --enable-faac --enable-faad --enable-faadbin --enable-gpl --enable-mp3lame --enable-libogg --enable-pp --enable-shared-pp --enable-pthreads --enable-vorbis --enable-x264 --enable-xvid 
>   built on May  6 2005 23:24:05, gcc: 3.4.2 [FreeBSD] 20040728
> Could not find video grab device

you should specify the frame grab size, or it may try to use too large
of an area and error out, giving the misleading message above.

ffmpeg -s 640x480 output.mpg

and you'll probbaly want to use a higher bitrate ... man ffmpeg.

-- 
<jakemsr@jakemsr.com>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050507202430.GG28885>