Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/samuelspagl/alfred_ffmpeg
- Owner: samuelspagl
- Created: 2020-08-16T09:34:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T12:35:06.000Z (over 4 years ago)
- Last Synced: 2024-11-22T21:45:37.544Z (about 2 months ago)
- Size: 3.21 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/)