This file contains hidden or 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
(copy and pasted from link at https://careers.mcmaster.ca/psp/prepprd/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_APP_SCHJOB.GBL?Page=HRS_APP_SCHJOB&Action=U&FOCUS=Applicant&SiteId=1001&customTab=MCM_STAFF_POS&IgnoreParamTempl=customTab -- duplicated here because you can't link directly to job ads in that system. :( ) | |
Job Title | |
Learning Support Librarian | |
Job ID | |
4060 | |
This file contains hidden or 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
#!/bin/sh | |
# This script converts any kind of video the HandBrake CLI can handle | |
# into a 1000 kbit MPEG4 video and shrinks it down to a max width of 640 px. | |
# | |
# Usage: | |
# Running the script without any parameters just uses *all* files in the | |
# current directory and converts them, so make sure you only have video files | |
# in the directory you're in. | |
# |