0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[メモ] webmをmp4にして動画投稿しよう

Posted at

Ubuntuで画面録画(Ctrl + Shift + Alt +R)すると、.webm形式で保存される。そのままだと、X(Twitter)等に投稿しづらいので.mp4に変換する方法。前と後を自分のファイル名にする。

ffmpeg -i 前.webm -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" -c:v libx264 -crf 23 -c:a aac 後.mp4
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?