mangosango / Simple-WebM

A very simple shell script for mac that converts videos to webm clips.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-WebM

A very simple shell script for OSX that converts videos to webm clips. Just drag and drop clips onto the icon to convert them to WebM video (perfect for GAF). Also includes script with customization settings to set:

  • Custom resolution
  • Custom CRF/quality level
  • Max bitrate
  • Start and End Times

Based on this script for windows. Includes install commands to install dependencies (Xcode CLI tools, brew, ffmpeg).

###Install:

  • If you haven't installed XCode's command line tools, run install_tools.command, or if you want to update manually, just open terminal and run xcode-select --install
  • Run install_ffmpeg.command to install ffmpeg and dependencies.
Usage (quick drag and drop):
  • Drag a video on WebMConvert app icon. Perfect for posting to GAF :D
Usage (full settings):
  • Move WebM.command to the same folder as the video you wish to convert.
  • Copy the name of the video you wish to convert (including the extension)
  • Run WebM.command and follow the directions as prompted.

To do:

About

A very simple shell script for mac that converts videos to webm clips.


Languages

Language:Shell 100.0%