-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
22 lines (12 loc) · 1.01 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
all: short
BLENDER="/home/manzato/projects/tools/blender-4.2.1-linux-x64/blender"
real:
poetry run chess2vid -i './resources/games/manzato_vs_jakubhromek_2023.12.23.pgn' --frame-width=1024 --frame-height=768 --blender-bin ${BLENDER} --save-blender real.blend -o ./real_frames -r 200:210 --verbose
short:
poetry run chess2vid -i './resources/games/short.pgn' --frame-width=480 --frame-height=240 --blender-bin ${BLENDER} --save-blender short.blend -o ./short_frames -r 1:1
scholar:
poetry run chess2vid -i './resources/games/scholar.pgn' --blender-bin ${BLENDER} -o ./scholar_frames -r 1:
marcoshuck:
poetry run chess2vid -i './resources/games/Phoenix_45_vs_marcoshuck_2024.09.05.pgn' --frame-width=1024 --frame-height=768 --blender-bin ${BLENDER} --save-blender marcoshuck.blend -o ./marcoshuck_frames -r 1:
oro:
poetry run chess2vid -i './resources/games/Oro_vs_Asis_Gargatagli_2024.06.25.pgn' --frame-width=1024 --frame-height=768 --blender-bin ${BLENDER} --save-blender oro.blend -o ./oro_frames -r 1:1 --verbose