[MPlayer-cvslog] r20883 - in trunk/TOOLS: encode2mpeglight mencvcd
diego
subversion at mplayerhq.hu
Mon Nov 13 13:14:31 CET 2006
Author: diego
Date: Mon Nov 13 13:14:31 2006
New Revision: 20883
Modified:
trunk/TOOLS/encode2mpeglight
trunk/TOOLS/mencvcd
Log:
-vop has been deprecated a long time ago.
Modified: trunk/TOOLS/encode2mpeglight
==============================================================================
--- trunk/TOOLS/encode2mpeglight (original)
+++ trunk/TOOLS/encode2mpeglight Mon Nov 13 13:14:31 2006
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Version: 0.6.2
+# Version: 0.6.3
#
# Licence: GPL
#
@@ -279,7 +279,6 @@
MOPT=( $(mlistopt | grep -v -e : -e '*')
$(mlistopt | sed -n '/:/s/:.*/"/p' | uniq)
$(mplayer -vfhelp 2>&1 | awk '/vf-/{printf("\"%s\"\n",$1)}')
- $(mplayer -vophelp 2>&1 | awk '/vop-/{printf("\"%s\"\n",$1)}')
$(mplayer -zrhelp 2>/dev/null | awk '$1~/^-zr/{printf("\"%s\"\n",substr($1,2))}') )
###############################################################################
Modified: trunk/TOOLS/mencvcd
==============================================================================
--- trunk/TOOLS/mencvcd (original)
+++ trunk/TOOLS/mencvcd Mon Nov 13 13:14:31 2006
@@ -295,7 +295,7 @@
ratio=$2
shift 1
;;
- -sid) # mplayer option: have to set vop expand, too!!!
+ -sid) # mplayer option: have to set vf expand, too!!!
sub="-vf pp,expand=-1:-1:-1:-1:1 -sid $2"
shift 1
;;
More information about the MPlayer-cvslog
mailing list