diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-11-01 08:30:07 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-11-01 08:30:07 (GMT) |
commit | 1930ab712d4a49674e549272ca1ca9f9f03745a9 (patch) | |
tree | 1e70946178009f7ef9793957f6ca608d0f879e65 /abs/core-testing/linhes-scripts | |
parent | 2667766d1a846af7052fb00dadec1c10d857292d (diff) | |
download | linhes_pkgbuild-1930ab712d4a49674e549272ca1ca9f9f03745a9.zip linhes_pkgbuild-1930ab712d4a49674e549272ca1ca9f9f03745a9.tar.gz linhes_pkgbuild-1930ab712d4a49674e549272ca1ca9f9f03745a9.tar.bz2 |
linhes-scripts:770-wrapper.sh corrected path for tablet-encode.
Diffstat (limited to 'abs/core-testing/linhes-scripts')
-rwxr-xr-x | abs/core-testing/linhes-scripts/770-wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/linhes-scripts/770-wrapper.sh b/abs/core-testing/linhes-scripts/770-wrapper.sh index 65573f4..3095541 100755 --- a/abs/core-testing/linhes-scripts/770-wrapper.sh +++ b/abs/core-testing/linhes-scripts/770-wrapper.sh @@ -26,7 +26,7 @@ fi # Transcode the file -perl /usr/local/bin/770-encode.pl -q -p mplayer $VIDEODIR/$FILENAME $DIROUT/$TITLE-$STARTTIME.avi +perl /usr/bin/tablet-encode -q -p mplayer $VIDEODIR/$FILENAME $DIROUT/$TITLE-$STARTTIME.avi chmod 664 $DIROUT/$TITLE-$STARTTIME.avi |