Mplayer: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 11: Line 11:
mplayer -fs -vf expand=:-500::0:1 -sub $SUB -subfont-text-scale 2 -subpos 80 $SRC
mplayer -fs -vf expand=:-500::0:1 -sub $SUB -subfont-text-scale 2 -subpos 80 $SRC
</source>
</source>
* [http://code.activestate.com/recipes/542195/ Thin Python Mplayer/Slave-mode wrapper]

Revision as of 11:40, 27 July 2009

potentionally interesting is the "EDL" feature of mplayer -- it lets you specify time ranges the player should skip (not show -- it's actually designed as a tool to censor)

http://www.oreillynet.com/sysadmin/blog/2005/06/make_your_own_phantom_edit_wit.html


Mplayer with extra space for subtitles (from Linda)

SUB=/home/murtaugh/Documents/opensourcevideo/rearwindow_es.srt
SRC=/home/murtaugh/Videos/personalchef.ogg
mplayer -fs -vf expand=:-500::0:1 -sub $SUB -subfont-text-scale 2 -subpos 80 $SRC