-
Notifications
You must be signed in to change notification settings - Fork 0
XsleuthX/Transcriber
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!doctype html> <html><head><meta charset="utf-8"><title>Guide</title> <style>body{font:16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Arial; padding:24px; max-width:820px; margin:auto}</style> </head><body> <h1>Transcriber Editor</h1> <ol> <li>Open <code>index.html</code> via a local server (modules): <code>python -m http.server 8080</code> → <a href="http://localhost:8080">http://localhost:8080</a>. When deployed on GitHub Pages, just visit your Page URL.</li> <li>Click <strong>Import Video</strong> and select your file.</li> <li>Click <strong>Import SRT/VTT</strong> to load captions generated by your <code>whisper-cli</code> script.</li> <li>Use the <strong>FPS</strong> selector (24/25/30/50/60). Timecode panel & timestamps display as <code>HH:MM:SS:FF</code>.</li> <li>Edit any line; click <strong>Export SRT</strong> to download standard SRT (HH:MM:SS,mmm).</li> </ol> <p><em>Note:</em> SRT/VTT standards store milliseconds, not frames. The UI shows frames for precision; exports remain standards‑compliant.</p> </body></html>
About
Transcriber with SRT/Caption editor
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published