-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
default ffmpeg test pattern - multiple playback issues #5292
Comments
Some invesigation - https://bsky.app/profile/bossett.social/post/3l3y5yjp6v22q plays on the phone. The only difference is chroma subsampling - the new image is 4:2:0 and the original is 4:4:4 mediainfo of working file:
working file: https://github.com/user-attachments/assets/5dceff32-53f5-4d08-a303-af45ab1d3c62 suggest the fix here is just to force 4:2:0 in the processing step to maximise compatibility |
https://bsky.app/profile/bossett.social/post/3l3zhoecfp22q - appears now fixed, this is |
Describe the bug
See https://bsky.app/profile/bossett.social/post/3l3wru4mlxy2j. The ffmpeg testrc pattern in 1920x1080 @ 120fps causes a number of playback issues.
To Reproduce
Generate a test file using ffmpeg mp4 defaults:
ffmpeg -f lavfi -i testsrc=duration=59:size=1920x1080:rate=120 testsrc.mp4
Upload file, and view on mobile (and some other platforms)
Expected behavior
No errors
Screenshots
(others in thread)
Details
Additional context
https://bsky.app/profile/bossett.social/post/3l3wssuiaju2i - also resizes slightly when hitting play on web, where it works
https://github.com/user-attachments/assets/a42e6f6d-c356-41a9-a117-1c945526e345 is the video original and media info:
The text was updated successfully, but these errors were encountered: