Re: [Mjpeg-users] Mpeg2enc segfaulting, I'm stumped.

2003-02-21 Thread Robert Kesterson
Thanks to all those who offered suggestions on fixing the segfault in mpeg2enc. It *seems* to be solved, though the solution was not what I'd have expected... I assumed it was faulty RAM. So I tried cleaning the contacts, moving the RAM to a different slot, replacing it with a different DIMM, e

Re: [Mjpeg-users] Mpeg2enc segfaulting, I'm stumped.

2003-02-20 Thread Agent Smith
On Thu, 20 Feb 2003, Robert Kesterson wrote: [snip] > Does anyone have any ideas on how to track this down? The one thing I > *haven't* done yet that I suppose would be a good idea is run it inside > GDB, so at least I could see *where* it's segfaulting. (Will go try > that...) It's a PITA, but

Re: [Mjpeg-users] Mpeg2enc segfaulting, I'm stumped.

2003-02-20 Thread Robert Kesterson
On Thu, 20 Feb 2003, John Ribera wrote: > > Did you try -M0? I just tried it. Didn't help. Segfault after 4400 frames. Tonight I'll open the machine up and blow out all the dust and reseat the RAM chips. I may also reseat the heat sync on the CPU just for grins. Maybe that will solve it. I've

Re: [Mjpeg-developer] Re: [Mjpeg-users] Mpeg2enc segfaulting, I'm stumped.

2003-02-20 Thread Steven M. Schultz
Hi - > From: "John Ribera" <[EMAIL PROTECTED]> > > I noticed lots of people running yuvdenoise AND using the -N option on > mpeg2enc. > > isn't this redundant? Not at all. yuvdenoise reduces noise where the -N option is a lowpass filter and is a gentle rolloff of the high freq

Re: [Mjpeg-users] Mpeg2enc segfaulting, I'm stumped.

2003-02-20 Thread Bernhard Praschinger
John Ribera wrote: > > I noticed lots of people running yuvdenoise AND using the -N option on > mpeg2enc. > > isn't this redundant? NO. Because the mpeg2enc -N option does not filter material. Or analyze the image to denoise. It discarges the high frequency parts of the image. Ususally the high

Re: [Mjpeg-users] Mpeg2enc segfaulting, I'm stumped.

2003-02-20 Thread John Ribera
03 11:12 AM Subject: [Mjpeg-users] Mpeg2enc segfaulting, I'm stumped. > > I've got a DV sequence I've been trying to get encoded to DVD for a week > now, and I just can't get it to go. Here's the script that I use: > > #! /bin/sh > > mkfifo stre

Re: [Mjpeg-users] Mpeg2enc segfaulting, I'm stumped.

2003-02-20 Thread John Ribera
Did you try -M0? - Original Message - From: "Robert Kesterson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 11:12 AM Subject: [Mjpeg-users] Mpeg2enc segfaulting, I'm stumped. > > I'

[Mjpeg-users] Mpeg2enc segfaulting, I'm stumped.

2003-02-20 Thread Robert Kesterson
I've got a DV sequence I've been trying to get encoded to DVD for a week now, and I just can't get it to go. Here's the script that I use: #! /bin/sh mkfifo stream.yuv mkfifo video.yuv smil2yuv -a "${1%.smil}.mp2" "$1" >stream.yuv & cat stream.yuv | yuvdenoise -S 0 -b 4,4,696,468 |