Skip to content

Commit

Permalink
Update dvdremux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wiwaz committed May 25, 2024
1 parent bf40651 commit 63d214e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tutorials/dvdremux.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,6 @@ Once again, replace these values with what fits your source, since this example
If your disc has black borders on the top or bottom you should additionally set the top/bottom pixel crop flags.
An example of a complete command would be like so:
```
mkvpropedit test.mkv --edit track:v1 --set display-width=864 --set display-height=480 --set pixel-crop-left=5 --set pixel-crop-right=4 --set pixel-crop-top=4```
mkvpropedit test.mkv --edit track:v1 --set display-width=864 --set display-height=480 --set pixel-crop-left=5 --set pixel-crop-right=4 --set pixel-crop-top=4
```
After this your SAR/PAR correction is done and the DVD remux is complete.

0 comments on commit 63d214e

Please sign in to comment.