How to add smoth text to video

syryls

Registered Member
Joined
Jan 22, 2017
Messages
80
Reaction score
9
I'am trying to cover video by text, but it doesn't work how i want.
My script:
Code:
ffmpeg -i "C:\xv\test.mp4" -vf "drawtext=text='test':x=w-tw-10:y=h-th-10: fontfile=\Windows\Fonts\arial.ttf:fontsize=24: fontcolor=white" "C:\xv\test2.mp4"
Problems:
1. Quality is terrible. Input file is 1080P but output is somewhere at 360.
2. Text is not smooth and have rough edges
 
Thread moved.
 
Back
Top