List:       linux-video
Subject:    avi to mpeg ?
From:       "S. Newhouse" <sen1 () math ! msu ! edu>
Date:       1999-12-09 15:24:25

Hello,
 Are there any avi to mpeg conversion tools for Linux?  

  Also, xawtv and kwintv both capture to avi files, but the captured
files are huge: e.g. 150MB/min.  bttvgrab does not capture to avi, and
I have had trouble converting the captured pmm files to mpeg-1 if there
are more than 2000 to 3000 frames.  At 30 frames per second, that's
not big enough for many purposes.  Further the quality is not too
good.

If one wanted to capture video segments of 1/2 to 1 hour from TV or
VCR, can anyone make recommendations? 

TIA,
 -sen



-- 
         To unsubscribe: mail video4linux-list-request@redhat.com with 
                       "unsubscribe" as the Subject.

List:       linux-video
Subject:    Re: avi to mpeg ?
From:       Justin Schoeman <justin () suntiger ! ee ! up ! ac ! za>
Date:       1999-12-09 15:38:52

> Hello,
>  Are there any avi to mpeg conversion tools for Linux?  
> 
>   Also, xawtv and kwintv both capture to avi files, but the captured
> files are huge: e.g. 150MB/min.  bttvgrab does not capture to avi, and
> I have had trouble converting the captured pmm files to mpeg-1 if there
> are more than 2000 to 3000 frames.  At 30 frames per second, that's
> not big enough for many purposes.  Further the quality is not too
> good.
> 
> If one wanted to capture video segments of 1/2 to 1 hour from TV or
> VCR, can anyone make recommendations? 
> 
> TIA,
>  -sen

You could try qtmpeg at http://www.ee.up.ac.za/~justin/v4l2.  It is still very 
crude, and v4l2 only, but it works.  Captures QT movies in YVU9, RAW, or 
RTjpeg formats.  xanim can view the YVU9 and RAW formats.  qtplay (included) 
can play the RTjpeg formats.  It also includes tools to convert (some) QT 
movies (at least those captured using this package) to mpeg.

-justin


-- 
         To unsubscribe: mail video4linux-list-request@redhat.com with 
                       "unsubscribe" as the Subject.

List:       linux-video
Subject:    Re: avi to mpeg ?
From:       Gerd Knorr <kraxel () goldbach ! in-berlin ! de>
Date:       1999-12-09 18:39:43

In lists.linux.video4linux, you wrote:
> Hello,
>  Are there any avi to mpeg conversion tools for Linux?  
> 
>   Also, xawtv and kwintv both capture to avi files, but the captured
> files are huge: e.g. 150MB/min.

tried mjpeg instead of raw rgb data (xawtv >= 3.0)?

  Gerd

-- 
sigfault


-- 
         To unsubscribe: mail video4linux-list-request@redhat.com with 
                       "unsubscribe" as the Subject.

List:       linux-video
Subject:    Re: avi to mpeg ?
From:       "S. Newhouse" <sen1 () math ! msu ! edu>
Date:       1999-12-09 22:57:15

Gerd Knorr writes:
 > In lists.linux.video4linux, you wrote:
 > > Hello,
 > >  Are there any avi to mpeg conversion tools for Linux?  
 > > 
 > >   Also, xawtv and kwintv both capture to avi files, but the captured
 > > files are huge: e.g. 150MB/min.
 > 
 > tried mjpeg instead of raw rgb data (xawtv >= 3.0)?
 > 
 >   Gerd
How do you do it?   I couldn't find the options to capture in mjpeg
format.

TIA,
 -sen


-- 
         To unsubscribe: mail video4linux-list-request@redhat.com with 
                       "unsubscribe" as the Subject.

List:       linux-video
Subject:    Re: avi to mpeg ?
From:       Gerd Knorr <kraxel () goldbach ! in-berlin ! de>
Date:       1999-12-09 23:28:45

>  > tried mjpeg instead of raw rgb data (xawtv >= 3.0)?
>  > 
>  >   Gerd
> How do you do it?   I couldn't find the options to capture in mjpeg
> format.

You are not very good in searching...

xawtv has it in one of the menus of the recording dialogbox.

streamer --help says:

[ ... ]
  -f format   specify output format       [none]
[ ... ]
formats:
  raw data:      rgb, gray, 422, 422p, 420p
  file formats:  ppm, pgm, jpeg
  movie formats: avi15, avi24, mjpeg
                               ^^^^^
[ ... ]

This needs libjpeg which is a compile time option.  Make sure
you have libjpeg-devel installed when compiling xawtv.

  Gerd

-- 
sigfault


-- 
         To unsubscribe: mail video4linux-list-request@redhat.com with 
                       "unsubscribe" as the Subject.