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

visualise.sh doesn't work with older players and VLC #4

Open
liamdalg opened this issue Oct 19, 2020 · 2 comments
Open

visualise.sh doesn't work with older players and VLC #4

liamdalg opened this issue Oct 19, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@liamdalg
Copy link
Contributor

liamdalg commented Oct 19, 2020

The visualise.sh script won't work with Windows Media Player and other old players, and also won't work with VLC due to a bug with playing low framerate videos.

These two stackoverflow answers have some information about them:

https://stackoverflow.com/a/44033863 for Windows/older players (should only need pix_fmt option)
https://stackoverflow.com/a/41797724 for VLC

I think we need to have something like:

ffmpeg -framerate 3 -r 30 -pix_fmt yuv420p -i out/%010d.png output.mp4

Will need to fix the visualise.sh script and redo the example videos.

@liamdalg liamdalg added the bug Something isn't working label Oct 19, 2020
@liamdalg liamdalg changed the title Fix ffmpeg with older players and VLC visualise.sh doesn't work with older players and VLC Oct 19, 2020
@liamdalg
Copy link
Contributor Author

We should sort this out soon, people keep complaining about it

@liamdalg
Copy link
Contributor Author

https://gist.github.com/Vestride/278e13915894821e1d6f this might work as well (and be less weird about video size)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant