PHP Classes

Other formats

Recommend this page to a friend!

      FLV Metadata  >  All threads  >  Other formats  >  (Un) Subscribe thread alerts  
Subject:Other formats
Summary:Have you considered other formats
Messages:6
Author:Wayne Patterson
Date:2010-02-02 02:56:24
Update:2010-09-17 14:57:05
 

  1. Other formats   Reply   Report abuse  
Picture of Wayne Patterson Wayne Patterson - 2010-02-02 02:56:24
Have you considered other formats like f4v, mp4, mov...

  2. Re: Other formats   Reply   Report abuse  
Picture of Amin Amin - 2010-02-02 07:58:20 - In reply to message 1 from Wayne Patterson
this version only supports FLV but I am working on it to add other formats like f4v, mp4, mov.
Thanks.

  3. Re: Other formats   Reply   Report abuse  
Picture of Wayne Patterson Wayne Patterson - 2010-09-15 03:40:34 - In reply to message 2 from Amin
Hey Amin, any updates?
We're considering using this for the Gallery3 project
gallery.menalto.com/node/97978
Some other formats like mp4 f4v would be very helpful.

  4. Re: Other formats   Reply   Report abuse  
Picture of Amin Amin - 2010-09-17 07:42:49 - In reply to message 3 from Wayne Patterson
Hi,
I am kind of busy right now but I think it can get some meta data from f4v.
There are some features that I am going to add as soon as possible.
Please check if it can get meta data from f4v files or not and let me know about it.

Thanks

  5. Re: Other formats   Reply   Report abuse  
Picture of Wayne Patterson Wayne Patterson - 2010-09-17 13:32:59 - In reply to message 4 from Amin
Amin, thanks for the timely response.
1st test with f4v yielded:
Error! Wrong file format.

So I altered the signature check to:
$signature = fread($f,11);
if(substr($signature, 0, 3) != "FLV" && substr($signature, 8, 3) != "f4v")

f4v
flashyourweb.com/gallery2/myTests.p ...

flv
flashyourweb.com/gallery2/myTests.p ...

BTW, f4v is video/mp4, so the header may be at the end instead of the beginning.

Thanks,
Wayne

  6. Re: Other formats   Reply   Report abuse  
Picture of Amin Amin - 2010-09-17 14:57:05 - In reply to message 5 from Wayne Patterson
I have read in flv/f4v spec that some meta data flags are the same,Please email me a link to one of your F4Vs if you don't mind.
I wish I could help