On 4/14/07, Heiko Sudar <[EMAIL PROTECTED]> wrote:
Hi,

thx fort he fast infos. the solution is clear for .swf files.

does someone have a workaround for flash-video files .flv?



Heiko

AFAIK, there's not a direct function for that.

So, you have a few options, but depend on what you're going to do with
it. Are you planning to parse a lot and large .flv files? If so, you
should write some code that reads the FLV header. I didn't see someone
else already doing, but you should be looking for Metadata in the FLV
file, and it seems that the metadata isn't in all FLV files, so then
you need to use such tools as FLV Metdata Injector, but i didn't find
a linux alternative.

If you're only doing a few .flv files, and quite small ones, you might
want to convert the FLV files first to another format with ffmpeg.
Then use some tools on that.

Tijnema

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to