I'am trying to cover video by text, but it doesn't work how i want.
My script:
Problems:
1. Quality is terrible. Input file is 1080P but output is somewhere at 360.
2. Text is not smooth and have rough edges
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"
1. Quality is terrible. Input file is 1080P but output is somewhere at 360.
2. Text is not smooth and have rough edges