MioSub Docs
Guides

Migrating from v2.x to v3.0

Complete migration guide for upgrading to MioSub v3.0

Important

v3.0 is a major version update with architecture changes and configuration updates. Please read this guide before upgrading.

🎉 v3.0 New Features Overview

FeatureDescription
Timeline Alignment, Out of the BoxBuilt-in CTC aligner with millisecond precision, no more tedious external tool configuration
Brand New InterfaceEditor and settings panel completely redesigned - cleaner, smoother, more powerful
Not Just VideoPodcasts, radio, audiobooks - pure audio files can be processed directly
Clearer CJK RenderingBuilt-in NotoSans font, no more missing characters or boxes

📋 Upgrade Steps

1. Download New Version

Visit Quick Start to download the v3.0 installer.

2. Install/Overwrite

  • Windows: Extract and overwrite old version, or use the installer
  • macOS/Linux: Remove old version, then install new

3. First Launch

v3.0 does not auto-migrate configuration. Please copy the config directory from the old version to the new version's directory.

How to find the config directory path?

Open Settings - About, and find "Config Path".


⚠️ Breaking Changes

Aligner Configuration Changes

v2.xv3.0
Manual align.exe download requiredBuilt-in aligner, no extra downloads
Configure executable pathAuto-managed, just select mode
Uses bin format model filesUses more efficient ONNX model files

Migration Steps:

  1. Open Settings > Enhancement > Timeline Alignment
  2. Set alignment mode to "CTC"
  3. Set the model directory in CTC aligner configuration to the new model path (folder)

New Model Download Links

Omnilingual ASR CTC 300M (Recommended, 1600+ languages, Apache 2.0 license)

Hugging Face

HF Mirror (for users in China)

Please download model.int8.onnx and tokens.txt, place them in the same folder, then select that folder in settings.

⚠️ The Omnilingual model requires aligner v0.2.0 or later. Check your current version in Settings > About, and update via "Check for Updates".

Legacy model: MMS-300M (not recommended)

Hugging Face

HF Mirror (for users in China)

Please download all four files, place them in the same folder, then select that folder in settings. This model has no aligner version requirement.


🔧 Common Migration Issues

Q: Can I open old subtitle projects?

A: Yes. v3.0 is fully compatible with v2.x subtitle formats (SRT/ASS).


Need Help?

If you encounter issues during migration:

  1. Check the FAQ
  2. Search or submit issues on GitHub Issues
  3. Provide detailed error messages, system info, or app logs

On this page