*: clean up token syntax delimiters (#5677)
This commit is contained in:
@@ -12,4 +12,4 @@
|
||||
|
||||
- Search for pages that only contain all of the expressions given (AND search):
|
||||
|
||||
`apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}`
|
||||
`apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}}`
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
- Make a RGB virtual mosaic from 3 single-band input files:
|
||||
|
||||
`gdalbuildvrt -separate {{path/to/rgb.vrt}} {{path/to/red.tif}] {{path/to/green.tif}} {{path/to/blue.tif}}`
|
||||
`gdalbuildvrt -separate {{path/to/rgb.vrt}} {{path/to/red.tif}} {{path/to/green.tif}} {{path/to/blue.tif}}`
|
||||
|
||||
- Make a virtual mosaic with blue background colour (RGB: 0 0 255):
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
- Resize a video file to 320x240:
|
||||
|
||||
`handbrakecli -i {{input.mp4}} -o {{output.mp4} -w 320 -l 240`
|
||||
`handbrakecli -i {{input.mp4}} -o {{output.mp4}} -w 320 -l 240`
|
||||
|
||||
- List available presets:
|
||||
|
||||
|
@@ -13,4 +13,4 @@
|
||||
|
||||
- Combine audio from one file and video from another:
|
||||
|
||||
`mp4box -add {{input1.mp4}}#audio -add {{input2.mp4}}#video {{output.mp4}`
|
||||
`mp4box -add {{input1.mp4}}#audio -add {{input2.mp4}}#video {{output.mp4}}`
|
||||
|
Reference in New Issue
Block a user