I have a font called 'me_quran' that looks like this:
Unfortunately, when FFMPEG renders it, the vowels (the little lines you see) are either too high or too low on the letters.
ffmpeg rendering the me_quran font
I think this is due to the way FFMPEG renders the font, but is it possible to correct this to have the same font as seen in wordpad?
ps: the text on the video is rendered in a .ass
subtitle file.
Thank you
Used command:
-y -i "{inputVideoPath}" -filter_complex "subtitles='{subtitleFilePath}'" -c:a copy "{outputVideoPath}"
The font is specified in the .ass subtitle file.