鮭山日記
2017年7月10日月曜日
ffmpegで画面サイズを変更する
とりあえず変更方法を2つ見つけた。
まず-vfオプションでscaleを指定するという方法。
-vf scale=340:180
参考:
Scaling (resizing) with ffmpeg – FFmpeg
また、-sというオプションもあるようだ
-s 340x180
参考:
ffmpegでサイズやアスペクト比を指定 - opamp_sando's blog
‹
›
ホーム
ウェブ バージョンを表示