Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit d49a5c2

Browse files
christophegelgalu
authored andcommitted
splitting the images is no longer supported. cleanup of unused variable + update of documentation (#144)
1 parent a09b051 commit d49a5c2

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,6 @@ ENV FIREFOX_VERSION="${FF_VER}" \
864864
VIDEO_FILE_EXTENSION="mp4" \
865865
MP4_INTERLEAVES_MEDIA_DATA_CHUNKS_SECS="50" \
866866
VIDEO_FILE_NAME="" \
867-
VIDEO_CHUNK_SECS="00:15:00" \
868867
VIDEO_BEFORE_STOP_SLEEP_SECS="1" \
869868
VIDEO_AFTER_STOP_SLEEP_SECS="0.5" \
870869
WAIT_TIME_OUT_VIDEO_STOP="20s" \

docs/videos.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ Check your video, note it may be splitted in many files if is too long
4949

5050
## Customizations
5151

52-
### Split videos
53-
By default is 10 mins but can be changed through `-e VIDEO_CHUNK_SECS="00:10:00"`
54-
5552
### Start
5653
Start and stop on-demand
5754

video-rec/bin/ffmpeg-start-sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ avconv -f x11grab \
4343
-video_size ${FFMPEG_FRAME_SIZE} \
4444
-i "${DISPLAY}.0+0,0" \
4545
${FFMPEG_CODEC_ARGS} \
46-
-t "${VIDEO_CHUNK_SECS}" \
4746
-segment_format_options movflags=+faststart \
4847
-y -an "${video_path}" 2>&1 &
4948
LAST_FFMPEG_PID=$!

0 commit comments

Comments
 (0)