hardysummer
July 11th, 2008, 07:22 AM
Creating a black background
Creating a title image
Running convert -size 620x100 xc:none -font Helvetica -pointsize 30 -fill black -stroke black -gravity center -annotate +0+0 My Video Collection -fill #CDC0B0 -stroke gray -strokewidth 1 -annotate +1+1 My Video Collection miff:- | convert - -trim +repage -blur 0x0.4 /tmp/todisc-work.0/title_txt.png
[1 of 1] Seeking to 2 seconds in /home/user/videofile.mpg
/usr/bin/todisc: line 3201: strings: command not found
Even with quotations around "My Video Collection" and removing the extra "-" in the second convert would not fix it. How do I deal with this?
Creating a title image
Running convert -size 620x100 xc:none -font Helvetica -pointsize 30 -fill black -stroke black -gravity center -annotate +0+0 My Video Collection -fill #CDC0B0 -stroke gray -strokewidth 1 -annotate +1+1 My Video Collection miff:- | convert - -trim +repage -blur 0x0.4 /tmp/todisc-work.0/title_txt.png
[1 of 1] Seeking to 2 seconds in /home/user/videofile.mpg
/usr/bin/todisc: line 3201: strings: command not found
Even with quotations around "My Video Collection" and removing the extra "-" in the second convert would not fix it. How do I deal with this?