Showing different titles without adding multiple scenes

albertocv

Member
I am using OBS to record screencasts and talking head videos. While I speak, I show full screen titles to start "chapters" or highlight a concept.

Now I'm adding the titles while editing. I'd like to show them while recording, to save some editing work. I know in advance what I will say, because I am following an outline.

The obvious way to do it was to create a long list of scenes, each one with a different text source. Then, after each title, go back to the original scene.
This would imply a lot of scenes for each video.

I'd like to find a way to use a single title scene and then change the text shown by the source.

Is this possible?
 

GeeMack

Member
I'd consider making the titles as PNG images with transparent backgrounds, then adding them all to a scene as a single slide show source. Set a hot-key to advance through the slides instead of setting it to auto, and maybe make another hot-key to move backward through the list in case you accidentally bump the forward hot-key twice. If you need to turn off each title before displaying the next one, make one fully transparent PNG and add it to the slide show multiple times, placing them every other one between your actual titles. Keep in mind the slide show will only advance or reverse one slide at a time; you can't just arbitrarily select one.
 

albertocv

Member
Genius! I think it's exactly what I'll try.


If I want to use the same slide show in different scenes, will it remember the last slide I've shown?
 

GeeMack

Member
If I want to use the same slide show in different scenes, will it remember the last slide I've shown?

In the Slide Show source property settings you can choose to start over from the beginning when you open a scene that contains the source, or pause when you leave the scene and pick up where it left off when you come back. If you add the same source to another scene, it can start where it left off in the last scene, and continue to advance with your hot-keys.
 

albertocv

Member
Are you referring to the Visibility behavior property?

SNAG-02-03-2021-0000.jpg
 

albertocv

Member
I tried this method. It works but creating all those images can take some time.

I was thinking if there is a quicker way. For example:
- create a text file with all the titles
- use the first line (or lines) as the source for a title
- with an external tool (autohotkey?) remove the first title after it has been shown.

Did anybody do anything similar?
 

RichieTee

Member
I tried this method. It works but creating all those images can take some time.

I was thinking if there is a quicker way. For example:
- create a text file with all the titles
- use the first line (or lines) as the source for a title
- with an external tool (autohotkey?) remove the first title after it has been shown.

Did anybody do anything similar?

Have you tried using

or

Lowerthird tool

They should give you an idea. Cheers!
 

albertocv

Member
Thank you.
So, using the first lyrics plugin the solution would be:
  • add only 2 or 3 lines titles
  • set the plugin to scroll 2 or 3 lines accordingly
  • hide the lyrics pressing the hotkey
  • show the lyrics when I need a title
  • hide them
  • select next lines
  • repeat last three steps
I could create an hotkey in autohotkey to hide and move to the next lines at the same time.
Is this correct?
 

RichieTee

Member
Thank you.
So, using the first lyrics plugin the solution would be:
  • add only 2 or 3 lines titles
  • set the plugin to scroll 2 or 3 lines accordingly
  • hide the lyrics pressing the hotkey
  • show the lyrics when I need a title
  • hide them
  • select next lines
  • repeat last three steps
I could create an hotkey in autohotkey to hide and move to the next lines at the same time.
Is this correct?

Haven't used it in a while so can't recall but this video tutorial should guide you properly. Cheers
 
Top