This is demo page for testing how to extract audio from mp4 video file using js in browser. Start the service with: docker run -p 3000:8000 ${USER}/browser-audio-extract:0.1.2. Version may differ.
Enter the path to your MP4 file when prompted: Enter the path to the MP4 file: /path/to/your/file.mp4 The script will convert the MP4 file to WAV format, split it into chunks, transcribe each chunk, ...