Fullscreen and Repeat Video with Totem Player

5,625

use VideoLan (vlc)

in terminal type

vlc -L -f video.mp4
Share:
5,625

Related videos on Youtube

user1652575
Author by

user1652575

Updated on September 18, 2022

Comments

  • user1652575
    user1652575 over 1 year

    I want to open a video from command line and I want the video to be opened as fullscreen and be repeated forever.

    I searched for fullscreen, and found the --fullscreen switch in Totem. However, there's no repeat or loop option.

    How can I show a video and repeat itself with Totem or any other simple player from command line?

    Like:

    totem --fullscreen --repeat video.mp4

    Thank you very much in advance.