ffmpeg缩小视频尺寸 | 楚盟博客 https://www.5yun.org/13126.html

ffmpeg -i test.mp4  -s 480×360  out.mp4

常用分辨率:

1080P=1920*1080
720p=1280×720
480p=720X480
360p=480×360
240p=320X240

 

 

 ffmpeg-resize and scale - CSDN博客 https://blog.csdn.net/rootusers/article/details/41648297

 
 
 
 

相关文章:

  • 2021-10-23
  • 2021-11-16
  • 2022-12-23
  • 2021-06-28
  • 2021-04-27
  • 2021-10-27
  • 2022-12-23
  • 2021-06-24
猜你喜欢
  • 2021-10-20
  • 2022-12-23
  • 2021-08-11
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案