FFmpeg
https://gyazo.com/e3b4fb7830f19af998d297991917973b
動画ファイルを色々エンコードできるCLIソフトウェア
採用実績
AfterEffects内でmp4を出力できるようにしたもの
AfterCodecs
Anubis
Blender
ffmpeg -ss 1:20 -i input.mp4 -c copy output.mp4
1:20~のみを出力する
table:command
コマンド コマンドの内容 入力例
-ss 動画開始位置指定 -ss 1:20.4
-to 動画終了位置指定 -to 2:22:22
-t 動画の長さ指定 -t 6.4
-an 音を消す -an
-s サイズを変える -s 1280x720
-vf scale サイズを変える -vf scale=1280:-1