Video quality
-
Hello everyone,
I would like to what is the method to obtain a higher quality video when using
saveImage('~/Desktop/********.mp4')
. I have made a short video, but I obtained low quality. Thanks.
-
there is a option to provide an
imageResolution
where you can raise the image resolution, the default is 72.see all options here
good luck
-
@frederik
I tried that but ImageResolution is not working with .mov format. Still looking for help. Thanks.
-
.mov
is deprecated, use.mp4
instead