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

https://github.com/aswinmurali-io/osumffmpeg

π—’π˜€π˜‚π—Ί π—™π—™π— π—£π—˜π—š is a πŸ“Ή media utility tool πŸ› οΈ that gives the normal users the power of FFMPEG πŸ’ͺ to convert formatsβš™οΈ β€’ loop video πŸ” β€’ mute audio πŸ”‡ and much more in a beautiful UI
https://github.com/aswinmurali-io/osumffmpeg

cross-platform dart ffmpeg flutter linux macos osumffmpeg windows

Last synced: 8 months ago
JSON representation

π—’π˜€π˜‚π—Ί π—™π—™π— π—£π—˜π—š is a πŸ“Ή media utility tool πŸ› οΈ that gives the normal users the power of FFMPEG πŸ’ͺ to convert formatsβš™οΈ β€’ loop video πŸ” β€’ mute audio πŸ”‡ and much more in a beautiful UI

Awesome Lists containing this project

README

          

**(Work in progress)**





Osumffmpeg























![Preview](https://user-images.githubusercontent.com/47299190/173613514-03d778b7-a272-4a54-8aba-c8b079d34ffb.png)

## License

Osumffmpeg has a GNU Lesser General Public License v2.1, as found in the [LICENSE](https://github.com/aswinmurali-io/osumffmpeg/blob/main/LICENSE) file.

## Installing

`osumffmpeg` depends on `ffmpeg` as an external dependency.

### Snap


Get it from the Snap Store


osumffmpeg

Or use the `snap` command line.

```sh
sudo snap install osumffmpeg
```

### Building from source via `Dockerfile`

```bash
docker build . -f Dockerfile -t osumffmpeg --squash
docker run -d --name osumffmpeg osumffmpeg
```

### Building from source

```bash
git clone https://github.com/aswinmurali-io/osumffmpeg.git
cd osumffmpeg
flutter pub get
flutter build
```