Looping of Scrolling text (horizontal scrolling) | FFmpeg Tutorial

preview_player
Показать описание
Hello Friends,

In this video tutorial, you will learn how to do looping of horizontal text scrolling on video with FFmpeg command. I have described the command components for the understanding of the main concept of text scrolling so that you can do a change in command as per your need.

#FFmpegHorizontalScrollingLoop #FFmpegTutorials
Рекомендации по теме
Комментарии
Автор

There is no time component in the formula for x; tw = text_w = the width of the text. The text scrolls because of n = number of frames. If w=2000px and tw=200px, then at frame n=440, n*5 = 2200 and thus mod(n*'5, w+tw) becomes 0. At that point x value wil be -200 again and scrolling starts anew from the left, with the right of the text gradually appearing on the video.

bwitime
visit shbcf.ru