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?
Currently it's not supported by streamlit. As a workaround you can use ffmpeg to add subtitles to video and display that video.
streamlit
ffmpeg
Copyright © 2021 Jogjafile Inc.
Currently it's not supported by
streamlit. As a workaround you can useffmpegto add subtitles to video and display that video.