when -loop is used, mPlayer re-analyzes the file which causes a delay. I can see the need for this when there is more than one file, but perhaps if there is only one file it could just do a "seek 0" when it gets to the end? Carl K
Carl Karsten wrote:
when -loop is used, mPlayer re-analyzes the file which causes a delay. I can see the need for this when there is more than one file, but perhaps if there is only one file it could just do a "seek 0" when it gets to the end?
Carl K
use -loop 0 in front of the file name, then there will be no delay - Bas
Bas wrote:
Carl Karsten wrote:
when -loop is used, mPlayer re-analyzes the file which causes a delay. I can see the need for this when there is more than one file, but perhaps if there is only one file it could just do a "seek 0" when it gets to the end?
Carl K
use -loop 0 in front of the file name, then there will be no delay
I think you mean behind. regardless, this works as hoped: mplayer file.avi -loop 0 Thank you. Carl K
participants (2)
-
Bas -
Carl Karsten