Re: [Mjpeg-users] Problem with audio (DC10+ / EMU10K1)

2005-01-17 Thread Marco Carvalho
Anne, I love you :) It was really an aRts issue. I simply activate Automatic Suspension in Control Center and lavrec work now Thanks, and sorry for my bad english. Marco Em Sáb 15 Jan 2005 14:40, Anne Wilson escreveu: > I have worked with a DC10+ and emu10k1. Can you record with other apps? > W

Re: [Mjpeg-users] Example: using y4mdenoise to achieve near-perfection with videotapes (more)

2005-01-17 Thread Bernhard Praschinger
Hallo > > > I'll have to start keeping copies of these very good > > > technical discussions > > > regarding the various mjpeg-tools and their many > > > settings. > > > > We really oughta put this information into the HOWTO. > > I'd do it, but the organization of the info in our > > HOWTO file ki

Re: [Mjpeg-users] Problem with audio (DC10+ / EMU10K1)

2005-01-17 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 16 Jan 2005 15:14, Marco Carvalho wrote: > Anne, I love you :) Gee thanks ;-) > It was really an aRts issue. > I simply activate Automatic Suspension in Control Center and lavrec work > now Glad you got it sorted > Thanks, and sorry for m

Re: [Mjpeg-users] Example: using y4mdenoise to achieve near-perfection with videotapes (more)

2005-01-17 Thread John Gay
On Monday 17 January 2005 16:52, Bernhard Praschinger wrote: > Hallo > > I think it should start with a general overview of of starting with > > various types of video sources and ways to encode those into various > > formats, followed by seperate chapters for each tool, and what the > > various co

[Mjpeg-users] mplexing DTS streams

2005-01-17 Thread Matthew Beale
Hello mjpegtools fans I'm attempting to make a DVD with a DTS audio stream, but I'm having problems with mplex handling the dts stream. I have two options. One is a padded DTS file, and one is a WAV pcm stream with DTS in it. mplex sees the padded stream, but flips out when actually dealing wi

[Mjpeg-users] mplexing DTS streams, nearly

2005-01-17 Thread Matthew Beale
Hi again So I see CVS is supposed to do DTS, but unfortunately it seems mplex is broken during make install? libtool: install: warning: relinking `libmplex2.la' (cd /usr/src/dvdauthor/cvs/mjpeg_play/mplex; /bin/sh ../libtool --mode=relink g++ -march=i686 -mcpu=i686 -g -O2 -pthread -o libmplex2.

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,

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 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 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