作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用 xvfb + aconv 捕获屏幕。
我正在使用 docker 来运行图像。我已经尝试了几乎所有的方法来让它工作,不同的 ubuntu 图像 Debian Centos,来自 docker hub 的不同图像。
我的最后一个版本是简单的 ubuntu:trusty(14.04) image + xvfb + avconv
FROM ubuntu:trusty
RUN echo "deb http://ppa.launchpad.net/mozillateam/firefox-next/ubuntu trusty main" > /etc/apt/sources.list.d//mozillateam-firefox-next-trusty.list
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE49EC21
RUN apt-get update
RUN apt-get install -y firefox xvfb python-pip
RUN pip install selenium
RUN mkdir -p /root/selenium_wd_tests
#ADD sel_wd_new_user.py /root/selenium_wd_tests
ADD xvfb.init /etc/init.d/xvfb
RUN chmod +x /etc/init.d/xvfb
RUN update-rc.d xvfb defaults
Xvfb -ac :99 -screen 0 1280x1024x24
avconv -f x11grab -r 25 -s 1280x1024 -i :99 -vcodec libx264 -threads 4 $HOME/output.avi
avconv version 9.20-6:9.20-0ubuntu0.14.04.1, Copyright (c) 2000-2014 the Libav developers
built on Dec 7 2016 21:22:31 with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
[x11grab @ 0x2189c60] device: :99 -> display: :99 x: 0 y: 0 width: 1280 height: 1024
最佳答案
所以在开始 ctrl+z
之前我应该知道的唯一一件事不会将任务带到后台。那是我的问题。
关于ubuntu - Xvfb + ffmpeg/aconv 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47982824/
我正在尝试使用 xvfb + aconv 捕获屏幕。 我正在使用 docker 来运行图像。我已经尝试了几乎所有的方法来让它工作,不同的 ubuntu 图像 Debian Centos,来自 dock
arecord -f cd -D default:CARD=Intel -| avconv -i pipe:0 -acodec libmp3lame -aq 128k g3-$dt-$$.mp3 我正
我是一名优秀的程序员,十分优秀!