Archived copy.
This page was recovered from the Internet Archive snapshot of
/display/AQuA/Diagnosing FLV problems using FLVmeta's flvdump taken on 2013-07-16.
The original wiki at wiki.opf-labs.org is being decommissioned.
Diagnosing FLV problems using FLVmeta's flvdump
| One line summary | Deconstruct the FLV at the top level using flvdump and see if it is valid. |
| Detailed description | Used FLVmeta package which contained the flvdump programme, which was able to walk through the FLV file and check container was valid. For damaged files this spots blocks of data with invalid FLVTAG values (217, as opposed to 8, 9 and 18 meaning audio, video and data). Checking against the spec. shows that this is not a valid FLV (http://en.wikipedia.org/wiki/Flash_Video Only diagnoses the presence of the issue. Not sure is flvdump is stopping at the first bad block, or if bad blocks can be skipped. Further analysis would help ascertain repair options, if any. |
| Solution champion | |
| Git link | https://github.com/openplanets/AQuA/tree/master/gormley-flash |
| Evaluation Notes |
|
| Detailed Evaluation |
|
| Issue | Player stops part way through some of the performances |
| Tool (link) | http://code.google.com/p/flvmeta/ |