FFCreator icon indicating copy to clipboard operation
FFCreator copied to clipboard

FFVideo width height设置无效

Open f1748x opened this issue 1 year ago • 1 comments

const v1 = new FFVideo({ path: "xxx.mp4",

width: 1080,
height: 1920

}); 设置不起作用

f1748x avatar Feb 01 '23 10:02 f1748x

等比设置 https://github.com/tnfe/FFCreator/blob/master/examples/video.js

drawcall avatar Feb 01 '23 12:02 drawcall