I appear to be making some progress. The only remaining make error is this
which I
posted earlier today
g++ -DNDEBUG -finline-functions -fno-PIC -march=pentium4 -mcpu=pentium4 -g -O2
-o
y4mdenoise.exe main.o newdenoise.o ../utils/.libs/libmjpegutils.a
newdenoise.o(.text$_ZNK14BitmapRegion2DIsl
Bernhard Frühmesser wrote:
>
> Hello,
>
> I have two "source" movies (Mpegs) which i created both with the
> mjpegtools. Both movies are in DVD-Format (PAL 720x576). Now i would
> need to make one movie out of both movies.
>
> I have already thought of cat movie1.mpg movie2.mpg moviefinal.mpg
>
On Mon, 2 May 2005 [EMAIL PROTECTED] wrote:
> /home/pjk/mjpegplay/y4mdenoise/DoublyLinkedList.hh: undefined reference to
> `Limits::Log2Bits'
>
> This arises from the use of "unsigned int" in file
> y4mdenoise/BitmapRegion2D.hh class
> function
> BitmapRegion2D::IteratorForward
> if this is
On Fri, 29 Apr 2005 10:53:35 +0200
"Michael Steinhauser" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> did you read this page?
> http://www.heroinewarrior.com/cinelerra/cinelerra.html#LOADING%20FILES
>
> I think,this does the trick.
The original question didn't contain much information as to what work
> Date: Mon, 2 May 2005 10:17:57 -0700 (PDT)
> From: "Steven M. Schultz" <[EMAIL PROTECTED]>
> To: mjpeg-users@lists.sourceforge.net
> Subject: Re: [Mjpeg-users] re Compiling Mjpegtools under Cyqwin
>
>
> On Mon, 2 May 2005 [EMAIL PROTECTED] wrote:
>
> > /home/pjk/mjpegplay/y4mdenoise/DoublyLin
On Tue, 3 May 2005 [EMAIL PROTECTED] wrote:
> Actually I was a little premature with my last post. There are a couple more
> uses of
> Limits All are to provide constants for manipulation of
> unsigned int bit
> fields. I have appended a patch file for my current position. I still haven't
> c