PDA

View Full Version : XMT to MP4 conversion (GPAC)


leo77
14th December 2004, 16:16
Hi

I downloaded GPAC project from http://sourceforge.net/project/showfiles.php?group_id=84101 (I also downloaded the extra-libs) but I couldn't build the project for VC++ - I got lots of errors, most of them are file not found - it was supposed to work without any dependencies... Here some "samples"

gdip_font.cpp
C:\Documents and Settings\Administrador\Desktop\gpac\plugins\gdip_rend\gdip_priv.h(49) : fatal error C1083: Cannot open include file: 'GdiplusMem.h': No such file or directory
gdip_grad.cpp
C:\Documents and Settings\Administrador\Desktop\gpac\plugins\gdip_rend\gdip_priv.h(49) : fatal error C1083: Cannot open include file: 'GdiplusMem.h': No such file or directory
gdip_rend.cpp
C:\Documents and Settings\Administrador\Desktop\gpac\plugins\gdip_rend\gdip_priv.h(49) : fatal error C1083: Cannot open include file: 'GdiplusMem.h': No such file or directory
gdip_texture.cpp
C:\Documents and Settings\Administrador\Desktop\gpac\plugins\gdip_rend\gdip_priv.h(49) : fatal error C1083: Cannot open include file: 'GdiplusMem.h': No such file or directory
Error executing cl.exe.

...

Build : warning : failed to (or don't know how to) build 'C:\Documents and Settings\Administrador\Desktop\gpac\Plugins\amr_dec\AMR_NB\weight_a.c'
Compiling...
amr_dec.c
C:\Documents and Settings\Administrador\Desktop\gpac\Plugins\amr_dec\amr_dec.h(38) : fatal error C1083: Cannot open include file: 'AMR_NB/sp_dec.h': No such file or directory
a_refl.c
fatal error C1083: Cannot open source file: 'C:\Documents and Settings\Administrador\Desktop\gpac\Plugins\amr_dec\AMR_NB\a_refl.c': No such file or directory
agc.c

...

Build : warning : failed to (or don't know how to) build 'C:\Documents and Settings\Administrador\Desktop\gpac\Plugins\OpenDivx\divx\mp4_vld.c'
Compiling...
opendivx_dec.c
C:\Documents and Settings\Administrador\Desktop\gpac\Plugins\OpenDivx\opendivx_dec.c(33) : fatal error C1083: Cannot open include file: './divx/decore.h': No such file or directory
Divx.c
fatal error C1083: Cannot open source file: 'C:\Documents and Settings\Administrador\Desktop\gpac\Plugins\OpenDivx\divx\Divx.c': No such file or directory
getbits.c
fatal error C1083: Cannot open source file: 'C:\Documents and Settings\Administrador\Desktop\gpac\Plugins\OpenDivx\divx\getbits.c': No such file or directory
mp4_decoder.c

...

Build : warning : failed to (or don't know how to) build 'C:\Documents and Settings\Administrador\Desktop\gpac\Plugins\OpenDivx\divx\mp4_vld.c'
Compiling...
opendivx_dec.c
c:\documents and settings\administrador\desktop\gpac\plugins\opendivx\opendivx_dec.c(33) : fatal error C1083: Cannot open include file: './divx/decore.h': No such file or directory
Divx.c
fatal error C1083: Cannot open source file: 'C:\Documents and Settings\Administrador\Desktop\gpac\Plugins\OpenDivx\divx\Divx.c': No such file or directory
getbits.c
fatal error C1083: Cannot open source file: 'C:\Documents and Settings\Administrador\Desktop\gpac\Plugins\OpenDivx\divx\getbits.c': No such file or directory
mp4_decoder.c

...

C:\Documents and Settings\Administrador\Desktop\gpac\PLUGINS\svg_loader\svg_loader.c(33) : fatal error C1083: Cannot open include file: 'libxml/tree.h': No such file or directory

svg_loader.c
c:\documents and settings\administrador\desktop\gpac\plugins\svg_loader\svg_loader.c(33) : fatal error C1083: Cannot open include file: 'libxml/tree.h': No such file or directory
Error executing cl.exe.


SDL_audio.c
C:\Documents and Settings\Administrador\Desktop\gpac\PLUGINS\SDL_out\SDL_out.h(29) : fatal error C1083: Cannot open include file: 'SDL.h': No such file or directory
SDL_out.c
C:\Documents and Settings\Administrador\Desktop\gpac\PLUGINS\SDL_out\SDL_out.h(29) : fatal error C1083: Cannot open include file: 'SDL.h': No such file or directory
SDL_video.c

...

What am I doing wrong?

If you know another XMT to MP4 conversor that has support to face animation, please tell me :) and my problems would be solved

Sharktooth
14th December 2004, 16:47
Download GPAC 2.2 win32 binaries from here: http://ebola.gamersrevolt.it/celticdruid/gpac (celticdruid's build)

celtic_druid
14th December 2004, 17:05
Which I compiled with MS VC++6 by the way.

The first group of errors I believe would be solved by grabing the Microsoft Platform SDK, or at least the GDI part.

The opendivx and amr, I think you just have the wrong files there.

For the last ones you need SDL and libxml.

leo77
14th December 2004, 18:49
I got the missing parts, now its working :)

I have a question, does this software suports face animation parameters? I guess not :(

bond
15th December 2004, 22:17
Originally posted by leo77
I have a question, does this software suports face animation parameters?you can look up the supported nodes in gpac on their homepage here (http://gpac.sourceforge.net/gpac_nodes.php) , also you might want to ask the question in their sourceforge forum :)