FFmpeg Video Editing Commands - Part 2, Write text on video

In this tutorial i have given description  and demo of video editing commands part 2 is about creating video with solid background color with desired length video.

Used command in this Tutorial [write text of video frame in single command from text file and using font type and font color]

ffmpeg -f lavfi -i color=c=#006400:s=600x400:d=5.20 -vf drawtext="fontfile=C\\:/Windows/Fonts/arial.ttf:fontsize=30: fontcolor=white:x=(w-text_w)/2:y=(h-text_h)/2:textfile='hello.txt'" output4.mp4

No comments:

Post a Comment