Skip to content

Commit 419513f

Browse files
committed
Remove speaker icon
1 parent 1ae2ea5 commit 419513f

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/examples.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,30 +47,19 @@ jobs:
4747
4848
convert -size 500x500 xc:none -fill white -draw "polygon 150,100 150,400 400,250" play_button.png
4949
50-
# Generate a speaker symbol to indicate audio in videos
51-
convert -size 100x100 xc:none \
52-
-fill white \
53-
-draw "path 'M 30,30 L 30,70 L 50,70 L 70,90 L 70,10 L 50,30 L 30,30 Z'" \
54-
-draw "path 'M 80,25 A 20,20 0 0 1 80,75'" \
55-
-draw "path 'M 90,15 A 35,35 0 0 1 90,85'" \
56-
speaker_symbol.png
57-
58-
# Combine play button with speaker symbol
59-
convert play_button.png speaker_symbol.png -gravity southeast -geometry +20+20 -composite play_with_audio.png
60-
6150
./examples/demo.sh
6251
mv _out/release.mp4 _public/demo.mp4
63-
convert _out/image/1.png play_with_audio.png -gravity center -composite tmp.png
52+
convert _out/image/1.png play_button.png -gravity center -composite tmp.png
6453
mv tmp.png _public/demo.png
6554
6655
./examples/google.sh
6756
mv _out/release.mp4 _public/google.mp4
68-
convert _out/image/1.png play_with_audio.png -gravity center -composite tmp.png
57+
convert _out/image/1.png play_button.png -gravity center -composite tmp.png
6958
mv tmp.png _public/google.png
7059
7160
./examples/first.sh
7261
mv _out/release.mp4 _public/first.mp4
73-
convert _out/image/1.png play_with_audio.png -gravity center -composite tmp.png
62+
convert _out/image/1.png play_button.png -gravity center -composite tmp.png
7463
mv tmp.png _public/first.png
7564
7665
- name: Cleanup

0 commit comments

Comments
 (0)