Best font, size and/or density on TV screen 1920x1080
Posted: 2015-07-10T01:09:22-07:00
My intension play music+lyric.avi from DVD/BD disk and watch lyric on TV screen.
I use http://www.imagemagick.org/Usage/text/# ... paragraphs :
cat LYRIC.txt | col -b | expand |\
sed '/^$/d; :loop y/\n/ /; N; /\n$/! b loop; s/ */ /g; s/^ //' |\
head -n 7 |\
convert -size 1920x xc:black -pointsize 24 -fill white \
caption:@- LYRIC.png
Is it exists best parameters get most clear edges of letters in picture/TV screen with 1920x1080 resolution?
I use http://www.imagemagick.org/Usage/text/# ... paragraphs :
cat LYRIC.txt | col -b | expand |\
sed '/^$/d; :loop y/\n/ /; N; /\n$/! b loop; s/ */ /g; s/^ //' |\
head -n 7 |\
convert -size 1920x xc:black -pointsize 24 -fill white \
caption:@- LYRIC.png
Is it exists best parameters get most clear edges of letters in picture/TV screen with 1920x1080 resolution?