FFmpeg去水印 Get link Facebook X Pinterest Email Other Apps - August 05, 2026 ffmpeg -i input.mp4 -vf "delogo=x=10:y=20:w=150:h=50" -c:a copy output.mp4 x: 水印左上角的水平位置(以像素为单位). y: 水印左上角的垂直位置(以像素为单位). w: 水印框的宽度. h: 水印框的高度. -c: 直接复制原始音频,无需重新编码,从而节省时间. Read more