下載ffmepg, 解開安裝並設定路徑後, 製作以下的ff-conv.bat檔, 將要做成 mp4檔的相關RMT圖檔放在 pictures 子目錄下, 自動做成 output.mp4檔
ff-conv.bat:
------------------
@ECHO OFF
rem input rate=5fps, output rate=30fps
del output.mp4
type "pictures\*.png" | ffmpeg -f image2pipe -r 5 -i pipe:.png -r 30 output.mp4
文章標籤
全站熱搜