Scripts based on ffmpeg to ease the make of course videos by iPad screen recording.
- Screen recording on iPad results multiple mp4 files. These files have extension
.MP4. Note the extension is capitalized. - If needed, edit the video by iPad Photo App. Note that the edited file's extension is
.mov. - Airdrop these files to MacBook Pro.
- Rename all files to either
###.mp4or###.mov, where###is$n$ digits where$n$ is determined by the number of files.###should start with001and the numbering shall follow the order of the videos. - Convert all
movfiles tomp4files using scriptmov2mp4. - Combine all
mp4files using scriptcombinemp4.