1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 18:35:33 +02:00

Fix: multiple one-lines

I hope this is a valid solution for the problem of the long description.
The solution is similar to the structure of (e.g.)
https://github.com/tldr-pages/tldr/blob/master/pages/common/find.md
This commit is contained in:
85pando 2015-10-24 18:19:11 +02:00
parent 98c5175193
commit 7d5449e69d

View file

@ -3,15 +3,12 @@
> Suite of command line utilities for transcoding video and audio codecs > Suite of command line utilities for transcoding video and audio codecs
> and converting between formats. > and converting between formats.
- Remove camera shaking and convert to MPEG4 (using xvid). The first command - Remove camera shaking and convert to MPEG4 (using xvid).
- First create file used to stabilize.
- Now transform the original video using xvid.
creates a transformation-file that is needed for stabilization. The second `transcode -J stabilize -i {{inputfile}}`
command then transforms the video using xvid. `transcode -J transform -i {{inputfile}} -y xvid -o {{outputfile}}`
```
transcode -J stabilize -i {{inputfile}}`
transcode -J transform -i {{inputfile}} -y xvid -o {{outputfile}}
```
- Resize the video to 640x480 Pixels and convert to MPEG4 codec using xvid. - Resize the video to 640x480 Pixels and convert to MPEG4 codec using xvid.