This is a maintenance release which fixes a few critical bugs, including a
potential crash with video resolution detection.
You can download the source code or binaries at:
http://code.google.com/p/flvmeta/
Changes since last release:
Bugs fixed:
* Fixed amf_data_dump numeric format.
* Fixed extended timestamp handling, causing invalid time to be
reported in certain cases.
* Fixed video resolution detection causing a crash in the case the
video tag data body has less data than required.
Is flvdump away ?
----
Eric Priou aka erixtekila
Articles : http://www.v-i-a.net/inprogress
Regards,
Marc
2009/9/3 Eric Priou <erixt...@gmail.com>:
\m/
---
Eric Priou aka erixtekila
http://www.v-i-a.net/inprogress
| Great news. Thank you for all the work on this! --- On Thu, 9/3/09, Marc Noirot <marc....@gmail.com> wrote: |
It's quite a straightfoward process.
You can use a xml or yaml format.
The flvtool2 take it as input and inject the amf data at the correct
timestamp.
That's it.
Do you need an example of the format used ?
Greetings
That would be precious help to me :)
Thanks !
2009/9/24 Eric Priou <erixt...@gmail.com>:
By the way, I can see a limitation in the way flvtool2 handles tags in
XML files.
There seems to be no type information on the tag values.
For example, I suspect the parameters might injected as AMF strings,
or maybe numbers, but not dates for example.
Do you think it is interesting to inject metadata with more granularity ?
I invite you to check the XML schemas and samples that I wrote in
http://code.google.com/p/flvmeta/source/browse/#svn/trunk/schemas
The syntax might seem more complex, but it follows the specification
from Adobe more closely.
Regards,
Marc
2009/9/24 Eric Priou <erixt...@gmail.com>:
>
> Here we go.
>
>
>
> Take a look at the attached file.
> Do you also need an flv file with cuepoints ?
>
> By the way, I can see a limitation in the way flvtool2 handles tags in
> XML files.
> There seems to be no type information on the tag values.
> For example, I suspect the parameters might injected as AMF strings,
> or maybe numbers, but not dates for example.
>
> Do you think it is interesting to inject metadata with more
> granularity ?
You're a genius !
Never thought of such a feature before, but definitively a must-have !
> I invite you to check the XML schemas and samples that I wrote in
> http://code.google.com/p/flvmeta/source/browse/#svn/trunk/schemas
> The syntax might seem more complex, but it follows the specification
> from Adobe more closely.
Is all the actionscript data is expressed in your xml ?
I'll dig deeper in order to check them all.
Great job.