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
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
xattr -cr "/Applications/Video Subtitle Merger 2.0.app"
```
2. Select your video file using the "Select Video" button
3. Select your subtitle file using the "Select Subtitle" button
4. Choose your preferences:
3. Select your video file using the "Select Video" button
4. Select your subtitle file using the "Select Subtitle" button
5. Choose your preferences:
- Add black bar for subtitles (recommended for better readability)
- Resize to 720p resolution (helps with file size)
5. Click "Merge Video and Subtitle"
6. Wait for the process to complete
7. The merged video will be saved in the same directory as the input video
6. Click "Merge Video and Subtitle"
7. Wait for the process to complete
8. The merged video will be saved in the same directory as the input video
## Development