PDA

View Full Version : How to do verticl scrolling text?


FredThompson
27th August 2003, 05:21
I'm looking for a way to create a vertically scrolling section of text. This effect is sometimes used with documentaries.

Essentially, I'd like to start with a pure black screen then have the text scroll from the bottom and go off the top, returning to a pure black screen.

Font should be something simple like Arial and thick, probably a near white, slightly gray.

Intended use is as a header to archived TV shows. I'll start with a static image of the title page from the show, fade it out, then have the show description scroll by, leaving a pure black screen.

Seems to me this could be done with AviSynth. Coded properly, it would be data-driven, reading the static image and text from a file.

Has anyone done something like this? Can you provide some starting sample code?

stickboy
27th August 2003, 11:40
There's the VScrollTitle (http://www.avisynth.org/index.php?page=VScrollTitle) from the AviSynth shared functions (http://www.avisynth.org/index.php?page=ShareFunctions) page.

I personally probably would create and layout the text in Photoshop (or Illustrator or whatever), save it in one image, and use a combination of ImageReader, Layer, and Animate to have it scroll up the screen.

FredThompson
27th August 2003, 12:16
Hmmm...that might work, thanks. I wonder if one of the cheap, little video apps might do this kind of titling and render a sequence...

Schlumpf
27th August 2003, 14:11
SubStation Alpha should do the trick, if you don't need any sophisticated effects besides scrolling.

mf
27th August 2003, 14:28
Originally posted by Schlumpf
SubStation Alpha should do the trick, if you don't need any sophisticated effects besides scrolling.
And if you do, there's also Advanced Sub Station.

Schlumpf
27th August 2003, 14:52
Originally posted by mf
And if you do, there's also Advanced Sub Station.
But it's the same program, just with an extended set of commands usable, isn't it?

mf
27th August 2003, 15:48
Originally posted by Schlumpf
But it's the same program, just with an extended set of commands usable, isn't it?
Yep, and thus, with more fancy effects :).