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

Commit e2cbf51

Browse files
committed
Get rid of libav remnants (Not in xenial anymore)
1 parent 272bdd2 commit e2cbf51

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

Dockerfile

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -423,21 +423,6 @@ RUN apt -qqy update \
423423
&& rm -rf /var/lib/apt/lists/* \
424424
&& apt -qyy clean
425425

426-
#=================================================
427-
# ffmpeg/libav/avconv video codecs & dependencies
428-
#=================================================
429-
# MP4Box (gpac) to clean the video credits to @taskworld @dtinth
430-
# ponchio/untrunc dependencies to restore a damaged (truncated) video
431-
# libavformat-dev libavcodec-dev libavutil-dev libqt4-dev make g++ libz-dev
432-
# RUN apt -qqy update \
433-
# && apt -qqy --no-install-recommends install \
434-
# libx264-dev \
435-
# libvorbis-dev \
436-
# libx11-dev \
437-
# gpac \
438-
# && rm -rf /var/lib/apt/lists/* \
439-
# && apt -qyy clean
440-
441426
#========
442427
# ffmpeg
443428
#========
@@ -451,18 +436,6 @@ RUN apt -qqy update \
451436
&& rm -rf /var/lib/apt/lists/* \
452437
&& apt -qyy clean
453438

454-
#==============
455-
# libav/avconv
456-
#==============
457-
# libav-tools (avconv): a fork of ffmpeg
458-
# a better alternative to Pyvnc2swf
459-
# (use in Ubuntu <= 14) packages: libav-tools libx264-142
460-
RUN apt -qqy update \
461-
&& apt -qqy --no-install-recommends install \
462-
libav-tools \
463-
&& rm -rf /var/lib/apt/lists/* \
464-
&& apt -qyy clean
465-
466439
# ------------------------#
467440
# Sauce Connect Tunneling #
468441
# ------------------------#

video-rec/bin/start-video-rec.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ fi
2929
# -y overwrite output files
3030
# -i display and pos
3131
# https://www.ffmpeg.org/ffmpeg-codecs.html
32-
# sudo avconv -an -y -f x11grab \
3332

3433
export tmp_video_path="${VIDEOS_DIR}/${VIDEO_FILE_NAME}.${VIDEO_TMP_FILE_EXTENSION}"
3534
export final_video_path="${VIDEOS_DIR}/${VIDEO_FILE_NAME}.${VIDEO_FILE_EXTENSION}"
@@ -46,7 +45,7 @@ else
4645
touch "${tmp_video_path}"
4746
fi
4847

49-
# avconv or ffmpeg
48+
# ffmpeg
5049
ffmpeg -f x11grab \
5150
-s ${FFMPEG_FRAME_SIZE} \
5251
-draw_mouse ${FFMPEG_DRAW_MOUSE} \

0 commit comments

Comments
 (0)