Re: [Flashcoders] Metadata injection

2005-10-31 Thread Alex McCabe
Hi Simon,

I think you'll need to look into the file format specification for this. Try
the H263VideoPacket tag near the end. I'd suggest using a tool that can
convert an existing tagged FLV into a XML document so you can have a look at
what's going on. You might be able to alter the XML and convert it back into
an FLV - but for better performance you'd need to be editing the binary
directly.

HTH,

Alex
http://www.centralquestion.com/flauntit/



On 10/31/05, Simon Lord <[EMAIL PROTECTED]> wrote:
>
> Hi all, let me preface my question by stating that I am *not* looking
> for a tool to perform metadata injection, I'm interested in learning
> *how* to do it myself.
>
> The idea is to pass a directory of jpgs to FFMPEG to create an flv
> movie. The idea would be to configure FFMPEG to add metadata to the
> flv as it's being generated. In order to do this I need to discover/
> learn how exactly we go about writing metadata (what's it look like
> etc) and how or where or when to inject it into the flv.
>
> Any pointers?
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Metadata injection

2005-10-31 Thread Simon Lord
Hi all, let me preface my question by stating that I am *not* looking  
for a tool to perform metadata injection, I'm interested in learning  
*how* to do it myself.


The idea is to pass a directory of jpgs to FFMPEG to create an flv  
movie.  The idea would be to configure FFMPEG to add metadata to the  
flv as it's being generated.  In order to do this I need to discover/ 
learn how exactly we go about writing metadata (what's it look like  
etc) and how or where or when to inject it into the flv.


Any pointers?
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders