export overlay for HD-Stream
This commit is contained in:
parent
7bc4e1145a
commit
d0e466653e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ if ! pushd "$1/artwork/" >/dev/null 2>&1; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
inkscape --export-width=1920 --export-height=1080 --export-png=overlay-1920x1080.png overlay.svg
|
||||
inkscape --export-width=1024 --export-height=576 --export-png=overlay-1024x576.png overlay.svg
|
||||
inkscape --export-width=720 --export-height=576 --export-png=overlay-720x576.png overlay.svg
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue