Choicer Voicer

No dub loaded

Click Load Dub (or drop a file here) and choose a .zip archive. Choicer Voicer opens its first folder and plays dub_video.mp4 or dub_video.webm — natively, with captions from any NNN_Name.txt files it finds alongside the video.

This .ogv can't be decoded by your browser

Chrome removed native Theora decoding in 2024, so an .ogv file will load but render a black frame. There are two ways out — pick whichever suits you.

Recommended: convert the file once, offline, then repackage the zip with the result inside the same folder. Native ffmpeg runs 10–100× faster than any in-browser option.
ffmpeg -i dub_video.ogv \
  -c:v libx264 -preset medium -crf 20 \
  -c:a aac -b:a 128k \
  -movflags +faststart \
  dub_video.mp4
Or: convert it right here in the browser with ffmpeg.wasm to MP4. Slower (~1–3 min per minute of video), but no external tools needed — and once it's converted, Start Dubbing and MP4 export unlock for the .ogv pack.
Duration
Clips
Now playing
Ready — waiting for a dub archive.