-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

transcode


> Transcode video and audio codecs, and convert between media formats.

More information.


Create stabilisation file to be able to remove camera shakes:

transcode -J stabilize -i {input_file}

Remove camera shakes after creating stabilisation file, transform video using XviD:

transcode -J transform -i {input_file} -y xvid -o {output_file}

Resize the video to 640x480 pixels and convert to MPEG4 codec using XviD:

transcode -Z 640x480 -i {input_file} -y xvid -o {output_file}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 00:22:22 2024