summarylogtreecommitdiffstats
path: root/mp4creator.sh
blob: cc9b76f1aabaade670cf5c30128dab04385cc164 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ "$#" -gt 5 ]; then
  MP4Box -fps "$4" -add "$2" "$6"
else
  MP4Box -add "$2" "$3"
fi