Refactored syntax highlighting shortcodes into markdown
This commit is contained in:
parent
9e6bb1a3e5
commit
ea435049b3
71 changed files with 297 additions and 297 deletions
|
@ -9,14 +9,14 @@ tags:
|
|||
## Aggregate png images into a video
|
||||
|
||||
Example command :
|
||||
{{< highlight sh >}}
|
||||
```sh
|
||||
mencoder mf://*.png -mf w=1400:h=700:fps=1:type=png -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o output.avi
|
||||
{{< /highlight >}}
|
||||
```
|
||||
|
||||
You should use the following to specify a list of files instead of `*.png`:
|
||||
{{< highlight sh >}}
|
||||
```sh
|
||||
mf://@list.txt
|
||||
{{< /highlight >}}
|
||||
```
|
||||
|
||||
## References
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue