视频转码:
ffmpeg -i test.webm -vcodec copy -f mp4 test.mp4
提取图片:
ffmpeg -i test.mp4 example%d.jpg去除logo预览:
ffplay -i test.mp4 -vf delogo=x=624:y=335:w=30:h=36:show=1保存:
ffmpeg -i test.mp4 -vf delogo=x=624:y=335:w=30:h=36 output.mp4
模糊:
ffplay -i test.mp4 -vf delogo=x=600:y=235:w=70:h=82:band=500:show=1 ffplay -i test.mp4 -vf delogo=x=600:y=235:w=70:h=82:band=1:show=1因为暂时只用到这几个,以后用到再补充
本文介绍使用FFmpeg进行视频转码、提取图片、去除水印及模糊处理等实用操作的方法。通过具体命令展示如何高效地完成这些任务。
544

被折叠的 条评论
为什么被折叠?



