My Cheat Sheets

覚えられないショートカットやコマンドのまとめ

ffmpeg

ffmpeg で FPSと横幅指定して mp4変換

ffmpeg -i filename.mov -fpsmax 4 -vf scale=1280:-1 filename_4.mp4