diff options
Diffstat (limited to 'abs')
-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 |