Generated ffmpeg video from images has the wrong orientation

后端 未结 0 1896
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-07 10:37

I create a video from image files in Flutter (with ffmpeg) with this code:

-r $settings_fps -i $tempPath/img%04d.jpg -vcodec libx264 -y -an -vf "pad=ceil(iw/2)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题