On Fri 07 Feb 2020 at 23:53:06 (+0000), Long Wind wrote: > i use mplayer -loop 0 to play white noise(it might help sleep by masking > other noise) > but when it reach end and restart to play againthere's some interval, which > isn't desirable > any mplayer option or other player i can use so that it plays seamlessly??
You might try mpv instead. It displays the timings at the bottom of the picture, and they stay on screen if you leave the mouse there (otherwise it times out and disappears). But you can set looping points interactively. Play the video, then press l where you want looping to loop back to (ie the start of section), and again at the end of the section. mpv also has a configuration parameter for sound files, particularly useful for classical music: # Music tracks often segue gapless-audio=yes Cheers, David.