Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mplayer [2013/06/28 17:49] – beandog | mplayer [2013/06/28 21:58] (current) – beandog | ||
---|---|---|---|
Line 4: | Line 4: | ||
* [[mplayer helper scripts]] | * [[mplayer helper scripts]] | ||
+ | * [[mplayer slave protocol]] | ||
+ | |||
+ | === blu-ray === | ||
+ | |||
+ | Playing Blu-Rays (unencrypted) | ||
+ | |||
+ | < | ||
+ | mplayer br:// -bluray-device / | ||
+ | </ | ||
+ | |||
+ | === Dolby Digital (AC3) through SPDIF === | ||
+ | |||
+ | Send audio through the SPDIF device to the audio receiver | ||
+ | |||
+ | < | ||
+ | mplayer movie.mkv -ao alsa: | ||
+ | </ | ||
+ | |||
+ | === PAL playback === | ||
+ | |||
+ | For movies with the wrong aspect (PAL), that should be flat but show up | ||
+ | in 4/3 try this: | ||
+ | |||
+ | < | ||
+ | mplayer airborne.vob -monitoraspect 1.00 | ||
+ | </ | ||
+ | |||
+ | That should straighten it out. :) | ||
+ | |||
+ | Also, sometimes mplayer < | ||
=== archives: ~/ | === archives: ~/ | ||
Line 456: | Line 486: | ||
</ | </ | ||
+ | </ | ||
+ | |||
+ | === archives: mplayer notes === | ||
+ | |||
+ | ** Rip embedded media ** | ||
+ | |||
+ | < | ||
+ | mplayer -dumpstream -dumpfile matrix.mov http:// | ||
+ | mplayer -dumpaudio -dumpfile radio.mp3 http:// | ||
+ | </ | ||
+ | |||
+ | ** Rip Realplayer movies ** | ||
+ | |||
+ | < | ||
+ | |||
+ | ** Capture a few frames for a screenshot ** | ||
+ | |||
+ | < | ||
+ | |||
+ | ** List options ** | ||
+ | |||
+ | < | ||
+ | |||
+ | ** Screenshot ** | ||
+ | |||
+ | Works for MPEG2 | ||
+ | |||
+ | < | ||
+ | |||
+ | ** -playing-msg ** | ||
+ | |||
+ | < | ||
+ | Not really sure where you would use this, but getting it to work was a | ||
+ | bit tricky: | ||
+ | |||
+ | mplayer / | ||
+ | -playing-msg \$\{filename\}\\n -vo null | ||
+ | |||
+ | prints out the filename and then a line break | ||
+ | </ | ||
+ | |||
+ | ** Print out options ** | ||
+ | |||
+ | < | ||
+ | mplayer −list−options <command line> | ||
+ | mplayer -input cmdlist < | ||
+ | mplayer -input keylist < | ||
+ | </ | ||
+ | |||
+ | ** Display MKV title ** | ||
+ | |||
+ | < | ||
+ | osd_show_property_text " | ||
</ | </ |