Add transcode

transcode is a video stream editor.
waldyrious/alt-syntax
85pando 2015-10-21 11:44:14 +02:00
parent 2b70e7ca14
commit 79552ed440
2 changed files with 15 additions and 1 deletions

14
pages/common/transcode.md Normal file
View 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