Last active
November 3, 2016 13:40
-
-
Save marc-hanheide/eabbbd8fcf2d5f667811 to your computer and use it in GitHub Desktop.
FFMPEG convert lectures (mono, frame rate 0.5, mp4)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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