Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,6 @@ ENV FIREFOX_VERSION="${FF_VER}" \
VIDEO_FILE_EXTENSION="mp4" \
MP4_INTERLEAVES_MEDIA_DATA_CHUNKS_SECS="50" \
VIDEO_FILE_NAME="" \
VIDEO_CHUNK_SECS="00:15:00" \
VIDEO_BEFORE_STOP_SLEEP_SECS="1" \
VIDEO_AFTER_STOP_SLEEP_SECS="0.5" \
WAIT_TIME_OUT_VIDEO_STOP="20s" \
Expand Down
3 changes: 0 additions & 3 deletions docs/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ Check your video, note it may be splitted in many files if is too long

## Customizations

### Split videos
By default is 10 mins but can be changed through `-e VIDEO_CHUNK_SECS="00:10:00"`

### Start
Start and stop on-demand

Expand Down
1 change: 0 additions & 1 deletion video-rec/bin/ffmpeg-start-sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ avconv -f x11grab \
-video_size ${FFMPEG_FRAME_SIZE} \
-i "${DISPLAY}.0+0,0" \
${FFMPEG_CODEC_ARGS} \
-t "${VIDEO_CHUNK_SECS}" \
-segment_format_options movflags=+faststart \
-y -an "${video_path}" 2>&1 &
LAST_FFMPEG_PID=$!
Expand Down