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