tnfe / FFCreator

A fast video processing library based on node.js (一个基于node.js的高速视频制作库)
http://tnfe.github.io/FFCreator/
MIT License
2.82k stars 398 forks source link

5.5.9版本,对FFVtuber设置scale属性无效 #119

Open whl88 opened 2 years ago

whl88 commented 2 years ago

复现方法:

修改官方demo:examples/vtuber.js,如下图:

image-20210925170738619

drawcall commented 2 years ago

Recently busy with work, you can submit a pr

whl88 commented 2 years ago

Recently busy with work, you can submit a pr

Okay, I will try my best. I tried to fix it that day, but it didn't work.

drawcall commented 2 years ago

Because you set the width and height, you don't need to set the scale

whl88 commented 2 years ago

The effect of adjusting the width and height is the clipping shown in the figure below, and the desired effect is the overall reduction and zooming.

image-20210927140210228 image-20210927140053995

and the Width is required

DZwangbing commented 2 years ago

请问此问题目前是如何解决的? cc @whl88