Skip to content

Instantly share code, notes, and snippets.

@marc-hanheide
Last active November 3, 2016 13:40
Show Gist options
  • Save marc-hanheide/eabbbd8fcf2d5f667811 to your computer and use it in GitHub Desktop.
Save marc-hanheide/eabbbd8fcf2d5f667811 to your computer and use it in GitHub Desktop.
FFMPEG convert lectures (mono, frame rate 0.5, mp4)
nice -15 ffmpeg -ss 0:5:0 -i ~/Desktop/CMP1036M-lecture_7-raw.mov -r 0.5 -s 480x320 -ac 1 -to 0:50:0 ~/Desktop/CMP1036M-lecture_7.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment