subscript-editor Tailwind Templates

Subscript Editor

Used Nuxt, Vuetify, tailwind css, FFmpeg wasm( for audio wave)

Subtitles editor

used tech

  • FFmpeg wasm
    • Used to extract audio waveform data.
    • Used to extract audio stream for WAV file (will be used on Whisper).
  • Nuxt
  • Vue
  • Vuetify
  • Tailwindcss
  • videojs
  • whisper(optional, sub module - nuxt proxy)
    • If you use Whisper, you can generate subtitles automatically.

Whisper endpoint

Whisper Setup document On Mac os, not support gpu yet.

## CPU only
docker pull onerahmet/openai-whisper-asr-webservice
docker run -d -p 9000:9000 -e ASR_MODEL=base -e ASR_ENGINE=openai_whisper onerahmet/openai-whisper-asr-webservice:latest

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Checkout the deployment documentation for more information.

Top categories

Loading Svelte Themes