Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mplayer [2013/06/28 21:00] – beandog | mplayer [2013/06/28 21:58] (current) – beandog | ||
---|---|---|---|
Line 4: | Line 4: | ||
* [[mplayer helper scripts]] | * [[mplayer helper scripts]] | ||
+ | * [[mplayer slave protocol]] | ||
=== blu-ray === | === blu-ray === | ||
Line 485: | 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 " | ||
</ | </ |