ffmpeg 添加水印LOGO

来源:互联网 发布:bbs url 网络推广 编辑:程序博客网 时间:2024/04/25 12:25

添加水印

./ffmpeg -i /mnt/hgfs/shared/resource/shenghua.avi -i /mnt/hgfs/shared/resource/my_logo.png -filter_complex overlay /mnt/hgfs/shared/resource/shenghua_die.mp4


转码,压缩码率

./ffmpeg -i /mnt/hgfs/shared/resource/shenghua.avi -f mp4 -acodec aac -vcodec mpeg4  -b 128k -ab 64k  
/mnt/hgfs/shared/resource/shenghua_conv128.mp4

1 0
原创粉丝点击