简体   繁体   中英

FLV video tagging using ActionScript 3

I would like to tag some parts on screen (like tagging people's head in photos in Facebook) in video (in certain second). Videos are in FLV format, video on demand. Is there any library that I can use to tag the video? or I can only use a cue point?

Environment:

  1. Flash Media Server
  2. Flash CS4 (ActionScript 3)

Other information can be further given. Ask me.

I don't know if there is a library (which doesn't mean there isn't any), but you could do it with cuepoints: Create cuepoints in your video (either on encoding, or put them in on runtime via actionscript cuepoints) that have x, y, width, height as params, maybe also a duration and description.

Type for encoding cuepoints probably would be navigation, so you can get the nearest Cuepoint on seeking. Then you need actionscript to listen for your cuepoints, and then draw those rectangles as an overlay over the video.

There is NO direct solution of this issue. I end up have to record the time in a Flash embedding the movie player and make tagging actions there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM