gpt4 book ai didi

ffmpeg - Xvfb + ffmpeg 录制仅产生红色矩形

转载 作者:行者123 更新时间:2023-12-04 23:22:41 35 4
gpt4 key购买 nike

我正在尝试记录我使用 xdotools 自动化的过程。它似乎工作正常,但我看到的只是实心红色矩形。这些矩形看起来像是我希望 xdotools 导航通过的窗口的正确大小/位置,但我没有得到真实的图片。

这是我的 xvfb 和 ffmpeg 调用

export DISPLAY=:99.0
Xvfb $DISPLAY -screen 0 1920x1080x16 &
ffmpeg -y -f x11grab -video_size 1920x1080 -i $DISPLAY intellij.mpg &

这是 ffmpeg 制作的 screen.webm 上的媒体信息。
General
Complete name : C:\vm-shared-folders\screen.webm
Format : WebM
Format version : Version 2
File size : 208 KiB
Writing application : Lavf58.20.100
Writing library : Lavf58.20.100
IsTruncated : Yes

Video
ID : 1
Format : VP8
Codec ID : V_VP8
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 30.000 FPS
Compression mode : Lossy
Writing library : Lavc58.35.100 libvpx
Default : Yes
Forced : No

enter image description here

最佳答案

这两个命令给了我很好的输出。我不知道他们为什么要执行我上面输入的命令。我一直在修补东西,直到它起作用。

Xvfb $DISPLAY -screen 0 1920x1080x24 &
ffmpeg -y -probesize 200M -f x11grab -video_size 1920x1080 -i "$DISPLAY" out.webm &

关于ffmpeg - Xvfb + ffmpeg 录制仅产生红色矩形,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62234462/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com