root/enctest

Revision 85, 181 bytes (checked in by steve, 2 years ago)
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3F=`basename $1 .vob`
4
5AVI=${F}.avi
6
7if [[ ! -f ${AVI} ]]; then
8        mencoder $1 -o $AVI -ovc xvid -xvidencopts bitrate=2200 -oac copy -vf pullup,softskip -ofps 24000/1001
9fi
Note: See TracBrowser for help on using the browser.