ffmpeg將mp4視頻轉換成多張jpg圖片

  1.分離視頻音頻流 ffmpeg -i input_file -vcodec copy -an output_file_video  //分離視頻流  ffmpeg -i input_file -acodec copy -vn output_file_audio  //分離音頻流  2-r 提取圖像的頻率,-ss 開始時間,-t 持續時間  ffmpeg -ss 0:1:30 -t 0:0:2
相關文章
相關標籤/搜索