Linux video

From miki
Revision as of 00:58, 21 August 2008 by Mip (talk | contribs) (New page: == MPlayer== * Some tutorials ** http://www.linuxtutorialblog.com/post/tutorial-playing-around-with-mplayer * To '''play a file''': <pre>% mplayer <SOMEFILE></pre> * Handy '''keyboard sho...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

MPlayer

% mplayer <SOMEFILE>
  • Handy keyboard shortcuts during playback:
    • Forward/Backward 10 seconds: Left arrow / Right arrow
    • Forward/Backward 1 minutes: Down arrow / Up arrow
    • Forward/Backward 10 minutes: Page Down / Page Up
  • To play a file with scale factor (here 2)
% mplayer -xy 2 <SOMEFILE>