mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 10:15:33 +02:00
Add transcode
transcode is a video stream editor.
This commit is contained in:
parent
2b70e7ca14
commit
79552ed440
2 changed files with 15 additions and 1 deletions
14
pages/common/transcode.md
Normal file
14
pages/common/transcode.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# 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}}`
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue