play image list #173
-
i use this to play image and video.when the source is image type,it have the default duration time for 10s . i want to change this default duration time.but i haven't found the right way,can u tell me the right way? thank you very much. |
Beta Was this translation helpful? Give feedback.
Answered by
alexmercerind
Oct 13, 2021
Replies: 1 comment 1 reply
-
I never played images using VLC / libVLC. But you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alexmercerind
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I never played images using VLC / libVLC. But you can use
--image-duration
argument to set duration (see more here).None the less, not really difficult to implement in Flutter itself.