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

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -