用ffmpeg给视频嵌入srt字幕

2023-05-14 03:54:18 +0800 CST 1 min read views: 80
ffmpeg.exe -i ./input.mp4 -vf "subtitles=./input.srt" -y ./output.mp4