]> code.delx.au - transcoding/commitdiff
Merge
authorGreg Darke <greg+kokonoe@tsukasa.net.au>
Mon, 24 Nov 2008 20:44:49 +0000 (07:44 +1100)
committerGreg Darke <greg+kokonoe@tsukasa.net.au>
Mon, 24 Nov 2008 20:44:49 +0000 (07:44 +1100)
encipxv.py [moved from encipod.py with 100% similarity]
tomp4.sh

similarity index 100%
rename from encipod.py
rename to encipxv.py
index 2a8e59b57f45fa8140be30041df7619422b95292..15a2f26bb1728f5c1a018d52d476f6fd68c83cbb 100755 (executable)
--- a/tomp4.sh
+++ b/tomp4.sh
@@ -7,6 +7,7 @@ if [ -z "$input" ]; then
        exit 1
 fi
 
+rm -f "$output" &&
 mencoder "$input" -ovc copy -oac copy -of rawvideo -o tmp.h264 &&
 mencoder "$input" -ovc copy -oac copy -of rawaudio -o tmp.aac &&
 MP4Box -add tmp.h264 -add tmp.aac "$output"