-
Notifications
You must be signed in to change notification settings - Fork 333
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
loop on a specific files does not work properly #449
Comments
OMXPlayer has trouble playing short video's. |
Is it possible to enable some debug logging that shows why this is the case? I don't see why omxplayer shouldn't support Short Videos. |
I've pushed a fix for this issue. Please test. |
See several looping short video issues (e.g. popcornmix#449) and white flicker popcornmix#250
Hi @popcornmix I tested my fix and even KenT2 1 sec movie is looping correct! I also tried other known short videos (as the one the OP supplied): all OK to me. The white flicker seen with synctest.mp4 is gone too. The only.. trouble is exidyboy big_pi_streamclip.mp4 (huceke repository # 16). The first loop runs to 00:00:09.24 whereas the following ends up on 00:00:09.14. I don't know why (firmware issue? :) |
EDIT: Move comment to #455 (comment) |
@popcornmix, works perfect on all my "problematic" videos |
@popcornmix , |
No, latest build is from 6th May. |
Thanks @popcornmix for your comment. |
Here is file example
https://dl.dropboxusercontent.com/u/1933399/out.mp4
if I run it like this:
omxplayer --no-keys --loop out.mp4
if plays correctly first loop, but on 2nd loop it only goes up to 5th second and then seeks to 0
do you have any advise where to patch omxplayer or maybe how to re-encode my video so it loops fine ?
The text was updated successfully, but these errors were encountered: