Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-20 Thread Dave Dodge
On Thu, Jan 20, 2005 at 04:43:49AM -0800, Trent Piepho wrote: > On Thu, 20 Jan 2005, Michael Hanke wrote: > > Am Donnerstag 20 Januar 2005 11.09 schrieb Dave Dodge: > > > Well, yes and no. Installing updated vesions of the autotools is > > > pretty straightforward if you're used to installing thin

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-20 Thread Trent Piepho
On Thu, 20 Jan 2005, Michael Hanke wrote: > Am Donnerstag 20 Januar 2005 11.09 schrieb Dave Dodge: > > On Wed, Jan 19, 2005 at 07:31:45PM -0800, Trent Piepho wrote: > > > On Wed, 19 Jan 2005, Steven M. Schultz wrote: > > [...] > > > Have you tried upgrading autoconf on an old system? It's nearly

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-20 Thread Michael Hanke
Am Donnerstag 20 Januar 2005 11.09 schrieb Dave Dodge: > On Wed, Jan 19, 2005 at 07:31:45PM -0800, Trent Piepho wrote: > > On Wed, 19 Jan 2005, Steven M. Schultz wrote: > [...] > > Have you tried upgrading autoconf on an old system? It's nearly impossible. > > Well, yes and no. Installing updat

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-20 Thread Dave Dodge
On Wed, Jan 19, 2005 at 07:31:45PM -0800, Trent Piepho wrote: > On Wed, 19 Jan 2005, Steven M. Schultz wrote: [...] > Have you tried upgrading autoconf on an old system? It's nearly impossible. Well, yes and no. Installing updated vesions of the autotools is pretty straightforward if you're used

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-19 Thread Michael Hanke
Hi, Am Donnerstag 20 Januar 2005 04.31 schrieb Trent Piepho: > > > The minimum versions must be very bleeding edge, when redhat 9 and slackware > > > > No, not really. But their also not years old either (RH9 went end of > > life a some time back - they're up to fedora 3 or whateve

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-19 Thread Ronald S. Bultje
Hi, On Thu, 2005-01-20 at 04:31, Trent Piepho wrote: > It doesn't need to be a library, you can just compile all the source into a > single program with one command, and it words fine. GStreamer uses it. > No, I can run mplex just fine without the library. It's faster too, since the > shared li

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-19 Thread Trent Piepho
On Wed, 19 Jan 2005, Steven M. Schultz wrote: > On Wed, 19 Jan 2005, Trent Piepho wrote: > > > Nothing uses the libmplex shared library, so that's not a problem. > > mplex uses it. It doesn't need to be a library, you can just compile all the source into a single program with one command,

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-19 Thread Steven M. Schultz
On Wed, 19 Jan 2005, Trent Piepho wrote: > Nothing uses the libmplex shared library, so that's not a problem. mplex uses it. sms% ldd /usr/local/bin/mplex /usr/local/bin/mplex: /usr/local/lib/libmplex2-1.7.0.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/local/lib/lib

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-19 Thread Trent Piepho
On Wed, 19 Jan 2005, Steven M. Schultz wrote: > On Wed, 19 Jan 2005, Trent Piepho wrote: > > > That's it! You can compile and link mplex with one single g++ command! > > I don't see anywhere in that one line the building of the libmplex > shared libraries - that's what most of the

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-19 Thread Steven M. Schultz
On Wed, 19 Jan 2005, Trent Piepho wrote: > That's it! You can compile and link mplex with one single g++ command! I don't see anywhere in that one line the building of the libmplex shared libraries - that's what most of the build stuff is for. > That's it, one command that fi

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-19 Thread Trent Piepho
On Thu, 20 Jan 2005, Jonathan Woithe wrote: > > > Yup :). figured as much and started shooting at it with CC='gcc-3.3' > > > and CXX='g++-3.3', with a good about of success. the resulting error The cvs verion of mplex has a build process that is the worst example automake hell I've ever seen.

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-19 Thread Steven M. Schultz
On Thu, 20 Jan 2005, Jonathan Woithe wrote: > To avoid any unnecessary confusion, Slackware 10.0 uses GCC 3.3.4: Ah, ok - thanks for the info! I have something around that uses 2.95.4, but can't remember which OS or distribution it was (that's what comes from juggling to

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-19 Thread Jonathan Woithe
> > Yup :). figured as much and started shooting at it with CC='gcc-3.3' > > and CXX='g++-3.3', with a good about of success. the resulting error > > I do have, now that I think of it, a disk (those removable IDE > drive kits are great for having multiple systems/distributions arou

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-18 Thread Ronald S. Bultje
On Tue, 2005-01-18 at 06:39, Matthew Beale wrote: > The wav mplex > yields **ERROR: [mplex] File /home/mixonic/DVD-Ref/encoding/dts.wav.pcm > unrecogniseable! **ERROR: [mplex] Unrecogniseable file(s)... exiting.) mplex expects raw PCM. So extract the PCM using some tool, and save it to a whateve

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-18 Thread Ronald S. Bultje
On Tue, 2005-01-18 at 10:35, Ronald S. Bultje wrote: > DTS has headers that shouldn't be there. They will confuse. ... and without my daily coffee, I just confused LPCM and DTS... What a start-of-the-day... Ronald -- Ronald S. Bultje <[EMAIL PROTECTED]> --

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-17 Thread Steven M. Schultz
On Mon, 17 Jan 2005, Matthew Beale wrote: > > Hmmm, that's out of the C++ runtime libs though. Possible there's > > a problem building with C++ 2.95.4 I suppose. > > > Yup :). figured as much and started shooting at it with CC='gcc-3.3' > and CXX='g++-3.3', with a good about of success

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-17 Thread Matthew Beale
Matthew Beale wrote: mplex -f 8 -o /home/mixonic/DVD-Ref/tt.mpg /home/mixonic/DVD-Ref/encoding/DVD-bg.mpeg.mpv.1 /home/mixonic/DVD-Ref/encoding/dts.dts mplex: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by /usr/local/lib/libstdc++.so.5) Bwhahaha, got it by moving /usr/local/lib/lib

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-17 Thread Matthew Beale
Steven M. Schultz wrote: On Mon, 17 Jan 2005, Matthew Beale wrote: Hmmm, that's out of the C++ runtime libs though. Possible there's a problem building with C++ 2.95.4 I suppose. Yup :). figured as much and started shooting at it with CC='gcc-3.3' and CXX='g++-3.3', with a

Re: [Mjpeg-users] mplexing DTS streams, nearly

2005-01-17 Thread Steven M. Schultz
On Mon, 17 Jan 2005, Matthew Beale wrote: > So I see CVS is supposed to do DTS, but unfortunately it seems mplex is > broken during make install? That's the first anyone's mentioned that type of problem. Usually the problems center around the having the other software (libdv,