2015-10-21 11:44:14 +02:00
|
|
|
# transcode
|
|
|
|
|
2015-10-21 12:24:21 +02:00
|
|
|
> Video stream processing tool that can change size of video or remove shaking
|
|
|
|
> and more
|
2015-10-21 11:44:14 +02:00
|
|
|
|
2015-10-21 12:24:21 +02:00
|
|
|
- Create transformation file (to remove camera shaking).
|
2015-10-21 11:44:14 +02:00
|
|
|
|
2015-10-21 12:24:21 +02:00
|
|
|
`transcode -J stabilize -i {{inputfile}}`
|
2015-10-21 11:44:14 +02:00
|
|
|
|
2015-10-21 12:24:21 +02:00
|
|
|
- Remove camera shaking (needs transformation file from step above).
|
2015-10-21 11:44:14 +02:00
|
|
|
|
2015-10-21 12:24:21 +02:00
|
|
|
`transcode -J transform -i {{inputfile}} -y xvid -o {{outputfile}}`
|
|
|
|
|
|
|
|
- Video resizing
|
|
|
|
|
|
|
|
`transcode -Z 640x480 -i {{inputfile}} -y xvid -o {{outputfile}}`
|