Log in

View Full Version : metadata flv



bluewalrus
05-21-2009, 03:40 AM
I posted this in php but thought later someone with more of a flash background might have a better idea. Does anyone have an idea how I can gather the metadata for a file that is being uploaded so it will be playable on the site when it is added rather than downloading it running it through flvtool2 then uploading it? Thanks for any ideas you have.

Medyman
05-21-2009, 01:01 PM
Do the files you're uploaded already contain metadata or are you injecting it?

bluewalrus
05-21-2009, 01:42 PM
no, i want to inject it.

Medyman
05-21-2009, 06:14 PM
And you're currently doing it via the command line? If you have any control over your server, you could install some of the server-side flv metadata injection libraries and do it on the fly. There isn't a workaround do using flvtool or something similar. You'll always have to run it through that but you can optimize your workflow so it's more automatic.

bluewalrus
05-22-2009, 03:41 AM
Yea i'm using command prompt currently. Where would i install the server side library, which library should i use, how would i trigger it?