1 --- ../iencode-build/iencode 2009-08-13 02:31:11.000000000 +0200
2 +++ iencode 2009-08-13 02:32:35.000000000 +0200
4 # 2 : A mandatory tool is not installed (mplayer, mp4box, ...)
5 # 10 : Operation canceled
7 -PATH=$PATH:/usr/local/bin
16 -if ! ( which mencoder && which mp4box ) > /dev/null 2>&1
17 +if ! ( which mencoder && which MP4Box ) > /dev/null 2>&1
22 # Create MP4 file by muxing audio and video
24 echo -n `date +%H:%M:%S` "Muxing... "
25 - mp4box -fps "$ID_VIDEO_FPS" -add "$OUTPUTFILE.264-encodetemp#video" -add "$OUTPUTFILE.aac-encodetemp#audio" -new "$OUTPUTFILE" #> /dev/null 2>&1
26 + MP4Box -fps "$ID_VIDEO_FPS" -add "$OUTPUTFILE.264-encodetemp#video" -add "$OUTPUTFILE.aac-encodetemp#audio" -new "$OUTPUTFILE" #> /dev/null 2>&1