Update README.md
Fix numbering order.
This commit is contained in:
parent
acfd992ade
commit
d266edbc72
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue