Mplayer: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: Software]] | |||
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 | http://www.oreillynet.com/sysadmin/blog/2005/06/make_your_own_phantom_edit_wit.html |
Revision as of 15:03, 1 October 2013
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