Endless loop
Posted: 20 Jun 2024 10:44
I read in earlier versions it was possible with
Now does not accept negative values anymore.
It is possible to loop a video like this:
But it is not really endless (of course, not very realistic that I need to play it for more than 2147483647 times).
Is there a way to implement an endless loop of a media file?
https://stackoverflow.com/questions/490 ... t-repeat-1
Code: Select all
input-repeat=-1
Code: Select all
input-repeat
It is possible to loop a video like this:
Code: Select all
input-repeat=2147483647
Is there a way to implement an endless loop of a media file?
https://stackoverflow.com/questions/490 ... t-repeat-1