Results 1 to 5 of 5

Thread: metadata flv

  1. #1
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default metadata flv

    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.

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Do the files you're uploaded already contain metadata or are you injecting it?

  3. #3
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    no, i want to inject it.

  4. #4
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    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.

  5. #5
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    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?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •