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

Higher resolution video #20

Open
AndyZCJ opened this issue Mar 3, 2022 · 1 comment
Open

Higher resolution video #20

AndyZCJ opened this issue Mar 3, 2022 · 1 comment

Comments

@AndyZCJ
Copy link

AndyZCJ commented Mar 3, 2022

I want some Higher resolution videos because the quality of the output is too low. Is that any way to output video with a higher resolution?

@shuishen49
Copy link

in env.py
line 18:
self.command = ["ffmpeg", "-y", "-f", "rawvideo", "-vcodec", "rawvideo", "-s", "{}X{}".format(width, height), "-pix_fmt", "rgb24", "-r", "60","-i","-", "-an", "-vcodec", "mpeg4", "-s", "1024x960", saved_path]

1024x960 is new resolution

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