Re: [Mjpeg-users] yuvdenoise

2010-11-15 Thread E Chalaron
Hello Bernhard I will double check, I must say for convenience I am using a Packman / Suse rpm. Therefore they may use a release version rather than a CVS one. I am probably missing on that one. Hopefully yes, because it will mean that my question was already obsolete when I asked it :-[ Cheer

Re: [Mjpeg-users] yuvdenoise

2010-11-15 Thread Bernhard Praschinger
Hallo >> No - The heaviest hitting process is causing the bottle neck. Look at >> optimising this process to better utilise your machine, multithreading >> may help. There is no point optimising the low %CPU processes if >> this is the case. >> > > This is the case. > It seems to be yuvdenoise

Re: [Mjpeg-users] yuvdenoise

2010-11-14 Thread E Chalaron
> Are both your CPU cores loaded? > Well one is 20 % the other 65 % (or so) and then swap from time to time. cheers E -- Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise de

Re: [Mjpeg-users] yuvdenoise

2010-11-14 Thread Mark Heath
Are both your CPU cores loaded? yuvdenoise is a bit of a complicated beast I don't think it'd be easy to optimise. A simple multithreaded optimisation technique is to use slices (less than full height sections of the frame, each section is given to a CPU) However yuvdenoise uses spatial ga

Re: [Mjpeg-users] yuvdenoise

2010-11-14 Thread E Chalaron
Thanks Mark > No - The heaviest hitting process is causing the bottle neck. Look at > optimising this process to better utilise your machine, multithreading > may help. There is no point optimising the low %CPU processes if > this is the case. > This is the case. It seems to be yuvden

Re: [Mjpeg-users] yuvdenoise

2010-11-14 Thread Mark Heath
The simple solution to worrying about the need to optimise the code for your cpu is to look at the output from top. (I am actually interested in seeing the %CPU each of your processes take up.) Are both your CPUs fully loaded? Yes - multi threading is not needed but you could always optimise

Re: [Mjpeg-users] yuvdenoise

2010-11-14 Thread Herve Flores
Le 14 nov. 2010 à 21:04, E Chalaron a écrit : > Hello Bernhard > Thanks for the reply. >> That is a normal behaviour both programms use only one CPU/Core and are >> not multithreaded. >> > > Ok so if I understand properly does it mean that y4munsharp will get 1 > core and the yuvdenoise the oh

Re: [Mjpeg-users] yuvdenoise

2010-11-14 Thread E Chalaron
Hello Bernhard Thanks for the reply. > That is a normal behaviour both programms use only one CPU/Core and are > not multithreaded. > Ok so if I understand properly does it mean that y4munsharp will get 1 core and the yuvdenoise the oher one ? or both on 1 core that will alternate from time to

Re: [Mjpeg-users] yuvdenoise

2010-11-14 Thread Bernhard Praschinger
Hallo E Chalaron wrote: > Hello all > Just a quick question : using mjpegtools through ffmpeg piping. > are they (or not) multi threaded ? > > ffmpeg -threads 2 -y -i - -f yuv4mpegpipe - | \ > yuvdenoise -t 2,8,8 -m 2,8,8 | > y4munsharp |\ > ffmpeg -y -threads 2 -i - -b 22k -vcodec dnxhd -thre

Re: [Mjpeg-users] yuvdenoise Was: Video is "green" if i use yuvdeinterlace

2006-08-11 Thread Michael Hanke
Am Mittwoch, 12. Juli 2006 10:18 schrieb stefan: > stefan schrieb: > > Steven M. Schultz schrieb: > > > >> On Wed, 5 Jul 2006, Michael Hanke wrote: > >> > >>> Hmmm... Please excuse my dumb question. Here are you puzzling me a little bit. [snip] Hi Steven and Stefan, being back from my va

Re: [Mjpeg-users] yuvdenoise Was: Video is "green" if i use yuvdeinterlace

2006-07-12 Thread stefan
stefan schrieb: > Steven M. Schultz schrieb: > >> On Wed, 5 Jul 2006, Michael Hanke wrote: >> >>> Hmmm... Please excuse my dumb question. Here are you puzzling me a little >>> bit. >>> >>> >> It is not dumb at all! You raise some very interesting points that >> people should b

Re: [Mjpeg-users] yuvdenoise Was: Video is "green" if i use yuvdeinterlace

2006-07-10 Thread Steven M. Schultz
On Wed, 5 Jul 2006, Michael Hanke wrote: > Hmmm... Please excuse my dumb question. Here are you puzzling me a little bit. It is not dumb at all! You raise some very interesting points that people should be aware of. > My model of thinking with respect to interlacing/deinterlaci

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-10-10 Thread Steven M. Schultz
On Sun, 9 Oct 2005, Frank Albrecht wrote: > > The other thing that can be done is find where streamer is calling > > 'quicktime_set_audio' and find out if it is setting things up > > correctly for what libquicktime is expecting. > > I inspected the sources of 0.9.7 and 0.9.2 and it d

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-10-10 Thread Frank Albrecht
On Oct 04,13:36, Steven M. Schultz wrote: [...Segmentation fault with sttreamer and libquicktime...] > ./configure --enable-debug I've done that. See below... > > I woldn't have expected it's an audio related problem. It' the > > same with rpm package and self-compiled. > Ok -

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-10-06 Thread Steven M. Schultz
Hi - > On Thu, 6 Oct 2005, Dave Dodge wrote: > > > One option for NTSC might be the JVC SR-V101US. This is an S-VHS deck > > from their pro line, has Y/C output and a built-in TBC. It can be I've the JVC HRS-9911 ($319) that also lists a TBC as a feature (in addition to DNR [Di

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-10-06 Thread Dave Dodge
On Tue, Oct 04, 2005 at 01:30:03PM -0700, Steven M. Schultz wrote: > Is this from a VHS tape deck? Maybe a signal stabilizer would help, > something like: > > http://www.kramerelectronics.com/indexes/item.asp?desc=98 > > or a TBC but that's probably more money than you want to

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-10-05 Thread Frank Albrecht
On Oct 02,09:33, Steven M. Schultz wrote: > On Sun, 2 Oct 2005, Frank Albrecht wrote: > > > What does a gdb backtrace look show? Perhaps knowing where the > > > fault is happening will provide an idea what area to investigate. > > Puh, I don't know how to do that. [...manual for dummies

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-10-05 Thread Frank Albrecht
On Oct 04,18:28, Joe Friedrichsen wrote: Thank you all for your suggestions. [...] > >Mplayer and ffmpeg can both produce a yuv4mpeg stream which works > >nicely with mjpeg tools. > >ffmpeg -i input_file.ext -f yuv4mpegpipe outfile.yuv > >mplayer -vo yuv4mpeg input_file.ext > mplayer -

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-10-04 Thread Steven M. Schultz
On Wed, 5 Oct 2005, E.Chalaron wrote: > Unless you are familiar with electronics : > > http://www.astro.uu.se/~marcus/private/newvidproc.html Nice looking unit - wonder how much he would charge to build one? (soldering irons and I do not get along ;)) I noticed it was d

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-10-04 Thread E.Chalaron
On Wednesday 05 Oct 2005 09:30, Steven M. Schultz wrote: >  or a TBC but that's probably more money than you want to spend ;) Unless you are familiar with electronics : http://www.astro.uu.se/~marcus/private/newvidproc.html --- This SF.Net em

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-10-04 Thread Steven M. Schultz
On Tue, 4 Oct 2005, Frank Albrecht wrote: > > > > What does a gdb backtrace look show?... > > [...manual for dummies such as me...] > Thank you. You're welcome. Oh, I forgot to mention "chapter 2" in the manual ;) When you configure libquicktime add the "--ena

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-10-04 Thread Steven M. Schultz
On Tue, 4 Oct 2005, Frank Albrecht wrote: It might be a better idea to reply to this list (especially with lavrec or V4L problems - I abandoned the Bt878 card several years some time ago). > > Perhaps others who capture to mjpeg can help with some ideas - but > >

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-10-04 Thread Joe Friedrichsen
Hi! Mark Heath wrote: On 02/10/2005, at 6:35 PM, Frank Albrecht wrote: Is it possible to use mencoder or ffmpeg for capturing for mjpegtools? I couldn't figure out how to create an input satifying lav2yuv/mpeg2. Hopefully this is will answer what you are asking. Mplayer and ffmpeg can b

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-10-03 Thread Mark Heath
On 02/10/2005, at 6:35 PM, Frank Albrecht wrote: Is it possible to use mencoder or ffmpeg for capturing for mjpegtools? I couldn't figure out how to create an input satifying lav2yuv/mpeg2. Hopefully this is will answer what you are asking. Mplayer and ffmpeg can both produce a yuv4mpeg str

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-10-03 Thread Frank Albrecht
On Sep 28,08:51, Steven M. Schultz wrote: > > On Wed, 28 Sep 2005, Frank Albrecht wrote: > > > It doesn't work. Segmentation fault with libquicktime, with > > all versions of streamer, self-compiled or not. > What does a gdb backtrace look show? Perhaps knowing where the > fault is

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-10-02 Thread Steven M. Schultz
On Sun, 2 Oct 2005, Frank Albrecht wrote: > > What does a gdb backtrace look show? Perhaps knowing where the > > fault is happening will provide an idea what area to investigate. > > Puh, I don't know how to do that. gdb yourprogram run program_args when the fa

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-09-28 Thread Steven M. Schultz
On Wed, 28 Sep 2005, Frank Albrecht wrote: > It doesn't work. Segmentation fault with libquicktime, with > all versions of streamer, self-compiled or not. Sigh :( What does a gdb backtrace look show? Perhaps knowing where the fault is happening will provide an idea what

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-09-28 Thread Frank Albrecht
On Sep 27,04:45, Frank Albrecht wrote: > On Sep 26,10:19, Steven M. Schultz wrote: > > > On Mon, 26 Sep 2005, Frank Albrecht wrote: > > > > I had to use mjpegtools 1.6.x because of several quicktime > > > issues. I wasn't successfull in using streamer with > > > libquicktime-0.9.4: > > > > Usi

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-09-27 Thread Frank Albrecht
On Sep 26,10:19, Steven M. Schultz wrote: > On Mon, 26 Sep 2005, Frank Albrecht wrote: > > I had to use mjpegtools 1.6.x because of several quicktime > > issues. I wasn't successfull in using streamer with > > libquicktime-0.9.4: > > "Speicherzugriffsfehler" > ...error but my Ge

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-09-26 Thread Steven M. Schultz
On Mon, 26 Sep 2005, Bernhard Praschinger wrote: > > > "Speicherzugriffsfehler" > > ...error but my German is not good enough to translate > > Speicherzugriffs > Error is close, actually it is translated with segmentation fault. Ah, thank you! I knew I'd seen that before but c

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-09-26 Thread Bernhard Praschinger
Hallo > > I had to use mjpegtools 1.6.x because of several quicktime > > issues. I wasn't successfull in using streamer with libquicktime-0.9.4: > > > "Speicherzugriffsfehler" > ...error but my German is not good enough to translate > Speicherzugriffs Error is close, actually it is trans

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-09-26 Thread Steven M. Schultz
On Mon, 26 Sep 2005, Frank Albrecht wrote: > I had to use mjpegtools 1.6.x because of several quicktime > issues. I wasn't successfull in using streamer with libquicktime-0.9.4: > "Speicherzugriffsfehler" ...error but my German is not good enough to translate Speicherzugriffs

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-09-26 Thread Frank Albrecht
On Sep 24,21:36, Steven M. Schultz wrote: > On Sun, 25 Sep 2005, Frank Albrecht wrote: > > I use yuvdenoise for a long time with the options -S and > > -b. Are these gone in mjpegtools 1.8.x? > > Yes, they are gone in 1.8 (actually they have been > gone in the cvs version for almo

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-09-25 Thread Steven M. Schultz
On Mon, 26 Sep 2005, Luca Bonissi wrote: > Make attenction: by default, the new yuvdenoise has a gaussian filter > and a spatial filter on... > > I usually disable the spatial and gaussian filter (-s 0,0,0 -g 0,0,0). > Maybe you can keep the gaussian filter for chroma only (-g 0,255,255).

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-09-25 Thread Luca Bonissi
Frank Albrecht, on 25/09/2005 05:42 you wrote: > I use yuvdenoise for a long time with the options -S and -b. > Are these gone in mjpegtools 1.8.x? Make attenction: by default, the new yuvdenoise has a gaussian filter and a spatial filter on. The motion compensation was also removed (it was very u

Re: [Mjpeg-users] yuvdenoise -S and -b

2005-09-24 Thread Steven M. Schultz
On Sun, 25 Sep 2005, Frank Albrecht wrote: > I use yuvdenoise for a long time with the options -S and -b. > Are these gone in mjpegtools 1.8.x? Yes, they are gone in 1.8 (actually they have been gone in the cvs version for almost 2 years ;)). > I don't see an equivalence in othe

Re: [Mjpeg-users] [yuvdenoise] question about one option.

2005-08-10 Thread Christian P. MOMON
Steven M. Schultz wrote: > On Wed, 10 Aug 2005, CPM wrote: >An easier way to get the set of options that yuvdenoise accepts would >be with > > yuvdenoise -h Good solution it is. :-) >> So, my question: where is the problem? > >The problem is in the yuvdenoise manpage ;) yuvd

Re: [Mjpeg-users] [yuvdenoise] question about one option.

2005-08-10 Thread Steven M. Schultz
On Wed, 10 Aug 2005, Steven M. Schultz wrote: > DVD (and to a slightly lesser extent) encoding parameters have been (and to a slightly lesser extent SVCD) - left out a word there. Much has been written about encoding with mpeg2enc - I think you'll find much useful i

Re: [Mjpeg-users] [yuvdenoise] question about one option.

2005-08-10 Thread Steven M. Schultz
On Thu, 11 Aug 2005, CPM wrote: > In Kino, they use yuvdenoise like this: > > ...|yuvdenoise -F -f | yuvscaler -v 0 -O VCD -n p | mpeg2enc -v 0 -f 1 > -I 0 -n p -a 2 -o 'cliptestc'.mpv' > > or like this: > > ...|yuvdenoise -F | yuvscaler -v 0 -O VCD -n p | mpeg2enc -v 0 -f 1 -I 0 > -n p -

Re: [Mjpeg-users] [yuvdenoise] question about one option.

2005-08-10 Thread CPM
In Kino, they use yuvdenoise like that: ...|yuvdenoise -F -f | yuvscaler -v 0 -O VCD -n p | mpeg2enc -v 0 -f 1 -I 0 -n p -a 2 -o 'cliptestc'.mpv' or like that: ...|yuvdenoise -F | yuvscaler -v 0 -O VCD -n p | mpeg2enc -v 0 -f 1 -I 0 -n p -a 2 -o 'cliptestc'.mpv' As mjpeg has changed

Re: [Mjpeg-users] [yuvdenoise] question about one option.

2005-08-09 Thread CPM
Steven M. Schultz wrote: > On Wed, 10 Aug 2005, CPM wrote: > An easier way to get the set of options that yuvdenoise accepts would > be with > >yuvdenoise -h Good solution it is. :-) >> So, my question: where is the problem? > > The problem is in the yuvdenoise manpage ;)

Re: [Mjpeg-users] [yuvdenoise] question about one option.

2005-08-09 Thread Steven M. Schultz
On Wed, 10 Aug 2005, CPM wrote: > I have a problem with Kino when it using yuvdenoise because > yuvdenoise doesn't accept the -F option. In the manpage, this > option is available but read error message below: The manpage is outdated. When yuvdenoise went thru a couple rewrit

Re: Re: Re: [Mjpeg-users] yuvdenoise

2005-08-05 Thread Odile Planquelle
Hello, I get the main.c ( 1.42 ) and the makefile.am ( 1.24 ) of /yuvdenoise and compile another time. Now everything is fine. Thanks for help > De: "Odile Planquelle" <[EMAIL PROTECTED]> > A: "Bernhard Praschinger" <[EMAIL PROTECTED]> > Objet

Re: Re: [Mjpeg-users] yuvdenoise

2005-08-03 Thread Odile Planquelle
h the pb. I can send if you want. > De: Bernhard Praschinger <[EMAIL PROTECTED]> > A: Odile Planquelle <[EMAIL PROTECTED]> > Objet: Re: [Mjpeg-users] yuvdenoise > Date: Wed, 03 Aug 2005 18:15:24 +0200 > Hallo > > > I think I run the last version of the tool ; > &

Re: [Mjpeg-users] yuvdenoise

2005-08-03 Thread Bernhard Praschinger
Hallo > I think I run the last version of the tool ; >INFO: [lt-yuvdenoise] yuvdenoise version 1.6.3-rc1 > I've got it from yum ( I'm running fedora core 4 ) Was that package compiled for a special architecture ? Intel AMD MAC ? There is a known problem with MAC running Fedora core 4, which se

Re: Re: [Mjpeg-users] yuvdenoise

2005-08-03 Thread Odile Planquelle
der version of yuvdenoise ? Regards > De: Bernhard Praschinger <[EMAIL PROTECTED]> > A: Odile Planquelle <[EMAIL PROTECTED]> > Objet: Re: [Mjpeg-users] yuvdenoise > Date: Wed, 03 Aug 2005 07:11:01 +0200 > Odile Planquelle wrote: > > > > Hello, I'm trying to use

Re: [Mjpeg-users] yuvdenoise

2005-08-02 Thread Bernhard Praschinger
Odile Planquelle wrote: > > Hello, I'm trying to use yuvdenoise with files created wiyh kino : > > smil2yuv input.dv | yuvdenoise | mpeg2enc -f8 -o test01.mv2 > the mpeg2enc end at frame 90 with informtaion : > INFO: [mpeg2enc] Frame8787 P q=8.00 sum act=4086.08653 > INFO: [mpeg2enc]

