2016年3月17日

FFmpeg常用基本命令

摘要: 1.分离视频音频流 ffmpeg -i input_file -vcodec copy -an output_file_video //分离视频流 ffmpeg -i input_file -acodec copy -vn output_file_audio //分离音频流 2.视频解复用 ffmp 阅读全文

posted @ 2016-03-17 20:42 lakeone 阅读(3825) 评论(0) 推荐(0)

导航