videoshow
videoshow copied to clipboard
How improve the result quality of the video images?
Hi all¡
How can improve the quality of the result video?
my config is:
var videoOptions = { fps: 25, videoBitrate: 1024, transitionColor: "White", videoCodec: "libx264", audioBitrate: "128k", audioChannels: 2, format: "mp4", pixelFormat: "yuv420p", };
my complex filters are:
complexFilter("scale=1920:1080")
but the result is very blurry only in the images, the logo have perfect quality
thanks in advantage
Same problem here