We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Same problem here
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: