This repository was archived by the owner on Jun 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Original file line number Diff line number Diff 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# ------------------------#
Original file line number Diff line number Diff line change 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
3433export tmp_video_path=" ${VIDEOS_DIR} /${VIDEO_FILE_NAME} .${VIDEO_TMP_FILE_EXTENSION} "
3534export final_video_path=" ${VIDEOS_DIR} /${VIDEO_FILE_NAME} .${VIDEO_FILE_EXTENSION} "
4645 touch " ${tmp_video_path} "
4746fi
4847
49- # avconv or ffmpeg
48+ # ffmpeg
5049ffmpeg -f x11grab \
5150 -s ${FFMPEG_FRAME_SIZE} \
5251 -draw_mouse ${FFMPEG_DRAW_MOUSE} \
You can’t perform that action at this time.
0 commit comments