第09章-翻转画面

翻转画面

翻转画面,可以使用以下滤镜:

  • hflip
  • vflip

hflip 滤镜

水平翻转画面,需要使用hflip滤镜。

ffmpeg -i mandelbrot.mp4 -vf hflip mandelbrot-hflip.mp4

原始 水平翻转
mandelbrot-w320 mandelbrot-hflip-w320

vflip 滤镜

垂直翻转画面,需要使用vflip滤镜。

ffmpeg -i mandelbrot.mp4 -vf vflip mandelbrot-vflip.mp4

原始 垂直翻转
mandelbrot-w320 mandelbrot-vflip-w320

第09章-翻转画面
https://daniate.github.io/2021/11/13/ffmpeg-cli/第09章-翻转画面/
作者
Daniate
发布于
2021年11月13日
许可协议