2009-01-08 16:07:15 UTC
Hi,
These warnings are only during compiling the source code and are probably due to your version of ubuntu. You have to compile the source code only once. The resulting binary "yamdi" does the work.
"gcc yamdi.c -o yamdi -O2 -Wall" does only compile the source code. The warnings (not errors) can be ignored by just not reading them.
To add the meta data to your flv you just need the binary and the command line:
"yamdi -i sample.flv -o sample_with_metadata.flv"
Regards,
Ingo