ffmpeg 影片截圖參數 | ||
---|---|---|
語法:ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... | ||
-ss 00:18:27.000 | 影片偏移秒數 | 這個參數擺最前面,可快速定位 |
-i "D:\Drama\Star Life Theater 1 1080i.tp" | 輸入影像檔案 | |
-vframes 200 | 截取的畫格數量 | 搭配下方 -r 參數 |
-r 8 | 每秒畫格數 | 200/8=25(總截取秒數) |
-qscale 2 | 成像品質 | 2.0 - 31.0 |
-y | 強制覆寫 | |
-f image2 "test-%3d.jpg" | 輸出格式 | test-001.jpg |
....
0 意見:
張貼留言