ffmpeg -i video_1920.mp4 -vf scale=640:360 video_640.mp4 -hide_banner
Changing the resolution of a video using FFmpeg
最新推荐文章于 2025-05-14 12:20:56 发布
ffmpeg -i video_1920.mp4 -vf scale=640:360 video_640.mp4 -hide_banner