Re: [Mjpeg-users] Need help with script

2003-02-25 Thread darkshadow
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 > >

Re: [Mjpeg-users] Need help with script

2003-02-25 Thread Sherm
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

Re: [Mjpeg-users] Need help with script

2003-02-25 Thread darkshadow
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

Re: [Mjpeg-users] Need help with script

2003-02-24 Thread darkshadow
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

Don't forget STDIN redirect - Re: [Mjpeg-users] Need help with script

2003-02-24 Thread Sherm
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

Re: [Mjpeg-users] Need help with script

2003-02-24 Thread Adrian
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

Re: [Mjpeg-users] Need help with script

2003-02-24 Thread Robert Kesterson
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

Re: [Mjpeg-users] Need help with script

2003-02-24 Thread darkshadow
> 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

Re: [Mjpeg-users] Need help with script

2003-02-24 Thread Robert Kesterson
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

[Mjpeg-users] Need help with script

2003-02-24 Thread darkshadow
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