-
ingo_opp changed the public information on the Yet Another Metadata Injector for FLV project.
2009-03-10 09:36:43 UTC in Yet Another Metadata Injector for FLV
-
Hi
Sorry for the late answer. I tested it with some audio only mp3-flv files and it worked fine. Can you tell me how you generated the flv or send me a sample file such that I can reproduce the problem?
Regards
Ingo.
2009-03-03 12:56:30 UTC in Yet Another Metadata Injector for FLV
-
Hi tommy,
You may use yamdi for your modifications. Please read the BSD License.
Cheers,
Ingo.
2009-02-05 09:18:43 UTC in Yet Another Metadata Injector for FLV
-
As the newer Flash versions support the mp4 container there is no need to put it in a flv container.
Decoding and parsing the NAL units and SPS out of the H.264 stream is not that simple as with the other codecs that are supported by flv.
2009-02-05 09:11:53 UTC in Yet Another Metadata Injector for FLV
-
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...
2009-01-08 16:07:15 UTC in Yet Another Metadata Injector for FLV
-
Hi,
These aren't errors. They are just warnings that can be ignored. I compiled it on unbuntu (8.04 LTS) too and it works fine.
Regards,
Ingo.
2009-01-08 11:56:26 UTC in Yet Another Metadata Injector for FLV
-
Hi
You should provide the full path to yamdi. Say you extracted the source code in your home directory, the you should type
~/yamdi-1.4/yamdi -i superlivre.flv -o superlivre_metadata.flv
Or, if you already are in the directory where the yamdi executable is, just type:
./yamdi -i superlivre.flv -o superlivre_metadata.flv
This is not a bug of yamdi. These kind of questions should be...
2008-08-25 15:12:54 UTC in Yet Another Metadata Injector for FLV
-
Hi
Can you send me a link where I can download a test file? I already have an idea what the problem could be.
Regards.
2008-08-25 15:07:41 UTC in Yet Another Metadata Injector for FLV
-
Thanks for the hint. I added it to the website.
2008-04-27 15:24:05 UTC in Yet Another Metadata Injector for FLV
-
Thanks for the patch. The XML output is now integrated into 1.3.
2008-04-27 14:55:54 UTC in Yet Another Metadata Injector for FLV