POV-Ray : Newsgroups : povray.off-topic : Captions Server Time
3 Sep 2024 19:14:01 EDT (-0400)
  Captions (Message 1 to 5 of 5)  
From: Invisible
Subject: Captions
Date: 28 Oct 2010 04:22:19
Message: <4cc932bb$1@news.povray.org>
OK, so I have a DVD of some people dancing around. Unfortunately it's 
quite difficult to make out who's who. (The camera was struggling with 
the light levels.) So I'd like to stick little captions on people so you 
can see who they are.

Question: What kind of software would you use for something like that?

I could of course convert the video into a huge stream of still images, 
and use something like IrfanView to glue captions onto each frame, one 
at a time. However, given several *hours* of film, that's going to take 
an absurdly long time, and the captions will jiggle around the screen so 
much that they'll be unreadable anyway.

Ideally I'd like to get the captions to float across the screen, 
following the people they belong to, but I have absolutely no idea how 
to do that.

Any suggestions?


Post a reply to this message

From: scott
Subject: Re: Captions
Date: 28 Oct 2010 06:39:40
Message: <4cc952ec$1@news.povray.org>
> Ideally I'd like to get the captions to float across the screen, following 
> the people they belong to, but I have absolutely no idea how to do that.
>
> Any suggestions?


Without using any fancy auto-tracking software, I'd suggest extracting every 
Nth frame, then by hand make a list of names and coordinates for each frame. 
Using POV you can read in the list, and using suitable interpolation make an 
animation of smoothly floating names (and any other special effects, like 
fading in/out).  Then use AviSynth or similar to merge the two.


Post a reply to this message

From: Darren New
Subject: Re: Captions
Date: 28 Oct 2010 13:41:54
Message: <4cc9b5e2$1@news.povray.org>
scott wrote:
> then by hand make a list of names and coordinates for 
> each frame. 

Amazon TURK to the rescue?


-- 
Darren New, San Diego CA, USA (PST)
   Serving Suggestion:
     "Don't serve this any more. It's awful."


Post a reply to this message

From: stbenge
Subject: Re: Captions
Date: 28 Oct 2010 14:52:25
Message: <4cc9c669$1@news.povray.org>
Invisible wrote:
> Question: What kind of software would you use for something like that?

There are some video capture/creation/playback libraries for Processing: 
http://processing.org/reference/libraries/

Some of those can handle face recognition and blob detection. Graphics 
in processing are easy to create, so you could track captions to their 
owners manually or by using computer vision. Not sure how it would work 
out (I would try to break large videos into pieces just in case 
something goes wrong), but it's an option.


Post a reply to this message

From: Orchid XP v8
Subject: Re: Captions
Date: 28 Oct 2010 15:21:58
Message: <4cc9cd56@news.povray.org>
On 28/10/2010 06:41 PM, Darren New wrote:

> Amazon TURK to the rescue?

LOLrus! :-D

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.