swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] avi2swf ... avirecompress ... codecs?


From: zipur
Subject: Re: [Swftools-common] avi2swf ... avirecompress ... codecs?
Date: Fri, 23 Jul 2004 00:25:40 -0600

OK,

now that I have avi2swf compiled ... it fails on converting my avi file
with an error:

<CImage> : Cannot convert from 24 bit image to unimplemented   0x0

After doing some googling I found this:

http://lists.gnu.org/archive/html/swftools-common/2004-03/msg00026.html

So, I tried that ... most of the formats in avirecompress give me an
error like:

<codec keeper> : WARNING: plugin /usr/local/lib/avifile-0.7/win32.so is
in incompatible format

The formats that do not give an error like that, dont work ... 

What I am attempting to do is take a blender file (www.blender3d.org)
and output it to raw avi, then somehow convert it to swf using
avi2swf... 

I would really appreciate any help anyone can give ... 

Thanks

Zip



On Thu, 2004-07-22 at 05:26, Matthias Kramm wrote:
> On Thu, Jul 22, 2004 at 12:01:54AM -0600, zipur wrote:
> > avi2swf.m4:71: c++  -Wparentheses -Wimplicit -Wreturn-type -O 
> > -fomit-frame-pointer  -I/usr/include/avifile -Wl,-rpath,/usr/lib -laviplay 
> > conftest.cpp -o conftest
> > In file included from conftest.cpp:17:
> > /usr/include/avifile/fourcc.h:4:2: warning: #warning Use #include 
> > "avm_fourcc.h" instead
> > /tmp/ccy9vjU4.o(.text+0xc): In function `test()':
> > : undefined reference to `avm::CreateReadFile(char const*, unsigned)'
> > /tmp/ccy9vjU4.o(.text+0x60): In function `test()':
> > : undefined reference to `avm::StreamInfo::GetVideoWidth() const'
> > /tmp/ccy9vjU4.o(.text+0x68): In function `test()':
> > : undefined reference to `avm::StreamInfo::GetVideoHeight() const'
> > /tmp/ccy9vjU4.o(.text+0x70): In function `test()':
> > : undefined reference to `avm::StreamInfo::GetAudioSamplesPerSec() const'
> > /tmp/ccy9vjU4.o(.text+0x78): In function `test()':
> > : undefined reference to `avm::StreamInfo::GetFps() const'
> > /tmp/ccy9vjU4.o(.text+0x90): In function `test()':
> > : undefined reference to `avm::CImage::ToRGB()'
> > /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> > reference to `XvSetPortAttribute'
> > /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> > reference to `XvQueryExtension'
> > /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> > reference to `XvQueryAdaptors'
> > /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> > reference to `XvQueryPortAttributes'
> > /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> > reference to `XvUngrabPort'
> > /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> > reference to `XF86VidModeGetAllModeLines'
> > /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> > reference to `XvGetPortAttribute'
> > /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../libaviplay.so: undefined 
> > reference to `XF86VidModeGetModeLine'
> > collect2: ld returned 1 exit status
> 
> If it were just for the "Xv*" symbols, I'd suggest running configure
> as 
>     LDFLAGS="/usr/X11R6/lib/" LÏBS="-lXv" ./configure
> . However it also doesn't find all those "avm::" symbols, even though
> they should be defined in aviplay itself, so something else is wrong
> here.
> 
> You seem to have a fairly recent gcc (3.3.3)- maybe avifile was compiled
> with a too old version?
> Coudl you try to deinstall all currently installed avifile versions, and
> then install it from source?
> 
> Greetings
> 
> Matthias





reply via email to

[Prev in Thread] Current Thread [Next in Thread]