1.提取視頻中的音頻視頻
ffmpeg -i input.mp4 -vn output.mp3input
2.視頻轉gif音頻
ffmpeg -ss 00:00:00 -t 00:00:10 -i input.mp4 -s 800x600 -f gif -r 1 output.gifffmpeg