peter-liu / toast.pub-comment

toast.pub-comment
0 stars 0 forks source link

articles/gists/media/ffmpeg-usage-tool/ #7

Open utterances-bot opened 10 months ago

utterances-bot commented 10 months ago

ffmpeg命令图形化生成工具 | ToastDoc 碎片文档 🍞

ffmpeg图形化生成工具介绍, mov , gif , convert mov to gif , mov转gif"

https://doc.toast.pub/articles/gists/media/ffmpeg-usage-tool/

peter-liu commented 10 months ago

gif加水印 ffmpeg -i input.gif -vf "drawtext=fontfile=OpenSans.ttf:text='@watermark':fontcolor=white:fontsize=24:x=(w-text_w):y=(h-text_h),split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" output.gif