長話短說,可以用ffmpeg 做到一些簡單的影片編輯功能,好比說 ... ffmpeg -loop 1 -i image.png -t 15 -vf scale=1280:720 -pix_fmt yuv420p -y ...
確定! 回上一頁