FFmpeg

ffmpeg 分解和复用命令

2019-01-19  本文已影响7人  天地逍遥

抽取视频

ffmpeg -i input_file -vcodec copy -an output_file_video

ffmpeg -i 1.mp4 -vcodec copy -an out.h264

抽取音频

ffmpeg -i input_file -acodec copy -vn output_file_audio

ffmpeg -i 1.mp4 -acodec copy -vn out.aac 

上一篇 下一篇

猜你喜欢

热点阅读