Como grabar o capturar el escritorio en video con ffmpeg linux consola

Channel:
Subscribers:
569
Published on ● Video Link: https://www.youtube.com/watch?v=hAWLKGna3mU



Duration: 2:41
817 views
8


comandos:

xrandr -q | grep -w Screen [para saber la resolucion de pantalla, escojer la "current"]

ffmpeg -f x11grab -s 1440x900 -r 25 -i :0.0 -qscale 0 /tmp/video_out.mpg

con audio:

ffmpeg -video_size 1440x900 -framerate 25 -f x11grab -i :0.0 -f pulse -ac 2 -i 0 output.mkv







Tags:
capturar
escritorio
grabar
video
pantalla
ffmpeg
maxima
resolucion
linux
consola