This repository has been archived on 2024-09-28 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
2023-02-24 18:57:20 -05:00
<!--% MACRO show_transcript(episode, episode_type, baseurl, media_baseurl) BLOCK %-->
< h2 > Show Transcript</ h2 >
< p > Automatically generated using < a href = "https://github.com/openai/whisper" > whisper</ a >
< pre >< code > whisper --model tiny --language en hpr<!--% zero_pad_left(episode.id) %--> .wav</ code ></ pre ></ p >
2023-09-03 17:51:03 +02:00
< p >
You can save these subtitle files to the same location as the HPR Episode, and they will automatically show in players like < a href = "https://mpv.io/" > mpv</ a > , < a href = "https://www.videolan.org/vlc/" > vlc</ a > . Some players allow you to specify the subtitle file location.
</ p >
2023-02-24 18:57:20 -05:00
< ul >
< li > Text: < a href = "<!--% media_path(episode.id, episode_type, 'txt', baseurl, media_baseurl) %-->" > hpr<!--% zero_pad_left(episode.id) %--> .txt</ a ></ li >
< li >< a href = "https://en.wikipedia.org/wiki/WebVTT" > WebVTT</ a > : < a href = "<!--% media_path(episode.id, episode_type, 'vtt', baseurl, media_baseurl) %-->" > hpr<!--% zero_pad_left(episode.id) %--> .vtt</ a ></ li >
< li >< a href = "https://en.wikipedia.org/wiki/SubRip" > SubRip</ a > : < a href = "<!--% media_path(episode.id, episode_type, 'srt', baseurl, media_baseurl) %-->" > hpr<!--% zero_pad_left(episode.id) %--> .srt</ a ></ li >
</ ul >
<!--% END %-->