2015-10-21 11:44:14 +02:00
|
|
|
# transcode
|
|
|
|
|
2015-10-21 13:13:29 +02:00
|
|
|
> Suite of command line utilities for transcoding video and audio codecs
|
|
|
|
> and converting between formats.
|
2015-10-21 11:44:14 +02:00
|
|
|
|
2015-11-11 09:03:29 +01:00
|
|
|
- Create stabilisation file to be able to remove camera shakes.
|
2015-10-21 11:44:14 +02:00
|
|
|
|
2015-10-24 18:19:11 +02:00
|
|
|
`transcode -J stabilize -i {{inputfile}}`
|
2015-11-11 09:03:29 +01:00
|
|
|
|
|
|
|
- Remove camera shakes after creating stabilisation file, transform video using xvid.
|
|
|
|
|
2015-10-24 18:19:11 +02:00
|
|
|
`transcode -J transform -i {{inputfile}} -y xvid -o {{outputfile}}`
|
2015-10-21 11:44:14 +02:00
|
|
|
|
2015-11-11 13:08:08 +01:00
|
|
|
- Resize the video to 640x480 pixels and convert to MPEG4 codec using xvid.
|
2015-10-21 12:24:21 +02:00
|
|
|
|
|
|
|
`transcode -Z 640x480 -i {{inputfile}} -y xvid -o {{outputfile}}`
|