Alfred-ffmpeg

An Alfred Workflow


Short Description

A small Alfred Workflow for the ffmpeg library. You will need the ffmpeg library downloaded and installed.

Last Updated

16 Aug 2020

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

0.1
 

Bundle ID

com.samuelspagl.audiotools
 

A small Alfred Workflow for the ffmpeg library. You will need the ffmpeg library downloaded and installed.

just hmu on Git if you have suggestions or so ;) 

Audiotools

You can use some Audiotools to convert, and do other stuff with the audio! All converted files will be located in the same directory as the origin file. The name will be the old name with something added.

help

a small helpfile with some useful information

stereo2mono

converts a selected audiofile to mono by adding both Channels. example name: mono_stuff.wav

st2mr

converts a selected audiofile to mono by deliting the left channel. example name: right_stuff.wav

st2ml

converts a selected audiofile to mono by deliting the right channel. example name: left_stuff.wav

wave2mp3

converts a selected audiofile to a mp3 example name: stuff.mp3

showwaveform

creates an image of the waveform of the selected file. It will open automatically.

swaplr

swaps the left and right channels and creates a new audiofile.