On Tue, 12 Sep 2006 18:46:34 -0400, Ronald S. Bultje
<[EMAIL PROTECTED]> wrote:
> Hm... Then instead, just try yuv2lav -fa for avi output and run lavtrans
> on the resulting, new .avi file (so lav2yuv +n video.avi | yuv2lav -fa
> -o video-reenc.avi && lavtrans -f i -o %06d.jpg video-reenc.avi &&
Hi,
On Tue, 2006-09-11, Richard Cooper wrote:
> On Mon, 11 Sep 2006 07:57:41 -0400, Ronald S. Bultje wrote:
> > lav2yuv +n video.avi | yuv2lav -f i -o %06d.jpg
>
> The 'yuv2lav' command won't accept "-f i" as an option. Is there any
> other way I can do it? I'd like to have JPEG images as I'm
On Mon, 11 Sep 2006 07:57:41 -0400, Ronald S. Bultje
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> On Mon, 2006-09-11, Richard Cooper wrote:
>> lavtrans -f i -o %06d.jpg +n movie.avi
> [..]
>> The JPEG images don't seem to be readable:
>> [EMAIL PROTECTED]:~/video/swing_jump$ convert 00.jpg
Hi,
On Mon, 2006-09-11, Richard Cooper wrote:
> lavtrans -f i -o %06d.jpg +n movie.avi
[..]
> The JPEG images don't seem to be readable:
> [EMAIL PROTECTED]:~/video/swing_jump$ convert 00.jpg same.jpg
> convert: Huffman table 0x00 was not defined `00.jpg'.
> No other appl
I'm trying to convert video recorded on my digital camera to a series of
JPEG images. I'm using the SVN version downloaded just an hour or two
ago, with this command:
lavtrans -f i -o %06d.jpg +n movie.avi
The JPEG images don't seem to be readable:
[EMAIL PROTECTED]:~/video