Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samuelspagl/alfred_ffmpeg

A small Alfred Workflow for the ffmpeg library.
https://github.com/samuelspagl/alfred_ffmpeg

Last synced: about 2 hours ago
JSON representation

A small Alfred Workflow for the ffmpeg library.

Awesome Lists containing this project

README

        

# alfred_ffmpeg
A small Alfred Workflow for the ffmpeg library.
You will need the ffmpeg library downloaded and installed. [ffmpeg Git-Repo](https://github.com/FFmpeg/FFmpeg)

It's my first try here on Git :D so just hmu if you have suggestions, or if i did something wrong :D Greetings ;) Sam

## 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.

## Images

![Image of Screenshot 1](/images/audiotools1.png)
![Image of Screenshot 2](/images/audiotools2.png)
![Image of Screenshot 3](/images/audiotools3.png)

The icon was made with the help of the App Icons8 Lite [click here](https://icons8.com/)