I am trying to create a script that will give the highest quality svcd from my tv
capture card and would like to know what I can do to increase the video quality with
this script (short of bitrate since that will change due to length of show).
Plus maybe a way to get rid of the need for a stream
> Make stream.yuv a fifo, then pipe from that. For example:
>
>mkfifo stream.yuv
>mplayer -nosound -benchmark -vo yuv4mpeg movie.avi cat stream.yuv | mpeg2enc ...
>
> I'm fairly sure that's how it's intended to be used.
Thanks for the help it has good promise but I couldn't get it w
On Mon, 24 Feb 2003 22:32:09 +0100
[EMAIL PROTECTED] (Adrian) wrote:
> Am Montag, 24. Februar 2003 13:23 schrieb [EMAIL PROTECTED]:
> > I am trying to create a script that will give the highest quality svcd from
> > my tv capture card and would like to know what I can do to increase the
> > video
Here is my edited script I changed it so the audio and video use fifo's to get rid of
tmp files. I also changed
-V to 230
-b to 2430 found a bit calc and chose a higher bitrate for the size I use
added -B 122 which is my audio bitrate *96 + 1% of a+v
-I to 0 since I added deinterlacing since I set
On Tue, 25 Feb 2003 08:46:44 -0500
Sherm <[EMAIL PROTECTED]> wrote:
> On 2003.02.25 04:22 [EMAIL PROTECTED] wrote:
> > Message: 14
> > Date: Tue, 25 Feb 2003 02:21:33 +
> > From: [EMAIL PROTECTED]
> > Subject: Re: [Mjpeg-users] Need help with script
> > To: [EMAIL PROTECTED]
> >
> > Here is m
I finally got pissed off with Winblows enough that I would rather take more time in
Linux then worry about using Winblows ever again. So what command line for mpeg2enc
would give the best results without worrying about the time taking. The source will be
from my tv capture card 352x480 video (ha
On Sun, 16 Nov 2003 09:47:07 -0800 (PST)
"Steven M. Schultz" <[EMAIL PROTECTED]> wrote:
>
> On 15 Nov 2003, Florin Andrei wrote:
>
> > On Thu, 2003-11-06 at 16:46, Steven M. Schultz wrote:
> > > To get 'I' frame only encoding I thought the method was to
> > > specify the min and max GOP size to
can't recompile the latest tarball since during autogen.sh it
complains about using automake 1.7 instead of 1.6 and its recomendation of running
aclocal does not help
darkshadow:~/mjpegtools-1.6.1.90$ autogen.sh
**Warning**: I am going to run `configure' with no arguments.
If you wish t