javascript - ffmpeg screencapture with xvfb displaying green screen -
using xvfb run browser window , want screen recording of doing
xvfb-run firefox http://google.com ffmpeg -y -r 30 -f x11grab -i :94.0 output.mp4
getting output if colors washed out
using option while starting xvfb works
xvfb :1 -screen 0 1600x1200x24+32
Comments
Post a Comment