-
Notifications
You must be signed in to change notification settings - Fork 36
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
Broken result video in any width more than 80 #8
Comments
Did you use convert.py in Windows? Maybe width of command prompt / terminal is lower or not equal to width of video |
No, I'm using Ubuntu and make an exe file for windows. I didn't mean video looks like a noise of characters in console window - of course I have to adjust window size to get a correct image. But when I try to use a different width (not 80) generated video is really short and has no any correct frames |
Ah, i saw this issue. Did you match fps and width parameters in both convert.py and playback.c? |
But HEIGHT is commented in playback.c Should I uncomment it first? |
|
Just have tested - no success. What is correct height for width=120? 34? |
(120 / (2 * (16 / 9))) = 33.75, round down, 33 |
Nice! It works now! |
close the issue then |
When I change width value in convert.py to any value not equal 80 the result video looks broken
The text was updated successfully, but these errors were encountered: