使用ffmpeg对视频进行resize处理

ffmpeg -i test2.mp4 -vf "scale=768:-1" output.mp4

-vf 指的是video_filter, 即滤镜。后续的scale参数指定滤镜为缩放滤镜

posted @ 2023-12-27 17:03  TANKCHENG  阅读(154)  评论(0编辑  收藏  举报