Commit 5f5b15cd authored by nanahira's avatar nanahira

update record script

parent 3f04ece0
Pipeline #17564 passed with stages
in 19 minutes and 16 seconds
......@@ -2,8 +2,8 @@
set -e
# REPLAY_NAME=$1
# VIDEO_NAME=$2
TMP_VIDEO_PATH=/tmp/tmp-record-video-$RANDOM.mp4
SOUND_SEQUENCE_FILE=/tmp/tmp-audio-sequence-$RANDOM.txt
TMP_VIDEO_PATH=$(mktemp --suffix=.mp4)
SOUND_SEQUENCE_FILE=$(mktemp)
WINDOW_WIDTH=$(grep window_width ./system_user.conf | grep -oP '\d+')
WINDOW_HEIGHT=$(grep window_height ./system_user.conf | grep -oP '\d+')
FFMPEG_EXEC=ffmpeg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment