docs: add ass docs

This commit is contained in:
CDN 2025-04-23 19:33:02 +08:00
parent 76e1298ded
commit 6d730fa69b
Signed by: CDN
GPG key ID: 0C656827F9F80080
4 changed files with 109 additions and 22 deletions

View file

@ -15,13 +15,13 @@ Sub-CLI is a command-line tool designed for subtitle manipulation and generation
## What Can Sub-CLI Do?
- **Convert** between various subtitle formats (SRT, VTT, LRC, TXT)
- **Convert** between various subtitle formats (SRT, VTT, LRC, ASS, TXT)
- **Synchronize** timelines between subtitle files
- **Format** subtitle files to ensure consistent styling
## Key Features
- **Format Flexibility**: Support for multiple subtitle formats including SRT, VTT, LRC, and plain text
- **Format Flexibility**: Support for multiple subtitle formats including SRT, VTT, LRC, ASS, and plain text
- **Timeline Synchronization**: Easily align subtitles with audio/video content
- **Format-Specific Feature Preservation**: Maintains format-specific features during conversion
- **Clean Command Interface**: Simple, intuitive commands for efficient workflow
@ -48,6 +48,9 @@ sub-cli sync source.srt target.srt
# Format a subtitle file
sub-cli fmt subtitle.srt
# Convert to ASS format
sub-cli convert input.srt output.ass
```
Check out the [Command Examples](/examples) page for more detailed usage scenarios.