diff --git a/docs/tutorials/dvdremux.md b/docs/tutorials/dvdremux.md index 9be326697..f5e775b7c 100644 --- a/docs/tutorials/dvdremux.md +++ b/docs/tutorials/dvdremux.md @@ -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. \ No newline at end of file