LoginSignup
1
0

More than 3 years have passed since last update.

ffmpeg上下反転小技

Posted at

goproなら(再エンコード不要なので)gopro quickで上下反転させてたのですが、
ffmpegででけました。

マイナスラジアン角はダメみたいです。


ffmpeg -f concat -safe 0 -i input.mp4 -metadata:s:v rotate=\"180\" -c copy output.mp4

以上でございます。

1
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
1
0