close

ffmpeg Installation

image

image

image

搜尋來源影片 MOV_0211 中的第15秒的影格, 輸出影格名稱 out1.jpg

ffmpeg -ss 00:00:15 -i MOV_0211.mp4 -frames:v 1 out1.jpg

 

影片剪輯, 只輸出來源影片 MOV_0211 中的55秒到1分10秒 輸出影片名稱為cut.mp4

ffmpeg -i MOV_0211.mp4  -ss 00:00:55 -to 00:01:10 -c copy cut.mp4

 

播放速度變一半(atempo=0.5)

ffmpeg -i Ch00-02.mp3 -filter:a "atempo=0.5" -vn convert\Ch00-02.mp3

 

播放速度變1.1倍(atempo=1.1)

ffmpeg -i Ch00-02.mp3 -filter:a "atempo=1.1" -vn convert\Ch00-02.mp3

 

參考資料

1. ffmpeg seeking

arrow
arrow
    全站熱搜

    me1237guy 發表在 痞客邦 留言(0) 人氣()