0

I am working on a Roku app using Scene Graph components. In my application, closed captions (subtitles) are showing on top of the video screen. However I want to display them on the bottom of the video screen.

Please provide suggestions to resolve it.

Jess Bowers
  • 2,846
  • 1
  • 22
  • 42
Vijay Kumar
  • 141
  • 1
  • 13

2 Answers2

1

If you are using Video node in fullscreen, closed captions will be shown automatically if you enable them in options dialog. Also they should be present in stream.

Eugene Smoliy
  • 934
  • 4
  • 9
  • Thanks for reply, Yes when we uses video node in full screen, closed captions will be show automatically but i want to show close captions in bottom of screen not a top and middle. – Vijay Kumar Dec 13 '16 at 05:18
0

As for me the best solution for your problem is to parse the closed captions and show closed captions where you want it. Also, you will be able to set any font for it and add another customisation.

Roman Podymov
  • 4,168
  • 4
  • 30
  • 57
  • Thanks for reply, Please provide any references how to customization close captions in Scene Graph. – Vijay Kumar Dec 26 '16 at 06:38
  • @vijaykumar Well, first of all you need to clarify what closed captions format are you using. After that you will need to read more about it's structure and try to parse it. – Roman Podymov Dec 28 '16 at 09:08