FFmpeg Video Editing Commands - Part 1, Set color in Background

In this tutorial i have given description and demo of video editing commands. part 1 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] 

ffmpeg -f lavfi -i color=c=green:s=600x400:d=3.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'" output1.mpg

No comments:

Post a Comment