-
Normally when playing a clip, at the end the program switches to the logo screen. Is it possible to freeze on the last frame rather than switching to the logo? Thanks! By the way, I love this program.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If your default multimedia engine is mpv, then pass the following option here: Options>Preferences>Advanced>MPlayer/mpv>Options:> --keep-open=yes Here are the arguments for this command: --keep-open=no --keep-open=yes --keep-open=always ~Raza |
Beta Was this translation helpful? Give feedback.
If your default multimedia engine is mpv, then pass the following option here:
Options>Preferences>Advanced>MPlayer/mpv>Options:>
--keep-open=yes
Here are the arguments for this command:
--keep-open=no
[If the current file ends, go to the next file or terminate. (Default.)]
--keep-open=yes
[Don't terminate if the current file is the only file or the last playlist entry. Equivalent to --keep-open without arguments.]
--keep-open=always
[Like yes, but also applies to files before the last playlist entry. This means playback will never automatically advance to the next file.]
~Raza