Re: [Mjpeg-users] yuvdenoise

2005-08-02 Thread Steven M. Schultz
From: "Odile Planquelle" <[EMAIL PROTECTED]> --=_NextPart_Lycos_307751847992422_ID Content-Type: text/html; charset="windows-1252" Content-Transfer-Encoding: quoted-printable body{font:12px Arial;margin:3px;over= flow-y:auto;overflow-x:auto}p{margin:0px;}blockquote, ol, ul{margin-top:0= px;margin

Re: [Mjpeg-users] yuvdenoise

2005-06-09 Thread E.Chalaron
Thanks Steven ... That may save me some time actually to put it at the end.. Instead of conforming the big frames at the beginning. Cheers E --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How

Re: [Mjpeg-users] yuvdenoise

2005-06-09 Thread Steven M. Schultz
On Fri, 10 Jun 2005, E.Chalaron wrote: > Was wondering in yuvdenoise : > > -Y 2 -U 5 -V 1 -y 2 -u 5 -v 1 > Is it considered as agressive filtering ? I think that is moderate to mild filtering. I think the '-V' and '-v' could be safely increased to 2 but that's not critical.

Re: [Mjpeg-users] yuvdenoise problems when SSE instructions used?

2004-06-22 Thread Steven M. Schultz
On Wed, 23 Jun 2004, Jonathan Woithe wrote: > I have encountered something rather odd about yuvdenoise from mjpegtools > 1.6.2 and the way it works on two different machines. In short, I encoded > a video in two 90 minute sections using the same command line - one was on a > (PII-vintage) Celero

Re: [Mjpeg-users] yuvdenoise

2004-02-12 Thread Steven M. Schultz
On Thu, 12 Feb 2004, Bernhard Praschinger wrote: > I have a strange effect, using when I don't use yuvdenoise, I get smaller > files than when I use yuvdenoise -f. Using only yuvdenoise makes smaller > file than without the usage of yuvdenoise. Hmmm, is it possible that when you use "yuv

Re: [Mjpeg-users] yuvdenoise interlaced source?

2003-05-30 Thread scholnik
Can yuvdenoise cope with an interlaced source (VHS tape) and keep it interlaced. Only it says: "and then into the filter. (Well, the other way would work, too, except that the filter doesn't do interlaced MC yet and doesn't do a good job on interlaced

Re: [Mjpeg-users] yuvdenoise interlaced source?

2003-05-29 Thread Steven M. Schultz
Hi - >From: "Scott Waye" <[EMAIL PROTECTED]> > >Can yuvdenoise cope with an interlaced source (VHS tape) and keep it >interlaced. Only it says: Yes indeed. I've lost count of the VHS & 8mm tapes I've converted to DVD/SVCD. Cheers, Steven Schultz -

Re: [Mjpeg-users] yuvdenoise parameter handling bug as well

2003-03-11 Thread Richard Ellis
--- Ronald Bultje <[EMAIL PROTECTED]> wrote: > Hey Richard, > > On Fri, 2003-03-07 at 14:13, Richard Ellis wrote: > > Note, w/h appear to be the result of subtracting two from unsigned > > int's that were initialized to zero, instead of being initialized to > > the incoming frame width/height from

Re: [Mjpeg-users] yuvdenoise parameter handling bug as well

2003-03-09 Thread Ronald Bultje
Hey Richard, On Fri, 2003-03-07 at 14:13, Richard Ellis wrote: > Note, w/h appear to be the result of subtracting two from unsigned int's > that were initialized to zero, instead of being initialized to the > incoming frame width/height from the yuv4mpeg header. Yup, they're uint16_t's (see yuvde

Re: [Mjpeg-users] yuvdenoise -l

2003-02-12 Thread Edouard Chalaron
Hi Robert > > Hi all, > > What the -l stands for in yuvdenoise ? > > low-pass threshold. See "yuvdenoise --help". Thanks, I was not really sure if I can understand that as antialiasing, my question was not to the point. Is it the case ? Edouard

Re: [Mjpeg-users] yuvdenoise -l

2003-02-12 Thread Robert Kesterson
On Wed, 12 Feb 2003, Edouard Chalaron wrote: > > Hi all, > What the -l stands for in yuvdenoise ? low-pass threshold. See "yuvdenoise --help". -- Robert Kesterson [EMAIL PROTECTED] --- This SF.NET email is sponsored by: SourceForge Ente