Skip to content

Releases: mangosango/Simple-WebM

0.1.1 Alpha - Gif drag and drop support

28 May 00:41
Compare
Choose a tag to compare
Pre-release

icon_128x128

Simple WebM Converter v0.1.1-alpha

Incremental release that adds drag and drop support. Instructions are the same as the v0.1-alpha release:

Installation

SWMC requires brew and ffmpeg. If you have already installed ffmpeg, there's no installation necessary (:

  1. Open the Dependencies folder and run install_tools.command to install XCode command line tools. Alternatively, you can open Terminal and type: xcode-select --install
  2. Run install_ffmpeg.command to install ffmpeg and it's dependencies. This may take a while to install.

Usage

The app has two main components:

WebMConver.app allows you to quickly convert of multiple files to the webm format using the following defaults (perfect for GAF):

Width: 640px (video only - gifs maintain original size)
Height: (scaled to maintain aspect ratio)
Quality/CRF: 4
Bitrate: 5mbit/s
Framerate: (original framerate)
Audio: None

WebM.command allows you to customize the start and end times of your clip as well as width, quality, bitrate, and more. You must place this file in the same folder as the videos you wish to convert!

Reporting issues/feedback

Please report issues to: https://github.com/mangosango/Simple-WebM/issues

Want to help? Fork a branch and make a pull request ^_^

Initial Release

25 May 05:47
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

icon_128x128

Simple WebM Converter v0.1-alpha

Initial Release of the Simple WebM Converter for Mac. This is meant to be a pre-release MVP with minimal functionality.

Installation

SWMC requires brew and ffmpeg. If you have already installed ffmpeg, there's no installation necessary (:

  1. Open the Dependencies folder and run install_tools.command to install XCode command line tools. Alternatively, you can open Terminal and type: xcode-select --install
  2. Run install_ffmpeg.command to install ffmpeg and it's dependencies. This may take a while to install.

Usage

The app has two main components:

WebMConver.app allows you to quickly convert of multiple files to the webm format using the following defaults (perfect for GAF):

Width: 640px
Height: (scaled to maintain aspect ratio)
Quality/CRF: 4
Bitrate: 5mbit/s
Framerate: (original framerate)
Audio: None

WebM.command allows you to customize the start and end times of your clip as well as width, quality, bitrate, and more. You must place this file in the same folder as the videos you wish to convert!

Reporting issues/feedback

Please report issues to: https://github.com/mangosango/Simple-WebM/issues

Want to help? Fork a branch and make a pull request ^_^