Closed jianhaizhang closed 4 years ago
Hi,
I checked the source code, we didn't implement the ani.res
in saveVideo
function. If you want to change the resolution of the video, please consider providing the FFmpeg options as additional options in the argument other.opts
.
Are "ani.width, ani.height" not implemented in your package as well?
I guess ani.width
, ani.height
are used to adjust the width and height of the image, but these arguments may not affect the FFmpeg options for creating the video.
How to change the resolution in the video?
When I change the "ani.res" value, it seems the resolution is the same in saved videos. How to correctly use the "ani.res" argument?