Skip to content
New issue

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

How can I fix video compression? #362

Open
videocringe opened this issue Aug 29, 2024 · 2 comments
Open

How can I fix video compression? #362

videocringe opened this issue Aug 29, 2024 · 2 comments

Comments

@videocringe
Copy link

When I upload a video with a resolution of 1920x1080, the output is a 1280x720 video. How can I keep my native resolution?

@zzzweakman
Copy link
Collaborator

Hi @videocringe, you can change the source_max_dim

source_max_dim: int = 1280 # the max dim of height and width of source image or video

@videocringe
Copy link
Author

Привет@videocringe, вы можете изменитьsource_max_dim

source_max_dim: int = 1280 # the max dim of height and width of source image or video

this parameter needs to be changed not in "inference_config.py", but in "argument_config.py"

Otherwise, just no
So I made the resolution at least 2k, at least 4k

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants