Add transcode
transcode is a video stream editor.
This commit is contained in:
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}}`
|
Reference in New Issue
Block a user