0

I use Streamlit to demonstrate some speech recognition system. How can I display subtitles along with a video with Streamlit?

st.video doesn't seem to have this option. What are some workarounds?

Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501

1 Answers1

1

Currently it's not supported by streamlit. As a workaround you can use ffmpeg to add subtitles to video and display that video.

tdy
  • 36,675
  • 19
  • 86
  • 83