gpt4 book ai didi

node.js - ffmpeg x11grab 导出视频 16 :9 is distorded

转载 作者:行者123 更新时间:2023-12-04 23:24:30 28 4
gpt4 key购买 nike

使用流利的 ffmepg 和 ffmpeg 版本 3.4.4。

使用带有该设置的 x11grab 捕获屏幕:

videoCommand
.addInput(display)
.addInputOptions('-y', '-f' , 'x11grab' , '-draw_mouse', '0')
.aspect('16:9')
.withSize('768x432')
.withFpsInput(60)
.withFpsOutput(60)
.output(base_path+'/'+process.argv[3]+'.mp4')

除了视频图像失真外,它的效果很好,如下面的第二张图片所示。

1 - x11 正在显示的图像
enter image description here

2 - 结果视频中的图像
enter image description here

3- 导出视频的属性
enter image description here

尝试对 ffmpeg 使用 .keepDAR() 选项,但我得到了 4:3 的视频。

这是 ffmpeg 日志:我不知道 640*480 是从哪里来的

enter image description here

最佳答案

作为输入选项:即: '-s' , '768x432'

.addInputOptions('-y', '-f' , 'x11grab' , '-draw_mouse', '0' , '-s' , '768x432')

关于node.js - ffmpeg x11grab 导出视频 16 :9 is distorded,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54461875/

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