Le nonidi 29 brumaire, an CCXXIV, Zenny a écrit : > However, I have never forwarded xserver display with ffmpeg. Any hints > appreciated.
There is nothing special: ffmpeg -f x11grab -i :0 -f opengl - The first half grabs the display, the second half displays the resulting video stream in a window. You can use all the options you want to scale down, reduce rate, etc. Regards, -- Nicolas George
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
