Quantcast
Channel: Active questions tagged fonts - Super User
Viewing all articles
Browse latest Browse all 298

Arabic font does not render properly

$
0
0

I have a font called 'me_quran' that looks like this:

me_quran font on wordpad

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.


Viewing all articles
Browse latest Browse all 298

Trending Articles