Watch Vidoes In Linux With Totem Movie Player

Posted on: February 8th, 2011 by No Comments

These days many users have their own video collection. Effective software for watching those videos is always available on Linux systems. Default on Gnome systems, people can usually find the Totem Movie Player.

Other Features

But this program does more than it sounds like. It has support for a wide variety of video and even audio formats. So you can play your MP3′s with Totem as well. Even use the video thumb-nailer tool for more fun.

More About Totem

This program has the standard seek and volume controls too. Play-lists can also be set up manually. Subtitle support also comes standard with Totem Movie Player. This program also has advanced keyboard functionality and navigation which we will cover. Extend the abilities of this program by adding additional plug-ins. With plug-ins you can watch videos straight from YouTube.

Installing Totem

If you don’t have Totem on your system you can download it with these commands.

$ sudo apt-get install totem

Totem Interface

Inside Totem you will find your display area, your menu bar, and your side bar. You can turn on the displaying of menus and bars in your View menu. You can also see the elapsed time, seek and control buttons, and your volume controls. You can start videos by adding them directly to your Totem interface. Or if Totem is your default Movie Player all you have to do is double click on your video file.

Totem Command Line Options


Totem can also be called from the command line. Or send commands directly to Totem from your Terminal interface. Use the next command to get help about using Totem from the command line. This is the standard usage for this command.

$ totem --help

Will give you the Totem version information.

--version

This will tell an already running Totem session to pause.

--play-pause

Use this to start playing an already running Totem session.

--play

This will skip to the next file in the Totem play-list.

--next

Go back one file in the playlist.

--previous

Jumps forward 15 seconds on a currently playing video.

--seek-fwd

Jumps backwards 15 seconds.

--seek-bwd

Will raise the volume of your Totem session by 8%.

--volume-up

This lowers the volume by 8%.

--volume-down

If you have a Totem session running this toggles full screen mode.

--fullscreen

Toggles the displaying of controls for the currently running session.

--toggle-controls

Forces Totem to quit.

--quit

This will add a file to the Totem play-list.

--enque filename

Will start playing the specified file.

--replace filename

Totem Keybindings


Toggles interlacing.

i

Cycles aspect ratios.

a

Toggle play or pause.

p

Will exit full screen mode.

Esc

Puts Totem in full screen mode.

f

Toggles your on screen control panel.

h

Will set the window size to 50% of the original.

0

Sets window size to 100% of the original.

1

200% of original screen size.

2

Zooms in on your video.

r

Zooms out.

t

Play the previous file in your play list.

b

Play the next file in your play list.

n

Quit Totem Movie Player.

q

Jumps back 15 seconds.

Left

Jumps forward 15 seconds.

Right

Increases the volume by 8%. This is the Totem volume control not your system volume.

Up

Volume down 8%.

Down

This will eject your CD drive.

Ctrl + E

Use this to open a new file.

Ctrl + O

Turn on or off the displaying of your playlist.

F9

Hopefully this helps you get the most out of the Totem Movie Player. Enjoy the movies.

Linux Desktop Video Applications

Tags: , , , | Posted in Applications