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
> >
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 my edited script I changed it so the audio and video use
fifo's to get rid of tmp files. I
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 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
I had the same problem. After a couple of frames it would stop.
Apparently, Mplayer doesn't like being disconnected from STDIN. When I
added the '
Message: 2
Date: Mon, 24 Feb 2003 13:29:28 +
From: [EMAIL PROTECTED]
Subject: Re: [Mjpeg-users] Need help with script
To: [EMAIL
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 quality with this script (short of bitrate since that will change due
> to len
On Mon, 24 Feb 2003 [EMAIL PROTECTED] wrote:
> > 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.
>
> Tha
> 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 [EMAIL PROTECTED] wrote:
>
> Plus maybe a way to get rid of the need for a stream.yuv file since it
> is big and I have been unable to pipe straight from mplayer-mpeg2enc.
Make stream.yuv a fifo, then pipe from that. For example:
mkfifo stream.yuv
mplayer -nosound -benc
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
10 matches
Mail list logo