Re: [Mjpeg-users] ./.libs/liblavfile.so: undefined reference to `quicktime_read_audio'

2005-03-28 Thread Steven M. Schultz
On Mon, 28 Mar 2005, Steven Miller wrote: > libquicktime version 0.9.4 > > I would use mjpegtools CVS but transcode will not build against it. Any ideas? Ignore transcode? Most of the time it's not doing anything that some simple shell scripting (or similar) wouldn't work just

[Mjpeg-users] ./.libs/liblavfile.so: undefined reference to `quicktime_read_audio'

2005-03-28 Thread Steven Miller
After having ran nm on libquicktime.so.0.0.0 I found that there is no `quicktime_read_audio'. so it's a libquicktime problem not mjpegtools! [EMAIL PROTECTED] lib]$ nm libquicktime.so.0.0.0 | grep read U fread@@GLIBC_2.0 00010a98 T lqt_read_audio_chunk 000834c8 T lqt_registry_read

[Mjpeg-users] ./.libs/liblavfile.so: undefined reference to `quicktime_read_audio'

2005-03-28 Thread Steven Miller
libquicktime version 0.9.4 I would use mjpegtools CVS but transcode will not build against it. Any ideas? gcc -mcpu=i686 -march=i686 -g -O2 -Wall -Wunused -o .libs/lavplay lavplay.o ../utils/libmjpegutils.a ./.libs/liblavplay.so ./.libs/liblavjpeg.so -L/home/steven/source/jpeg-mmx ./.libs/libla

[Mjpeg-users] Smooth frame rate conversion with motion estimation

2005-03-28 Thread Jerome Cornet
As announced recently on the mjpeg-developers mailing list, I wrote a tool to convert the framerate of yuv4mpeg streams by interpolating the motion of the blocks. yuvfps can result in a jerky movement, because it duplicates or removes frames. This program, called yuvmotionfps is better if you

[Fwd: [Mjpeg-users] Using OpenGL to speed-up mjpeg-tools with 3D cards?] (fwd)

2005-03-28 Thread Gernot Ziegler
Hej John ! You're right, the usage of OpenGL for video post-processing has become quite interesting with the advent of floating point support and fragment shaders (programmable pixel processing) in the graphics hardware. It would basically be possible to write YUV4MPEG components that utilize gra

Re: [Mjpeg-users] header files have the wrong locations...

2005-03-28 Thread Steven M. Schultz
On Mon, 28 Mar 2005, Steven Miller wrote: > > Or is transcodes configure script out of whack? Yes ;) The configure script isn't adding the necessary -I lines to its "test compile" command. I think the problem you're running into is that transcode won't build a

[Mjpeg-users] header files have the wrong locations...

2005-03-28 Thread Steven Miller
Building from CVS on fc3 I ran across the problem when trying to build. no such file or directory. After having created a link from utils/yuv4mpeg.h to mjpegtools/yuv4mpeg.h the build was successful and installed correctly. However when trying to build transcode I came across this (it's from trans