ARCHIVED: General Induction Video Production

Shorten video by 5 mins

ffmpeg -i GI_long.mov -ss 00:00:00 -t 00:20:43 -c:v copy -c:a copy GI_edit_v2.mov

Change file type to mp4

ffmpeg -i GI_edit_v2.mov -c copy GI_edit_v2.mp4