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

Output resolution does not match input resolution #18

Open
dipam7 opened this issue Jan 17, 2022 · 0 comments
Open

Output resolution does not match input resolution #18

dipam7 opened this issue Jan 17, 2022 · 0 comments

Comments

@dipam7
Copy link

dipam7 commented Jan 17, 2022

Is there a reason we are multiplying 320 to the frame size here

'-y',
'-f', 'rawvideo',
'-vcodec', 'rawvideo',
'-s', F"{frame.shape[1]}x320",
'-pix_fmt', 'gray',
'-r', F"{framerate}",

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

1 participant