Update README.md

Fix numbering order.
This commit is contained in:
chaulmark 2024-12-26 05:45:04 +00:00
parent acfd992ade
commit d266edbc72

View file

@ -86,18 +86,18 @@ The built application will be available in `src-tauri/target/release/bundle/`.
## Usage ## Usage
1. Launch the application 1. Launch the application
2. You may need to perform the following to make your MacOS allow you to run this application: 2. You may need to perform the following for MacOS to allow you to run this application:
```bash ```bash
xattr -cr "/Applications/Video Subtitle Merger 2.0.app" xattr -cr "/Applications/Video Subtitle Merger 2.0.app"
``` ```
2. Select your video file using the "Select Video" button 3. Select your video file using the "Select Video" button
3. Select your subtitle file using the "Select Subtitle" button 4. Select your subtitle file using the "Select Subtitle" button
4. Choose your preferences: 5. Choose your preferences:
- Add black bar for subtitles (recommended for better readability) - Add black bar for subtitles (recommended for better readability)
- Resize to 720p resolution (helps with file size) - Resize to 720p resolution (helps with file size)
5. Click "Merge Video and Subtitle" 6. Click "Merge Video and Subtitle"
6. Wait for the process to complete 7. Wait for the process to complete
7. The merged video will be saved in the same directory as the input video 8. The merged video will be saved in the same directory as the input video
## Development ## Development