mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
15 lines
281 B
Markdown
15 lines
281 B
Markdown
![]() |
# transcode
|
||
|
|
||
|
> Video stream processing with huge number of options.
|
||
|
|
||
|
- remove shaking from videos
|
||
|
|
||
|
```
|
||
|
transcode -J stabilize -i {{source}}
|
||
|
transcode -J transform -i {{source}} -y xvid -o {{target}}
|
||
|
```
|
||
|
|
||
|
- video resizing
|
||
|
|
||
|
`transcode -Z 640x480 -i {{source}} -y xvid -o {{target}}`
|