ffmpeg-rotate – 业余语言练习

ffmpeg-rotate

ffmpeg -f lavfi -i color=#FFFFFF:size=400x150\
 -frames:v 1 -vf "drawtext=fontfile=\
/usr/share/fonts/msyh.ttf:fontcolor=ff0000:\
fontsize=45:x=100:y=50:text='I enjoy you.'"\
 -f image2 /home/root135/Documents/I_enjoy_you.jpg -y

ffmpeg -i I_enjoy_you.jpg\
 -vf "drawtext=fontfile=/usr/share/fonts/msyh.ttf:\
text='Your Text Here':fontsize=24:fontcolor=black:\
x=100:y=100,rotate=PI/4" I_enjoy_you_out.jpg -y
Published
Categorized as ffmpeg

Leave a comment

Your email address will not be published. Required fields are marked *