Hello
I am trying to compile mjpegtools-1.6.1 but it always stops with errors when
it comes to lavrec. Before that everything seems ok
This is the output i get:
.
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning: as it has already been specified as a
Hallo
> > SVCD is a VBR (Varaible Bitrate) you cannot tell how much will fit on a
> > single disk. With the mpeg2enc -S -B options you can mark the stream, in
> > a way, that mplex can split it int parts.
> Sorry I did not make a good job of explaning my needs. Yes I'm familiar with
> splitting o
>Hi Gerald,
>
>On Mon, 2003-01-20 at 14:54, Gerald Rapior wrote:
>> Is it possible to record a video with lavrec with the option -T 2 and
>> simultaneous record the audio, too?
>
>Nope.
>
>> Unfortunately I have without this option round about 10 inserted frames
>> per second.
>
>Which lavrec versi
On Sunday 26 January 2003 11:20, Bernhard Praschinger wrote:
>Ok. But currently there is no way to contol the size of the output file.
>On a SVCD with SVCD settings fit usually about 40-60 Minutes.
>My personal workaround is spliting the video with editlists into some
>parts, and try to fit them
Michael,
I haven't been so active in mjpeg tools stuff in the past few months
and left my work in an unfinished state.
However, I had been working on a more useful version of the
'lav2mpeg' tool. One of the things I wanted to add was a "--fit"
option, that would function as follows:
-
On Sunday 26 January 2003 18:29, Scott Moser wrote:
> Michael,
>I haven't been so active in mjpeg tools stuff in the past few months
> and left my work in an unfinished state.
>I had some shell script code that would calculate all the needed
> bitrates and kick out an edit list file that w
(Lets see if my mail gets through this time...)
I'm using the mjpegtools to convert DV to DVD, generally using the
chain lav2yuv->mpeg2enc directly for low-noise (bright) scenes and
lav2yuv->yuvdenoise->mpeg2enc for noisier scenes (low light). I also
use it to convert VHS to DVD via
(lav2yuv->y
(Lets see if my mail gets through this time...)
I'm using the mjpegtools to convert DV to DVD, generally using the
chain lav2yuv->mpeg2enc directly for low-noise (bright) scenes and
lav2yuv->yuvdenoise->mpeg2enc for noisier scenes (low light). I also
use it to convert VHS to DVD via
(lav2yuv->yu
I just put up the source (and gcc-3.2-precompiled binaries) to version 0.3.0
of y4mscaler at:
http://www.mir.com/DMG/Software/
The kernel comparison table is likewise updated.
New features:
- Two windowed-sinc kernels (Lanczos window), "sinc4lan" and "sinc8lan".
Bug fixes:
- Miscellan