[FFmpeg-user] FFMPEG text overlay Jitter

Steven Anderson wanfuse123 at gmail.com
Tue Jun 12 19:11:42 EEST 2018


Hi!

Here is an example of the video I created:


https://youtu.be/oPxdWW0-uZE

It has shimmering of letters about 1 minute in and gets worse.

created using the following steps:

1. On linux (Ubuntu 18.04) install youtube-dl

sudo apt-get install youtube-dl

2. download the video:

youtube-dl -F https://m.youtube.com/watch?v=eS2ssUROF5o&t=45s

youtube-dl -f 137 https://m.youtube.com/watch?v=eS2ssUROF5o&t=45s


ffmpeg -y -i HeavySnowFall-5min.mp4 -vf
"drawbox=y=ih-210:color=0xD1DCF1 at .95:width=iw:height=148:t=max,drawtext=fontcolor=0x030302:fontsize=70:-vf
fps=fps=30000/1001
:fontfile='/home/steven/.local/share/fonts/SansitaOne.ttf':textfile='Tickertxt.txt':reload=1:y=h-line_h-80:x=w-(mod(8*n\,w+tw)-tw/40)"
-codec:v libx264 scrolling2.mp4


More information about the ffmpeg-user mailing list