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