1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/transcode.md

15 lines
281 B
Markdown
Raw Normal View History

# 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}}`