Marth64 changed the topic of #ffmpeg to: Welcome to the FFmpeg USER support channel | Development channel: #ffmpeg-devel | Bug reports: https://ffmpeg.org/bugreports.html | Wiki: https://trac.ffmpeg.org/ | This channel is publically logged | FFmpeg 7.1 is released
Marth64 has joined #ffmpeg
LainExperiments6 has quit [Ping timeout: 240 seconds]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
fling has quit [Ping timeout: 264 seconds]
fling has joined #ffmpeg
Traneptora has joined #ffmpeg
markizano has quit [Quit: Poweroff]
YuGiOhJCJ has quit [Ping timeout: 264 seconds]
YuGiOhJCJ has joined #ffmpeg
Laridaeus has quit [Remote host closed the connection]
kasper93_ has quit [Ping timeout: 252 seconds]
System_Error has quit [Remote host closed the connection]
Marth64 has quit [Quit: Leaving]
System_Error has joined #ffmpeg
tokyovigilante_ has joined #ffmpeg
tokyovigilante has quit [Ping timeout: 276 seconds]
tokyovigilante_ is now known as tokyovigilante
Marth64 has joined #ffmpeg
jtgd has quit [Quit: WeeChat 4.5.1]
jtgd has joined #ffmpeg
jtgd has quit [Client Quit]
jtgd has joined #ffmpeg
jtgd has quit [Client Quit]
jtgd has joined #ffmpeg
<aaabbb>
how can i grab a window with -f x11grab that is being displayed via xwayland?
realies has quit [Quit: ~]
lavaball has quit [Remote host closed the connection]
minimal has quit [Quit: Leaving]
<aaabbb>
what i tried, so far is to open an x11 application, in my case xeyes so that it would run on xwayland. i determined its window id with "xlsclients -l". it had id 0x20000a. converted to decimal that is 2097162. then i tried "ffplay -f x11grab -i :0.2097162 -vf scale=-1:360" which should display that window, but it just says cannot open display, error 6
<aaabbb>
if i do "ffplay -f x11grab -i :0 -vf scale=-1:360" to capture the whole screen, as expected pure wayland clients do not display and only the cursor is visible over a black background. but even the x11 clients via xwayland aren't visible!