python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to animate harcoded subtitles (.ass) or drawtext in ffmpeg?
I'm trying to add hardcoded text or subtitles to a video.
I've used .ass file to easily add subtitles with custom background color, font color, font size and placement and fade animation.
But now I wa...
AbsoluteSith
Votes: 0
Answers: 2
How to convert Unicode text into a Bitmap
I need to convert a text containing Unicode chars into a Bitmap that could have a transparent background as well.
I found and tried different posts like this, this, or this, but no one seems to work f...
ilCosmico
Votes: 0
Answers: 0
How to drawtext with a color gradient fill with ffmpeg (ffmpeg-python)? and then mix with music?
I'd like to achieve this result (to place a text with gradint or whatever picture-fill on top of a video):
So I decided to make a picture of gradient:
and then with chroma-key technique transform it...
Roman Korobko
Votes: 0
Answers: 1
How to add Text to multiple videos with ffmpeg
How to add Text to multiple videos with ffmpeg
......... File.txt..
file 'Vidos1.mkv' -vf "drawtext=text='Good ':x=0:y=h-th:fontsize=24:fontcolor=white"
file 'Vidos2.mkv' -vf "drawtext...
HD TV
Votes: 0
Answers: 1